simpleType Security-user-name
namespace http://www.IM-Draft-03-00-44a
type restriction of xs:string
used by
element AuthorizationSet/user-id
facets
minLength 1
maxLength 32
annotation
documentation
      
            Any set of alphanumeric characters up to 32
        
source <xs:simpleType name="Security-user-name">
 
<xs:annotation>
   
<xs:documentation>      
            Any set of alphanumeric characters up to 32
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="32"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy