Usage:
-p, --project [optional] ... Input XCase project file
Input XCase project from which images and schemas are exported.
-o, --outputDir [optional] ... Output directory
Directory where all exports are saved. If you wish to save images and schemas in seperate directories, use --outputDirPng and --outputDirPng settings. If omitted, files are saved in the same directory as input file.
-n, --outputDirPng [optional] ... PNG output directory
Exported PNG images are stored in this directory. This overrides --outputDir directory for images.
-g, --outputDirXsd [optional] ... XSD output directory
Exported XML schemas are stored in this directory. This overrides --outputDir directory for schemas.
-i, --noImages [optional] ... Flag, do not export diagrams as images
When used, images are not exported. This setting holds for all diagrams but can be overriden in each diagram when --diagram is used.
-s, --noSchemas [optional] ... Flag, export PSM diagrams as schemas
When used, XML schemas are not exported. This setting holds for all diagrams but can be overriden in each diagram when --diagram is used.
-d, --diagram [optional] ... Identification of the diagrams to export
Use this argument to explicitly select the diagram(s) for export. Several possible usages are allowed:
--diagram 1;2
export diagrams no. 1 and 2 from the project
(diagram numbers start from 0)
--diagram diag1
export diagram diag1 (it must exist in the project)
--diagram 1(filename)
export diagram no. 1 and save it as filename.xsd/filename.png
--diagram diag1(filename)[S]
export diagram diag1 as XML schema
(this overrides --noSchemas flag)
--diagram diag1(filename)[I]
export diagram diag1 as PNG
(this overrides --noImages flag)
When this setting is not used, all diagrams are exported.
Argument --diagram can be used multiple times.
-l, --list [optional] ... Do nothing, only list diagrams in the project
Prints list of diagrams in the input project.
-h, --help [optional] ... Usage info
Prints this help.
Argument combination remarks:
One of these arguments: list, help, project must be used.