Generating HTML documentation from an XML schema file
HTML documentation generated from an XML schema contains information about the schema such as its name, location, and namespace, as well as details about the elements and types contained in the schema. This can be useful because it provides a summary of the content of a schema in a form that is easily readable.
The following steps generate HTML documentation based on an XML schema file:
| In the Enterprise Explorer, right-click Accounts.xsd and select Generate Æ HTML. The XSD Documentation Generation Options dialog opens.
|
| Select Generate XSD Documentation with frames. Selecting this option generates schema documentation that uses HTML frames. If frame are not required, select Generate XSD Documentation without frames.
|
| Click Next. Type docs as the folder name, and click Finish.
|
The HTML files are created in the location specified and the generated index.html file is opened inside RAD v7.5. Explore the generated documentation by selecting the Account type. You can see the diagram and expand the underlying source code.