Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type subsidyInformation
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Subsidy information
1 = Without a subsidy
2 = With the subsidy they had at project entry
3 = With an on-going subsidy acquired since project entry
4 = Only with financial assistance other than a subsidy
11 = With on-going subsidy
12 = Without an on-going subsidy
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Without a subsidy
enumeration 2
With the subsidy they had at project entry
enumeration 3
With an on-going subsidy acquired since project entry
enumeration 4
Only with financial assistance other than a subsidy
enumeration 11
With on-going subsidy
enumeration 12
Without an on-going subsidy
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="subsidyInformation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Subsidy information 1 = Without a subsidy 2 = With the subsidy they had at project entry 3 = With an on-going subsidy acquired since project entry 4 = Only with financial assistance other than a subsidy 11 = With on-going subsidy 12 = Without an on-going subsidy 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Without a subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">With the subsidy they had at project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">With an on-going subsidy acquired since project entry</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Only with financial assistance other than a subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11">
      <xs:annotation>
        <xs:documentation xml:lang="en">With on-going subsidy</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="12">
      <xs:annotation>
        <xs:documentation xml:lang="en">Without an on-going subsidy</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>