ncic:SEXCodeSimpleType
simpleType SEXCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 2 - Sex, Sex of Victim (SOV), and Protected Person Sex (PSX) Field Codes
Diagram
Enumerations
| Value | Definition | 
| F | FEMALE | 
| M | MALE | 
| U | UNKNOWN | 
XML Schema
<xs:simpleType name="SEXCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 2 - Sex, Sex of Victim (SOV), and Protected Person Sex (PSX) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
FEMALE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
MALE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>