Altova.Xml.Meta.Attribute
This class enables you to access schema information about classes generated from attributes. Note that this class is not meant to provide dynamic information about particular instances of an attribute in an XML document. Instead, it enables you to obtain programmatically information about a particular attribute defined in the XML schema.
Properties
Name | Description | |
---|---|---|
SimpleType DataType | Returns the type of the attribute content. | |
string LocalName | Returns the local name of the attribute. | |
string NamespaceURI | Returns the namespace URI of the attribute. | |
XmlQualifiedName QualifiedName | Returns the qualified name of the attribute. | |
bool Required() | Returns true if the attribute is required. |