This option is available only in Schema mode. You can review a schema tree before it is loaded into the repository using one of the following methods:
To display your schema information on the screen but not load the schema tree into the repository, add the following under Adapter in the configuration file:
test.drive=true
Use the DTD Schema Loader to write out a DTD file that represents the schema tree created by a schema. Change the following information in the configuration file:
SchemaLoader.Library=adk39dtdsl
SchemaLoader.Factory=DTDSchemaLoader_Factory
Use the XML Schema Loader to write out an xml file that represents the schema tree that would be loaded into the repository. Change the following information in the configuration file:
SchemaLoader.Library=adk39xmlsl
SchemaLoader.Factory=XMLSchemaLoader_Factory
Use the NCM Schema Loader to write out an xml-like file that represents the schema tree that would be loaded into the repository. Change the following information in the configuration file:
SchemaLoader.Library=adk39ncmsl
SchemaLoader.Factory=NCMSchemaLoader_Factory