ncic:NPFCodeSimpleType

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

Definition

A data type for 1.5: Number of Missing Person Found (NPF) Field Codes

Diagram

Enumerations

ValueDefinition
nnnJIJUVENILE INDEXED IN NCIC
nnnJNJUVENILE NOT INDEXED IN NCIC
nnnOIOTHER MISSING INDEXED IN NCIC
nnnONOTHER MISSING NOT INDEXED IN NCIC (USE IN CANCEL TRANSACTION ONLY)

XML Schema

<xs:simpleType name="NPFCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 1.5: Number of Missing Person Found (NPF) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="nnnJI">
<xs:annotation>
<xs:documentation>
JUVENILE INDEXED IN NCIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="nnnJN">
<xs:annotation>
<xs:documentation>
JUVENILE NOT INDEXED IN NCIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="nnnOI">
<xs:annotation>
<xs:documentation>
OTHER MISSING INDEXED IN NCIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="nnnON">
<xs:annotation>
<xs:documentation>
OTHER MISSING NOT INDEXED IN NCIC (USE IN CANCEL TRANSACTION ONLY)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>