Compile Options dialog box

To access the Compile Options dialog box, right-click an .xsd node and select Compile, or click the Compile tool.

This table shows the available options:

Option Description
Existing XML Indicates how many XMLs to which the current schema/DTD are compiled. When you select one item, all the compiler options are set to keep the same as those used in the selected compiling. If the schema or DTD was never compiled, then this option is not available.
Root Element

Specifies the root element name. This is passed as the -r option to hcixmlcompile.

Output Name Specifies the name of the message definition (OCM file). This is passed as the -o option to hcixmlcompile. This can be set even if the Root Element option is not selected.
Note: The default is to not pass the -r or -o flags to hcixmlcompile.
Format Encoded XML Select for "pretty print" (legible) output. This is for debugging.

Select one of the options in the Default Namespace pane to set the default namespace for encoding XML. The default is Use the Default Namespace in XSD File.

Use Target Namespace Sets the target namespace as the default namespace.
Use Namespace Specifies the namespace in the text field.
Command Shows the command in the compilation pane. You can copy and paste it on the command line, as with the Database Administrator and the Testing Tool.