Altova.Xml.Meta.Element
This class enables you to access information about classes generated from schema elements. Note that this class is not meant to provide dynamic information about particular instances of an element in an XML document. Instead, it enables you to obtain programmatically information about a particular element defined in the XML schema.
Properties
Name | Description | |
---|---|---|
ComplexType DataType | Returns the type of the element. Note that this is always a complex type even if declared as simple in the original schema. Use the ContentType property of the returned object to get the simple content type. | |
string LocalName | Returns the local name of the element. | |
int MaxOccurs | Returns the maxOccurs value defined in the schema. | |
int MinOccurs | Returns the minOccurs value defined in the schema. | |
string NamespaceURI | Returns the namespace URI of the element. | |
XmlQualifiedName QualifiedName | Returns the qualified name of the element. |