Home > SQL Developer Dialog Boxes ... > Create XML Document from XM...
Use to specify the filename and the directory in which the XML file from an XML Schema is created, and options for the creation.
File Location
XML File: Name of the XML file to be created.
Directory: Directory for the file. You can click Browse to select a directory.
Use Registered Schemas: Select to use the schemas registered with SQL Developer. To view all the currently registered XML schemas, add new schemas to support additional namespaces and elements, remove existing schemas, and unload schemas from memory, select Tools > Preferences, XML Schemas.
Use File System Schema: Enter or browse to select the directory for the XML schema.
Options
Use to specify the default XML namespace and other options in creating the instance document.
Target Namespace: Select the XML namespace (xmlns attribute). Available namespaces are either schemas already registered with SQL Developer or specified in the file system from the previous wizard page.
Root Element: Select the root element. SQL Developer will automatically provide the root element from the schema selected as the target namespace.
Depth: Number of levels to display in the XML tree structure.
Encoding: Select the encoding that the XML parser will use to understand foreign characters.
Generate Only Required Elements: Select to generate XML elements with a required attribute in the instance document.