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

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

Syntax

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

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

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

Exceptions

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

Remarks

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