Showing:

Diagrams
Facets
Source
Used by
Simple Type geocode
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
pattern ([\-+]?[0-9]+) & ([0-9]{6})
Used by
Source
<xs:simpleType name="geocode">
  <xs:restriction base="xs:unsignedInt">
    <xs:pattern value="[0-9]{6}"/>
  </xs:restriction>
</xs:simpleType>