| Overview | The "Type" Element | Table of Contents |
Specifies how an XML attribute or child element is mapped to a .Net property.
| Attribute | Describes an attribute of an XML element. |
| Child | Specifies a child of an XML element. |
| Content | Specifies how the content of an element it is represented in the .Net class. |
| Name | How Many | Description |
| Description | 0 to 1 | A detailed description of the Type. HTML markup may be used. |
| Enum | 0 to 1 | 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 of the Type. HTML markup may be used. |
| className : string | optional |
| enumName : string | optional |
| format : string | optional |
| kind : enum (TypeKind) | optional |
| memberType : string | optional |