| Overview | The "Enum" Element | Table of Contents |
Defines a discrete set of values that are used in one or more attributes, contents, or child elements, and correponding .Net enumeration.
| Specification | The top-level element in the input file that encloses all other elements. |
| Type | Specifies how an XML attribute or child element is mapped to a .Net property. |
| Name | How Many | Description |
| Description | 0 to 1 | A detailed description of the enum. HTML markup may be used. |
| Summary | 0 to 1 | A short summary description of the enum. HTML markup may be used. |
| Value | 0 to 32767 | Defines one value of an Enum. |
| file : string | optional |
| name : string | optional |
| utilsClassName : string | optional |