namespace | http://www.IM-Draft-03-00-44a | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
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> |