Prev | Next |
Publish Model Package
The Publish Model Package facility is used to export a Package to a file in one of several XML formats, including XMI 1.1, XMI 2.1, Ecore, ArcGIS and BPMN 2.0 XML; for example you might:
- Export BPMN 2.0 models to BPMN 2.0 XML/XPDL2.2, or
- Export Enterprise Architect model elements to Rational Rose and other tools that implement the:
- UML 1.3 XMI 1.1 / XMI 1.0 standard
- UML1.4 XMI 1.2 standard, or
- UML 2.x XMI 2.x standard
Access
Select a Package in the Project Browser, then:
Ribbon |
Publish > Model Exchange > Publish As... |
Context Menu |
Right-click on Package > Import/Export > Export Package to XMI File : Publish |
Keyboard Shortcuts |
: Publish |
Publish Model Package options
Option |
Action |
See also |
---|---|---|
Package |
Displays the name of the currently-selected Package. If this is not the required Package, click on the button and select the correct Package. |
|
Filename |
Type in or browse for () the file path into which the XML file is to be generated. |
|
XML Type |
Click on the XML/XMI version to which to export the Package.
The selected version might render some of the next eight options unavailable. |
|
Export Diagrams |
Select this checkbox to export all the diagrams in the selected Package. |
|
Export Alternate Images |
Select this checkbox to export the alternate images used in the diagrams in the selected Package. |
Using the Image Manager |
Format XML Output |
Select this checkbox to format the output into readable XML (this takes a few more seconds at the end of the run). |
|
Write Log File |
Select this checkbox to write a log of the export activity (recommended). The log file is saved to the directory into which the XML file is exported. |
|
Use DTD |
Select this checkbox to use the XMI DTD when exporting to XMI 1.0 or XMI 1.1. Setting this option validates the correctness of the model and checks that no syntactical errors have occurred. |
|
Exclude EA Extensions |
Select this checkbox to exclude tool-specific information from the export. |
|
Unisys/Rose Format |
Select this checkbox to export in Unisys/Rose compatible XMI format. |
|
Generate Diagram Images |
Select this checkbox to generate the exported diagrams in the format you select from the 'Format' drop-down list. The generated diagrams are saved in a Package called Images in the directory into which the XML file is exported. |
|
Stylesheet |
(Optional) Click on the drop-down arrow and select an XSL Stylesheet to post-process the XML content before saving to file. You can post-process the XML content before saving the Package to file, using an XSLT to convert the output to HTML, XSL, code or other versions of XML; to do this, you must import the required style sheet into the project through the Resources window. |
Resources |
View XML |
Click on this button to view the exported XML file. |
|
Export |
Click on this button to initiate the XML export. |
|
Close |
Click on this button to abort the instructions and close this dialog. |
|
Help |
Click on this button to display this Help topic. |
|
Progress |
Monitor the progress of the XML export. |
Notes
Learn more