XdmType.Attribute MethodXdmType.Attribute MethodXdmType::Attribute Method
- XmlPrime 4.1
 - Other Versions ▼
 
Overload List
|   | Name | Description | 
|---|
   | Attribute ()Attribute ()Attribute () | 
            Returns a reference to the type that matches all attributes.
             | 
   | Attribute (string, string)Attribute (String, String)Attribute (String^, String^) | 
            Returns an XdmTypeXdmTypeXdmType instance corresponding to the attribute type with the specified name.
             | 
   | Attribute (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.
             | 
   | Attribute (XmlQualifiedName)Attribute (XmlQualifiedName)Attribute (XmlQualifiedName^) | 
            Returns an XdmTypeXdmTypeXdmType instance corresponding to the attribute type with the specified name.
             | 
   | Attribute (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