Element Properties |
The Element type exposes the following members.
Name | Description | |
---|---|---|
Datatype | Gets the Datatype of this Element.
| |
ElementDefinition | Gets a reference to the read-only element definition object that
defines the properties of this elements value.
| |
Elements |
Gets an enumerable collection of all sub-elements.
| |
IsArray | Gets true if this element is an array.
| |
IsComplexType |
Indicates whether this element is a complex type.
| |
IsNull | Gets true if this element is null (has no values).
| |
IsReadOnly | Gets true if this element can not be modified.
| |
ItemInt32 |
This is the same as GetValue(index).
| |
ItemString | Obsolete.
This is the same as GetElement(name).
| |
ItemName |
This is the same as GetElement(name).
| |
ItemString, Int32 | Obsolete.
This is the same as GetElement(name).
GetValue(index).
| |
ItemName, Int32 |
This is the same as GetElement(name).
GetValue(index).
| |
Name | Gets the name of this element.
| |
NumElements | Gets the number of elements this element contains.
| |
NumValues | Gets the number of values this element contains.
| |
TypeDefinition | Gets the SchemaTypeDefinition for this element.
|