hs:HousingPermanencyCategoryCodeSimpleType

simpleType HousingPermanencyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a kind of housing at time of service.

Diagram

Enumerations

ValueDefinition
Did not discloseDid not disclose
Permanent housingPermanent 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 HousingTransitional housing (TH) is designed to provide homeless individuals and families with the interim stability and support to successfully move to and maintain permanent housing.
UnknownUnknown

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: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>