hs:PersonGenderIdentityCodeSimpleType
simpleType PersonGenderIdentityCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for a gender of a person's identity.
Diagram
Enumerations
| Value | Definition | 
| Did not disclose | Did not disclose | 
| Female | Female | 
| Genderqueer/Gender Non-conforming | Genderqueer/Gender Non-conforming (Includes gender-variant children) | 
| Intersex/Non-binary gender | Intersex/Non-binary gender | 
| Male | Male | 
| Transgender Female to Male (FTM) | Transgender Female to Male (FTM) | 
| Transgender General | Transgender General (Includes two-spirit, Transsexual, Cross-dresser) | 
| Transgender Male to Female (MTF) | Transgender Male to Female (MTF) | 
| Unknown | Unknown | 
XML Schema
<xs:simpleType name="PersonGenderIdentityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a gender of a person's identity.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Did not disclose">
<xs:annotation>
<xs:documentation>
Did not disclose</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Female">
<xs:annotation>
<xs:documentation>
Female</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Genderqueer/Gender Non-conforming">
<xs:annotation>
<xs:documentation>
Genderqueer/Gender Non-conforming (Includes gender-variant children)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intersex/Non-binary gender">
<xs:annotation>
<xs:documentation>
Intersex/Non-binary gender</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Male">
<xs:annotation>
<xs:documentation>
Male</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Transgender Female to Male (FTM)">
<xs:annotation>
<xs:documentation>
Transgender Female to Male (FTM)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Transgender General">
<xs:annotation>
<xs:documentation>
Transgender General (Includes two-spirit, Transsexual, Cross-dresser)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Transgender Male to Female (MTF)">
<xs:annotation>
<xs:documentation>
Transgender Male to Female (MTF)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>