3.3.4.6.4.1 ActiveDirectoryNameFormat

The ActiveDirectoryNameFormat simple type MUST contain the type of format (DistinguishedName or CanonicalName) for the TranslateNameRequest/FormatDesired (section 3.3.4.6.2.3) and TranslateNameRequest/FormatOffered (section 3.3.4.6.2.4) elements.

 <xs:simpleType name="ActiveDirectoryNameFormat">
   <xs:restriction base="xs:string">
     <xs:enumeration value="DistinguishedName">
       <xs:annotation>
         <xs:appinfo>
           <EnumerationValue
             xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
             1
           </EnumerationValue>
         </xs:appinfo>
       </xs:annotation>
     </xs:enumeration>
     <xs:enumeration value="CanonicalName">
       <xs:annotation>
         <xs:appinfo>
           <EnumerationValue
             xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
             2
           </EnumerationValue>
         </xs:appinfo>
       </xs:annotation>
     </xs:enumeration>
   </xs:restriction>
 </xs:simpleType>

Value

Enumeration

1

DistinguishedName

2

CanonicalName