Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type lengthOfStay
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Length of Stay in Previous Place
2 = One week or more, but less than one month
3 = One month or more, but less than 90 days
4 = 90 days or more but less than one year
5 = One year or longer 
8 = Client doesn’t know 
9 = Client refused
10 = One night or less
11 = Two to six nights 
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 2
One week or more, but less than one month
enumeration 3
One month or more, but less than 90 days
enumeration 4
90 days or more but less than one year
enumeration 5
One year or longer
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 10
One night or less
enumeration 11
Two to six nights
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="lengthOfStay">
  <xs:annotation>
    <xs:documentation xml:lang="en">Length of Stay in Previous Place 2 = One week or more, but less than one month 3 = One month or more, but less than 90 days 4 = 90 days or more but less than one year 5 = One year or longer 8 = Client doesn’t know 9 = Client refused 10 = One night or less 11 = Two to six nights 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">One week or more, but less than one month</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">One month or more, but less than 90 days</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">90 days or more but less than one year</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">One year or longer</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10">
      <xs:annotation>
        <xs:documentation xml:lang="en">One night or less</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">Two to six nights</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>