2.2.5.12 t:DistinguishedUserType Simple Type

The DistinguishedUserType simple type specifies distinguished user accounts. The DistinguishedUserType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).

 <xs:simpleType name="DistinguishedUserType">
     <xs:restriction base="xs:string">
         <xs:enumeration value="Default"/>
         <xs:enumeration value="Anonymous"/>
     </xs:restriction>
 </xs:simpleType>
  

The values that are defined by the DistinguishedUserType simple type are listed in the following table.

Value

Meaning

Default

Specifies the default user account.

Anonymous

Specifies the anonymous user account.