hs:HousingPermanencyCategoryCodeSimpleType
simpleType HousingPermanencyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/
Definition
A data type for a kind of housing at time of service.
Diagram
Enumerations
Value | Definition |
Did not disclose | Did not disclose |
Permanent housing | Permanent housing (PH) is defined as community-based housing without a designated length of stay in which formerly homeless individuals and families live as independently as possible. |
Transitional or No Housing | Transitional housing (TH) is designed to provide homeless individuals and families with the interim stability and support to successfully move to and maintain permanent housing. |
Unknown | Unknown |
XML Schema
<xs:simpleType name="HousingPermanencyCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of housing at time of service.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Did not disclose">
<xs:annotation>
<xs:documentation>
Did not disclose</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Permanent housing">
<xs:annotation>
<xs:documentation>
Permanent housing (PH) is defined as community-based housing without a designated length of stay in which formerly homeless individuals and families live as independently as possible.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Transitional or No Housing">
<xs:annotation>
<xs:documentation>
Transitional housing (TH) is designed to provide homeless individuals and families with the interim stability and support to successfully move to and maintain permanent housing.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>