Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type literalHomelessHistory
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
0 = 4 or more times or total of at least 12 months in past three years
1 = 2-3 times in past three years
2 = 1 time in past three years
3 = None (0 points)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
4 or more times or total of at least 12 months in past three years
enumeration 1
2-3 times in past three years
enumeration 2
1 time in past three years
enumeration 3
None (0 points)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="literalHomelessHistory">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 4 or more times or total of at least 12 months in past three years 1 = 2-3 times in past three years 2 = 1 time in past three years 3 = None (0 points) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">4 or more times or total of at least 12 months in past three years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">2-3 times in past three years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 time in past three years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">None (0 points)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>