ndex:ArrestCategoryJABSCodeSimpleType

simpleType ArrestCategoryJABSCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

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>