Showing:

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