Showing:

Diagrams
Facets
Source
Simple Type password
Namespace http://4psa.com/Common.xsd/5.2.5
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 4
maxLength 64
Source
<xs:simpleType name="password">
  <xs:restriction base="xs:string">
    <xs:minLength value="4"/>
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>