2.3.2.7 UserNameType

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

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

UserNameType is the type definition of the UserName attribute.