| SchemaElementDefinition Properties |
The SchemaElementDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| AlternateNames |
Creates an enumerable collection of all alternate names.
| |
| Constraints | ||
| Description |
Gets a string containing a human readable description of this item.
| |
| MaxValues |
Return the maximum number of occurrences of the this item. This value may
be UNBOUNDED (-1) or any value >= 1.
| |
| MinValues |
Gets the minimum number of occurrences of this item. This value is
always >= 0.
| |
| Name |
Gets the name of this item.
| |
| NumAlternateNames |
Gets the number of alternate names for this item.
| |
| Status |
Gets the status of this SchemaElementDefinition.
| |
| TypeDefinition |
Gets the SchemaTypeDefinition of this item.
| |
| UserData |
Sets and gets the user data associated with this object.
|