| Overview | The "Specification" Element | Table of Contents |
The top-level element in the input file that encloses all other elements.
| Name | How Many | Description |
| Copyright | 0 to 1 | A copyright notice for the software and/or documentation. HTML markup may be used. |
| Define | 0 to 32767 | defines a macro |
| Description | 0 to 1 | A detailed description. HTML markup may be used. |
| Element | 0 to 32767 | Describes an XML element and the .Net class that models it. |
| Enum | 0 to 32767 | Defines a discrete set of values that are used in one or more attributes, contents, or child elements, and correponding .Net enumeration. |
| Summary | 0 to 1 | A short summary description. HTML markup may be used. |
| csharpdir : string | optional |
| docdir : string | optional |
| domio : boolean | optional |
| name : string | optional |
| Namespace : string | optional |
| simpleio : boolean | optional |
| unknownAttrs : enum (HandleUnknown) | optional; default = "Error" |
| unknownChildren : enum (HandleUnknown) | optional; default = "Error" |
| vbdir : string | optional |
| Version : string | optional |