2.3.2.6 UserLoginType

The UserLoginType simple type specifies a representation of a user login value as specified in [RFC2822].

 <xs:simpleType name="UserLoginType">
    <xs:restriction base="xs:string">
    </xs:restriction>
 </xs:simpleType>

UserLoginType is the type definition for the UserLogin attribute.<37> For example, "contoso\user01".