ncic:NPFCodeSimpleType

simpleType NPFCodeSimpleType in namespace http://release.niem.gov/niem/codes/ncic/5.0/

Definition

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

Diagram

Enumerations

ValueDefinition
JIJUVENILE INDEXED IN NCIC
JNJUVENILE NOT INDEXED IN NCIC
OIOTHER MISSING INDEXED IN NCIC
ONOTHER 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="JI">
<xs:annotation>
<xs:documentation>
JUVENILE INDEXED IN NCIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JN">
<xs:annotation>
<xs:documentation>
JUVENILE NOT INDEXED IN NCIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OI">
<xs:annotation>
<xs:documentation>
OTHER MISSING INDEXED IN NCIC
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ON">
<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>