2.2.3.3 AttributeTypeAndValue

The element da:AttributeTypeAndValue is defined in [MS-WSTIM] section 2.2.3.2.

  
 da:AttributeTypeAndValue/da:AttributeType

The element da:AttributeTypeAndValue MUST include exactly one element da:AttributeType (section 2.2.3.2).

  
 da:AttributeTypeAndValue/da:AttributeValue

As a profile of [MS-WSTIM], the element da:AttributeTypeAndValue MUST include exactly one element da:AttributeValue (section 2.2.3.4).

  
 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement" xmlns:da="http://schemas.microsoft.com/2006/11/IdentityManagement/DirectoryAccess" targetNamespace="http://schemas.microsoft.com/2006/11/IdentityManagement/DirectoryAccess">
   <xs:element name="AttributeTypeAndValue">
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="da:AttributeType" minOccurs="1" maxOccurs="1"/>
         <xs:element ref="da:AttributeValue" minOccurs="1" maxOccurs="1"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>