XdmType.SchemaAttribute Method (XmlQualifiedName)XdmType.SchemaAttribute Method (XmlQualifiedName)XdmType::SchemaAttribute Method (XmlQualifiedName^)

Creates a reference to the schema attribute type with the specified name.

Syntax

Public Shared Function SchemaAttribute( _
    attributeName As System.Xml.XmlQualifiedName _
) As XdmType
public static XdmType SchemaAttribute(
    System.Xml.XmlQualifiedName attributeName
)
public:
static XdmType^ SchemaAttribute(
    System.Xml::XmlQualifiedName^ attributeName
)
 

Parameters

attributeName

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the schema attribute.

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the schema attribute type with the specified name.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException attributeName is null a null reference (Nothing in Visual Basic) nullptr.

Remarks

This corresponds to the XPath 2.0 type schema-attribute( ).