ndex:PersonSexualOrientationCodeSimpleType

simpleType PersonSexualOrientationCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that identifies the sexual orientation of a person.

Diagram

Enumerations

ValueDefinition
BESTIALITYBESTIALITY
BISEXUALBISEXUAL
HETEROSEXUALHETEROSEXUAL
HOMOSEXUALHOMOSEXUAL
UNKNOWNUNKNOWN

XML Schema

<xs:simpleType name="PersonSexualOrientationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the sexual orientation of a person.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BESTIALITY">
<xs:annotation>
<xs:documentation>
BESTIALITY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BISEXUAL">
<xs:annotation>
<xs:documentation>
BISEXUAL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HETEROSEXUAL">
<xs:annotation>
<xs:documentation>
HETEROSEXUAL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOMOSEXUAL">
<xs:annotation>
<xs:documentation>
HOMOSEXUAL
</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>