ndex:SEXCodeSimpleType
simpleType SEXCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the gender or sex of the person.
Diagram
Enumerations
Value | Definition |
F | Subject's gender reported as female |
G | Occupation or charge indicated "Male Impersonator" |
M | Subject's gender reported as male |
N | Occupation or charge indicated "Female Impersonator" or transvestite |
X | Unknown gender |
Y | Male name, no gender given |
Z | Female 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:restriction base="xs:token">
<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>