| Overview | The "Attribute" Element | Table of Contents |
Describes an attribute of an XML element.
The Attribute element describes an attribute of an XML element, and how it is represented in the generated .Net class. You should include one Attribute element for each attribute of the element in your target XML structure.
| Define | defines a macro |
| Element | Describes an XML element and the .Net class that models it. |
| Name | How Many | Description |
| Description | 0 to 1 | This is a detailed description of the attribute. HTML markup may be used. |
| Summary | 0 to 1 | This is a short summary description of the attribute. HTML markup may be used. |
| Type | 0 to 1 | Describes the data type of the attribute. |
| default : string | optional |
| propName : string | optional |
| required : boolean | optional |
| varName : string | optional |
| xmlName : string | required |