Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type youthAgeGroup
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Of the youth beds what number are restricted to: 
1 = Only under age 18 
2 = Only ages 18 to 24 
3 = Only youth under age 24 (both of the above)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Only under age 18
enumeration 2
Only ages 18 to 24
enumeration 3
Only youth under age 24 (both of the above)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="youthAgeGroup">
  <xs:annotation>
    <xs:documentation xml:lang="en">Of the youth beds what number are restricted to: 1 = Only under age 18 2 = Only ages 18 to 24 3 = Only youth under age 24 (both of the above) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only under age 18</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only ages 18 to 24</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only youth under age 24 (both of the above)</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>