ncic:HITCodeSimpleType

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

Definition

A data type for 1.4: Wanted or Missing Person Hit Results (HIT) Field Codes

Diagram

Enumerations

ValueDefinition
1SUBJECT ARRESTED ON CHARGE IN WANTED PERSON RECORD
2SUBJECT ARRESTED ON CHARGE OTHER THAN CHARGE IN HIT RECORD
3DETAINER FILED
4HELD FOR EXTRADITION
5HELD FOR ANOTHER JURISDICTION AFTER CONFIRMATION OF MISSING STATUS
6RELEASED - WANTED AGENCY REFUSED TO EXTRADITE
7RELEASED - AGENCY HOLDING MISSING PERSON REPORT CAN PROVIDE NO FOLLOW-UP IN CASE OF ADULT OR WHERE PARENTS REFUSE TO TAKE CUSTODY OF MISSING JUVENILE
8RELEASED - UNABLE TO CONFIRM MISSING STATUS
9RELEASED - UNABLE TO CONFIRM WANTED STATUS

XML Schema

<xs:simpleType name="HITCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 1.4: Wanted or Missing Person Hit Results (HIT) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
SUBJECT ARRESTED ON CHARGE IN WANTED PERSON RECORD
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
SUBJECT ARRESTED ON CHARGE OTHER THAN CHARGE IN HIT RECORD
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
DETAINER FILED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
HELD FOR EXTRADITION
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
HELD FOR ANOTHER JURISDICTION AFTER CONFIRMATION OF MISSING STATUS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
RELEASED - WANTED AGENCY REFUSED TO EXTRADITE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
RELEASED - AGENCY HOLDING MISSING PERSON REPORT CAN PROVIDE NO FOLLOW-UP IN CASE OF ADULT OR WHERE PARENTS REFUSE TO TAKE CUSTODY OF MISSING JUVENILE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
RELEASED - UNABLE TO CONFIRM MISSING STATUS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
RELEASED - UNABLE TO CONFIRM WANTED STATUS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>