hs:PersonSexualOrientationCodeSimpleType
simpleType PersonSexualOrientationCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a target gender of the sexual interest of a person.
Diagram
Enumerations
Value | Definition |
Bisexual | Bisexual |
Did not disclose | Did not disclose |
Do not know/Not sure | Do not know/Not sure |
Lesbian or gay | Lesbian or gay |
Other | Other |
Straight | Straight |
XML Schema
<xs:simpleType name="PersonSexualOrientationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a target gender of the sexual interest of a person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Bisexual">
<xs:annotation>
<xs:documentation>
Bisexual</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Did not disclose">
<xs:annotation>
<xs:documentation>
Did not disclose</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Do not know/Not sure">
<xs:annotation>
<xs:documentation>
Do not know/Not sure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lesbian or gay">
<xs:annotation>
<xs:documentation>
Lesbian or gay</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Straight">
<xs:annotation>
<xs:documentation>
Straight</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>