Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type geographyType
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Geography Type 
1 = Urban 
2 = Suburban 
3 = Rural
99 = Unknown / data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Urban
enumeration 2
Suburban
enumeration 3
Rural
enumeration 99
Unknown / data not collected
Used by
Source
<xs:simpleType name="geographyType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Geography Type 1 = Urban 2 = Suburban 3 = Rural 99 = Unknown / data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Urban</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Suburban</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Rural</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unknown / data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>