2.2.3.5 BaseObjectSearchRequest

The element da:BaseObjectSearchRequest is defined in [MS-WSTIM] section 3.2.4.1.2.1.

  
 da:BaseObjectSearchRequest/@da:Dialect

The element da:BaseObjectSearchRequest MUST include the XML attribute da:Dialect. As a profile of [MS-WSTIM], the XML attribute da:Dialect MUST be of simple type rm:DialectType (section 2.2.5.3).

  
 da:BaseObjectSearchRequest/da:AttributeType

The element da:BaseObjectSearchRequest MUST include one or more elements da:AttributeType (section 2.2.3.2).

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