Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type targetPopulation
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Target Population Type 
1 = DV Domestic Violence victims 
3 = HIV Persons with HIV/AIDS 
4 = NA Not Applicable
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
DV Domestic Violence victims
enumeration 3
HIV Persons with HIV/AIDS
enumeration 4
NA Not Applicable
Used by
Source
<xs:simpleType name="targetPopulation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Target Population Type 1 = DV Domestic Violence victims 3 = HIV Persons with HIV/AIDS 4 = NA Not Applicable</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">DV Domestic Violence victims</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">HIV Persons with HIV/AIDS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">NA Not Applicable</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>