ncic:SEXCodeSimpleType

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

Definition

A data type for 2 - Sex, Sex of Victim (SOV), and Protected Person Sex (PSX) Field Codes

Diagram

Enumerations

ValueDefinition
FFEMALE
MMALE
UUNKNOWN

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: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>