This section describes a tutorial example on how to generate XML schema documentation in HTML format from an XSD document using XMLPad.
Another nice feature of XMLPad is generating XML schema documentation based on the XML Schema (XSD) document.
The following tutorial example shows you how to do this from our first XSD document, first_html.xsd.
1. Run XMLPad and click menu File > Open. Select c:\herong\first_html.xsd in the "Open"
dialog box. XMLPad displays the XSD document in the edit window:
2. Click the "Documentation" button at the bottom of the editor window.
XMLPad will generate a nice looking XML Schema Documentation in HTML format with:
Table of Contents - Links to different sections:
Schema Document Properties,
Global Declarations, Global Definitions, Legend, Glossary.
Schema Document Properties - Properties of the "schema" component.
Global Declarations - "element" components declared at the top level.
Global Definitions - Custom datatypes defined at the top level.
3. Scroll down to browse the entire documentation.