Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type reasonNotEnrolled
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Reason not enrolled
1 = Client was found ineligible for PATH
2 = Client was not enrolled for other reason(s)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Client was found ineligible for PATH
enumeration 2
Client was not enrolled for other reason(s)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="reasonNotEnrolled">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reason not enrolled 1 = Client was found ineligible for PATH 2 = Client was not enrolled for other reason(s) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client was found ineligible for PATH</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client was not enrolled for other reason(s)</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>