Showing:

Annotations
Diagrams
Facets
Source
Simple Type pcode
Namespace http://4psa.com/Common.xsd/5.2.5
Annotations
Postal/zip code type
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 10
Source
<xs:simpleType name="pcode">
  <xs:annotation>
    <xs:documentation>Postal/zip code type</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="10"/>
  </xs:restriction>
</xs:simpleType>