Skip to content
🤷

Forgive us! These docs are a work in progress. Some pages may be incomplete or describe features that aren't quite finished yet. Farkitect is in early development and we don't recommend using it for real work just yet. Feel free to explore — just be aware that things are still being built.

How to export to XMI

XMI (XML Metadata Interchange) is the OMG standard interchange format for UML models. Farkitect exports UML 2.5.1 compliant XMI.

  1. Click File > Export XMI…
  2. Choose a location and filename
  3. Click Save

The export produces a .xmi file containing the UML model content from your current project.

  • UML classes, interfaces, data types, enumerations, and packages
  • Associations, generalizations, dependencies, and realizations
  • Property definitions and values
  • Package structure
  • Diagram layout (XMI is a model interchange format, not a diagram format)
  • Non-UML content (ArchiMate, custom metamodel instances)
  • Notation and visual styling
  • Sharing UML models with tools like Enterprise Architect, MagicDraw, or Papyrus
  • Archival in a standards-based format
  • Integration with model-driven development toolchains