Documentation for the HUD HMIS XML Schema v2.8

Simple Type: residenceBase

[Table of contents]

Super-types: unsignedInt < unsignedInt (by extension) < residenceBase (by restriction)
Sub-types:
Name residenceBase
Content
  • Base XSD Type: unsignedInt
  • 1 <= value <= 17
Documentation Residence Type 1 = Emergency shelter 2 = Transitional housing 3 = Permanent housing 4 = Psychiatric hospital or other psychiatric facility 5 = Substance abuse treatment facility or detox center 6 = Hospital (non-psychiatric) 7 = Jail, prison or juvenile detention facility 8 = Don't know 9 = Refused 10 = Room apartment or house that you rent 11 = Apartment or house that you own 12 = Staying or living in a family member's room, apartment or house 13 = Staying or living in a friend's room, apartment or house 14 = Hotel or motel paid for without emergency shelter voucher 15 = Foster care home or foster care group home 16 = Place not meant for habitation 17 = Other
Diagram
Schema Component Representation
<xsd:simpleType name="residenceBase">
<xsd:restriction base=" xsd:unsignedInt ">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="17"/>
</xsd:restriction>
</xsd:simpleType>