| Overview | The "Child" Element | Table of Contents |
Specifies a child of an XML element.
The Child element describes a child element of an XML element, and how it is represented in the generated .Net class. You should include one Child element for each child element of the element in your target XML structure.
The Child element does not completely describe an XML element; every Child element is expected to have a corresponding "Element" element elsewhere in the input file. The Child element describes how the Child is used within a particular parent element. Note: an "Element" element may not contain "Child" elements if it contains a "Content" element, and vice versa.
| Define | defines a macro |
| Element | Describes an XML element and the .Net class that models it. |
| Name | How Many | Description |
| Description | 0 to 1 | A detailed description of the child 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 directives for the XML Chameleon editor. |
| Summary | 0 to 1 | A short summary description of the child element. HTML markup may be used. |
| Type | 0 to 1 | Describes the data type of the element. |
| clone : enum (DefaultableBoolean) | optional; default = "Default" |
| default : string | optional |
| id : string | optional |
| max : integer | optional; default = "32767" |
| min : integer | optional; default = "0" |
| propName : string | optional |
| varName : string | optional |
| xmlName : string | required |