| Overview | The "Element" Element | Table of Contents |
Describes an XML element and the .Net class that models it.
| Specification | The top-level element in the input file that encloses all other elements. |
| Name | How Many | Description |
| Attribute | 0 to 32767 | Describes an attribute of an XML element. |
| Child | 0 to 32767 | Specifies a child of an XML element. |
| Content | 0 to 1 | Specifies how the content of an element it is represented in the .Net class. |
| Description | 0 to 1 | A detailed description of the Element. HTML markup may be used. |
| DTD | 0 to 1 | A DTD fragment. This is for documentational purposes only; it does not affect the generated .Net code. |
| Editor | 0 to 1 | Contains information for the XML Chameleon editor. This information is not used by XmlCodGen. |
| Insert | 0 to 32767 | Inserts the contents of a previously defined macro. |
| Summary | 0 to 1 | A short summary description of the Element. HTML markup may be used. |
| className : string | optional |
| file : string | optional |
| id : string | optional |
| unknownAttrs : enum (HandleUnknown) | optional; default = "Default" |
| unknownChildren : enum (HandleUnknown) | optional; default = "Default" |
| xmlName : string | required |