Altova.Xml.Meta.SimpleType
This class enables you to access schema information about classes generated from simple types. Note that this class is not meant to provide dynamic information about particular instances of simple types in an XML document. Instead, it enables you to obtain programmatically information about a particular simple type defined in the XML schema.
Properties
Name | Description | |
---|---|---|
SimpleType BaseType | Returns the base type of this type. | |
string[] Enumerations | Returns a list of all enumeration facets. | |
int FractionDigits | Returns the value of this facet. | |
int Length | Returns the value of this facet. | |
string LocalName | Returns the local name of the type. | |
string MaxExclusive | Returns the value of this facet. | |
string MaxInclusive | Returns the value of this facet. | |
int MaxLength | Returns the value of this facet. | |
string MinExclusive | Returns the value of this facet. | |
string MinInclusive | Returns the value of this facet. | |
int MinLength | Returns the value of this facet. | |
string NamespaceURI | Returns the namespace URI of the type. | |
string[] Patterns | Returns the pattern facets, or null if no patterns are specified. | |
XmlQualifiedName QualifiedName | Returns the qualified name of this type. | |
int TotalDigits | Returns the value of this facet. | |
WhitespaceType Whitespace | Returns the whitespace normalization facet. |