Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type gender
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Applicable to:
Gender 
0 = Female
1 = Male 
2 = Transgender male to female 
3 = Transgender female to male 
4 = Doesn’t identify as male, female, or transgender 
8 = Client doesn’t know 
9 = Client refused 
99 Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Female
enumeration 1
Male
enumeration 2
Transgender male to female
enumeration 3
Transgender female to male
enumeration 4
Doesn’t identify as male, female, or transgender
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Element client/Gender
Source
<xs:simpleType name="gender">
  <xs:annotation>
    <xs:documentation xml:lang="en">Applicable to: Gender 0 = Female 1 = Male 2 = Transgender male to female 3 = Transgender female to male 4 = Doesn’t identify as male, female, or transgender 8 = Client doesn’t know 9 = Client refused 99 Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Female</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Male</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transgender male to female</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Transgender female to male</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">Doesn’t identify as male, female, or transgender</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn't know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</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>