Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type relationshipToHoH
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
RelationshipToHeadOfHousehold
1 = Self (head of household) 
	2 = Head of household’s child 
3 = Head of household’s spouse or partner
4 = Head of household’s other relation member (other relation to head of household) 
	5 = Other: non-relation member 
	99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Self (head of household)
enumeration 2
Head of household’s child
enumeration 3
Head of household’s spouse or partner
enumeration 4
Head of household’s other relation member (other relation to head of household)
enumeration 5
Other: non-relation member
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="relationshipToHoH">
  <xs:annotation>
    <xs:documentation xml:lang="en">RelationshipToHeadOfHousehold 1 = Self (head of household) 2 = Head of household’s child 3 = Head of household’s spouse or partner 4 = Head of household’s other relation member (other relation to head of household) 5 = Other: non-relation member 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Self (head of household)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s child</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s spouse or partner</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Head of household’s other relation member (other relation to head of household)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:documentation xml:lang="en">Other: non-relation member</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>