Altova XMLSpy 2024 Enterprise Edition

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

ic_property

SimpleType BaseType

Returns the base type of this type.

ic_property

string[] Enumerations

Returns a list of all enumeration facets.

ic_property

int FractionDigits

Returns the value of this facet.

ic_property

int Length

Returns the value of this facet.

ic_property

string LocalName

Returns the local name of the type.

ic_property

string MaxExclusive

Returns the value of this facet.

ic_property

string MaxInclusive

Returns the value of this facet.

ic_property

int MaxLength

Returns the value of this facet.

ic_property

string MinExclusive

Returns the value of this facet.

ic_property

string MinInclusive

Returns the value of this facet.

ic_property

int MinLength

Returns the value of this facet.

ic_property

string NamespaceURI

Returns the namespace URI of the type.

ic_property

string[] Patterns

Returns the pattern facets, or null if no patterns are specified.

ic_property

XmlQualifiedName QualifiedName

Returns the qualified name of this type.

ic_property

int TotalDigits

Returns the value of this facet.

ic_property

WhitespaceType Whitespace

Returns the whitespace normalization facet.

© 2017-2023 Altova GmbH