ndex:ArrestCategoryJABSCodeSimpleType

simpleType ArrestCategoryJABSCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a Joint Automated Booking System (JABS) code that identifies the type of apprehension.

Diagram

Enumerations

ValueDefinition
FUGITIVEFugitive
PROBABLE CAUSEProbable Cause
WARRANTWarrant

XML Schema

<xs:simpleType name="ArrestCategoryJABSCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a Joint Automated Booking System (JABS) code that identifies the type of apprehension.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="FUGITIVE">
<xs:annotation>
<xs:documentation>
Fugitive
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PROBABLE CAUSE">
<xs:annotation>
<xs:documentation>
Probable Cause
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WARRANT">
<xs:annotation>
<xs:documentation>
Warrant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>