Showing:

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