Showing:

Diagrams
Facets
Source
Used by
Simple Type zipCode
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{5}
Used by
Source
<xs:simpleType name="zipCode">
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{5}"/>
  </xs:restriction>
</xs:simpleType>