2.2.3.4 AttributeValue

The element da:AttributeValue is defined in [MS-WSTIM] section 2.2.4.1. As a profile of [MS-WSTIM], the elements da:AttributeValue MUST include the XML representation of the identity attribute specified in da:AttributeType. The XML representation of identity attributes is defined in [MS-UPSCDS] section 2.

  
 <?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" targetNamespace="http://schemas.microsoft.com/2006/11/IdentityManagement/DirectoryAccess">
   <xs:element name="AttributeValue" type="rm:ItemsType"/>
 </xs:schema>
  

The complex type rm:ItemsType is defined in section 2.2.4.1.