ndex:SEXCodeSimpleType

simpleType SEXCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies the gender or sex of the person.

Diagram

Enumerations

ValueDefinition
FSubject's gender reported as female
GOccupation or charge indicated "Male Impersonator"
MSubject's gender reported as male
NOccupation or charge indicated "Female Impersonator" or transvestite
XUnknown gender
YMale name, no gender given
ZFemale name, no gender given

XML Schema

<xs:simpleType name="SEXCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the gender or sex of the person.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Subject's gender reported as female
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
Occupation or charge indicated "Male Impersonator"
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Subject's gender reported as male
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Occupation or charge indicated "Female Impersonator" or transvestite
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
Unknown gender
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Y">
<xs:annotation>
<xs:documentation>
Male name, no gender given
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Z">
<xs:annotation>
<xs:documentation>
Female name, no gender given
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>