Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type evictionHistory
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
0 = 4 or more prior rental evictions
1 = 2-3 prior rental evictions
2 = 1 prior rental eviction
3 = No prior rental evictions (0 points)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
4 or more prior rental evictions
enumeration 1
2-3 prior rental evictions
enumeration 2
1 prior rental eviction
enumeration 3
No prior rental evictions (0 points)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="evictionHistory">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 4 or more prior rental evictions 1 = 2-3 prior rental evictions 2 = 1 prior rental eviction 3 = No prior rental evictions (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 prior rental evictions</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">2-3 prior rental evictions</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">1 prior rental eviction</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">No prior rental evictions (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>