2.2.3.1 AttributeType

The AttributeType element's value is an identity attribute type. The dialect used in the identity attribute type is not specified in the AttributeType but rather elsewhere in the operation-specific SOAP message.

 <xsd:element name="AttributeType">
     <xsd:complexType>
         <xsd:complexContent>
             <xsd:extension base="ExtensibleType" />
         </xsd:complexContent>
     </xsd:complexType>
 </xsd:element>