ncic:NPFCodeSimpleType
simpleType NPFCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 1.5: Number of Missing Person Found (NPF) Field Codes
Diagram
Enumerations
Value | Definition |
nnnJI | JUVENILE INDEXED IN NCIC |
nnnJN | JUVENILE NOT INDEXED IN NCIC |
nnnOI | OTHER MISSING INDEXED IN NCIC |
nnnON | OTHER 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:restriction base="xs:token">
<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>