XdmType.Attribute MethodXdmType.Attribute MethodXdmType::Attribute Method

Creates a reference 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^) Creates a reference to the attribute type with the specified name.
Public methodstaticAttribute (string, string, string, string)Attribute (String, String, String, String)Attribute (String^, String^, String^, String^) Creates a reference to the attribute type with the specified name and type annotation name.
Public methodstaticAttribute (string, string, XmlSchemaSimpleType)Attribute (String, String, XmlSchemaSimpleType)Attribute (String^, String^, XmlSchemaSimpleType^) Creates a reference to the attribute type with the specified name and type annotation name.
Public methodstaticAttribute (XmlQualifiedName)Attribute (XmlQualifiedName)Attribute (XmlQualifiedName^) Creates a reference to the attribute type with the specified name.
Public methodstaticAttribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName^, XmlSchemaSimpleType^) Creates a reference to the attribute type with the specified name and type annotation.
Public methodstaticAttribute (XmlQualifiedName, XmlQualifiedName)Attribute (XmlQualifiedName, XmlQualifiedName)Attribute (XmlQualifiedName^, XmlQualifiedName^) Creates a reference to the attribute type with the specified name and type annotation name.

Top