Altova XMLSpy 2024 Enterprise Edition

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

ic_property

SimpleType DataType

Returns the type of the attribute content.

ic_property

string LocalName

Returns the local name of the attribute.

ic_property

string NamespaceURI

Returns the namespace URI of the attribute.

ic_property

XmlQualifiedName QualifiedName

Returns the qualified name of the attribute.

ic_property

bool Required()

Returns true if the attribute is required.

© 2017-2023 Altova GmbH