Short Description
Provides information to control the export of packages via XMI.
Iteration
Filled

Description

To control the export of packages (diagrams) as images site for the model in the EAP file, the following parameters are provided.

Please note that these parameters are only applied, if the parameter generateXmi is set to true (which is the default).

Subordinate Parameters

NameShort DescriptionTypeDefault Value
diagramImage
The format for diagram images to be created at the same time.
int
3
diagramXml
Controls what to export.
int
2
formatXml
Controls the pretty format of the generated XML. Set to "1", if XML output should be formatted prior to saving. Although the value is an int, it is interpreted as a boolean with 0=false and 1=true.
int
0
useDtd
Controls whether or not a DTD should be used. Although the value is an int, it is interpreted as a boolean with 0=false and 1=true.
int
0
xmiFlags
Controls whether or not to include package content below the first level (currently only supported forxmiTypeId = xmiEADefault). Although the value is an int, it is interpreted as a boolean with 0=false and 1=true.
int
1
xmiTypeId
Specifies the XMI type and version information; see XMIType enum for accepted values.
String
xmiEADefault

References