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

ValueDefinition
Did not discloseDid not disclose
FemaleFemale
Genderqueer/Gender Non-conformingGenderqueer/Gender Non-conforming (Includes gender-variant children)
Intersex/Non-binary genderIntersex/Non-binary gender
MaleMale
Transgender Female to Male (FTM)Transgender Female to Male (FTM)
Transgender GeneralTransgender General (Includes two-spirit, Transsexual, Cross-dresser)
Transgender Male to Female (MTF)Transgender Male to Female (MTF)
UnknownUnknown

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: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>