Using the IDL Extractor for XML Schema in Command-line Mode

See Using EntireX in the Designer Command-line Mode for the general command-line syntax. The table below shows the command-line option for the IDL Extractor for XML Schema.

Task Command Option Description
Extract an IDL file and an XMM file from an XML Schema. -extract:xsd -help Display this usage message.
-out The XML Schema for the OUT direction, whereby the first XML Schema will be interpreted as IN direction, instead of INOUT direction.
-project Name of the project or subfolder where the IDL and XMM files are stored.
-mapToInParametersOnly The XML Schema will only be interpreted as IN direction. This option cannot be combined with option -out.

Example

<workbench> -extract:xsd /Demo/example.xsd

where <workbench> is a placeholder for the actual EntireX design-time starter as described under Using EntireX in the Designer Command-line Mode.

Status and processing messages are written to standard output (stdout), which is normally set to the executing shell window.