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

ValueDefinition
BisexualBisexual
Did not discloseDid not disclose
Do not know/Not sureDo not know/Not sure
Lesbian or gayLesbian or gay
OtherOther
StraightStraight

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