Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type earlyExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Select the major reason
1 = Criminal activity/destruction of property/violence
2 = Non-compliance with project rules
3 = Non-payment of rent/occupancy charge
4 = Reached maximum time allowed by project
5 = Project terminated
6 = Unknown/disappeared
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence
enumeration 2
Left for other opportunities - Education *OR* Non-compliance with project rules
enumeration 3
Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge
enumeration 4
Left for other opportunities - Other *OR* Reached maximum time allowed by project
enumeration 5
Needs could not be met by project *OR* Project terminated
enumeration 6
Unknown/disappeared
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="earlyExitReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">Select the major reason 1 = Criminal activity/destruction of property/violence 2 = Non-compliance with project rules 3 = Non-payment of rent/occupancy charge 4 = Reached maximum time allowed by project 5 = Project terminated 6 = Unknown/disappeared 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities – Independent living *OR* Criminal activity/destruction of property/violence</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Education *OR* Non-compliance with project rules</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Military *OR* Non-payment of rent/occupancy charge</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Left for other opportunities - Other *OR* Reached maximum time allowed by project</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Needs could not be met by project *OR* Project terminated</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Unknown/disappeared</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>