ndex:ArrestCategoryJABSCodeSimpleType
simpleType ArrestCategoryJABSCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a Joint Automated Booking System (JABS) code that identifies the type of apprehension.
Diagram
Enumerations
Value | Definition |
FUGITIVE | Fugitive |
PROBABLE CAUSE | Probable Cause |
WARRANT | Warrant |
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:restriction base="xs:token">
<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>