Showing:

Diagrams
Facets
Source
Used by
Simple Type PostalCodeType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 32
Used by
Source
<xs:simpleType name="PostalCodeType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="32"/>
  </xs:restriction>
</xs:simpleType>