ndex:PersonSexualOrientationCodeSimpleType

simpleType PersonSexualOrientationCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.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>