Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type annualPercentAMI
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
0 = 0-14% of AMI for household size
1 = 15-30% of AMI for household size
2 = More than 30% of AMI for household size (0 points)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
0-14% of AMI for household size
enumeration 1
15-30% of AMI for household size
enumeration 2
More than 30% of AMI for household size (0 points)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="annualPercentAMI">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = 0-14% of AMI for household size 1 = 15-30% of AMI for household size 2 = More than 30% of AMI for household size (0 points) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">0-14% of AMI for household size</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">15-30% of AMI for household size</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">More than 30% of AMI for household size (0 points)</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>