Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type bedType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Bed Type (ES Only) 
1 = Facility-based 
2 = Voucher 
3 = Other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Facility-based
enumeration 2
Voucher
enumeration 3
Other
Used by
Source
<xs:simpleType name="bedType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Bed Type (ES Only) 1 = Facility-based 2 = Voucher 3 = Other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Facility-based</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Voucher</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>