XdmType.Attribute MethodXdmType.Attribute MethodXdmType::Attribute Method

Returns an XdmTypeXdmTypeXdmType instance corresponding to an attribute type.

Overload List

 NameDescription
Public methodstaticAttribute ()Attribute ()Attribute () Returns a reference to the type that matches all attributes.
Public methodstaticAttribute (string, string)Attribute (String, String)Attribute (String^, String^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the attribute type with the specified name.
Public methodstaticAttribute (string, string, XmlSchemaSimpleType)Attribute (String, String, XmlSchemaSimpleType)Attribute (String^, String^, XmlSchemaSimpleType^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the attribute type with the specified name and type annotation name.
Public methodstaticAttribute (XmlQualifiedName)Attribute (XmlQualifiedName)Attribute (XmlQualifiedName^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the attribute type with the specified name.
Public methodstaticAttribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName^, XmlSchemaSimpleType^) Returns an XdmTypeXdmTypeXdmType instance corresponding to the attribute type with the specified name and type annotation.

Top