Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type projectType
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Project Type
1 = Emergency Shelter 
2 = Transitional Housing 
3 = PH - Permanent Supportive Housing (disability required for entry) 
4 = Street Outreach 
6 = Services Only 
7 = Other 
8 = Safe Haven 
9 = PH – Housing Only 
10 = PH – Housing with Services (no disability required for entry) 
11 = Day Shelter 
12 = Homelessness Prevention 
13 = PH - Rapid Re-Housing 
14 = Coordinated Assessment
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Emergency Shelter
enumeration 2
Transitional Housing
enumeration 3
PH - Permanent Supportive Housing (disability required for entry)
enumeration 4
Street Outreach
enumeration 6
Services Only
enumeration 7
Other
enumeration 8
Safe Haven
enumeration 9
PH – Housing Only
enumeration 10
PH – Housing with Services (no disability required for entry)
enumeration 11
Day Shelter
enumeration 12
Homelessness Prevention
enumeration 13
PH - Rapid Re-Housing
enumeration 14
Coordinated Assessment
Used by
Source
<xs:simpleType name="projectType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Project Type 1 = Emergency Shelter 2 = Transitional Housing 3 = PH - Permanent Supportive Housing (disability required for entry) 4 = Street Outreach 6 = Services Only 7 = Other 8 = Safe Haven 9 = PH – Housing Only 10 = PH – Housing with Services (no disability required for entry) 11 = Day Shelter 12 = Homelessness Prevention 13 = PH - Rapid Re-Housing 14 = Coordinated Assessment</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Emergency Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transitional Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH - Permanent Supportive Housing (disability required for entry)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Street Outreach</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:documentation xml:lang="en">Services Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Safe Haven</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH – Housing Only</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH – Housing with Services (no disability required for entry)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Day Shelter</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Homelessness Prevention</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="13">
      <xs:annotation>
        <xs:documentation xml:lang="en">PH - Rapid Re-Housing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="14">
      <xs:annotation>
        <xs:documentation xml:lang="en">Coordinated Assessment</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>