ndex:WarrantStatusCodeSimpleType

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

Definition

A data type for a code that identifies the current disposition of a warrant.

Diagram

Enumerations

ValueDefinition
ACTIVEWarrant has been signed by an empowered authority. Also known as Issued.
INACTIVEWarrant is no longer being actively pursued by the agency empowered to execute the warrant.
LODGEDWarrant has been delivered to a correctional facility.
RECALLEDWarrant has been rescinded by the issuing authority. Also known as Vacated.
RETURNEDWarrant has been given, put, or sent back to a place or person.
SERVEDWarrant has been acted upon so as to take a person into custody or seize property. Also known as Executed.
STAYEDWarrant has been ordered but the issuance has been delayed by the court in order to allow the defendant to appear voluntarily by a specific date.
UNKNOWNUnknown

XML Schema

<xs:simpleType name="WarrantStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the current disposition of a warrant.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ACTIVE">
<xs:annotation>
<xs:documentation>
Warrant has been signed by an empowered authority. Also known as Issued.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INACTIVE">
<xs:annotation>
<xs:documentation>
Warrant is no longer being actively pursued by the agency empowered to execute the warrant.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LODGED">
<xs:annotation>
<xs:documentation>
Warrant has been delivered to a correctional facility.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RECALLED">
<xs:annotation>
<xs:documentation>
Warrant has been rescinded by the issuing authority. Also known as Vacated.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RETURNED">
<xs:annotation>
<xs:documentation>
Warrant has been given, put, or sent back to a place or person.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SERVED">
<xs:annotation>
<xs:documentation>
Warrant has been acted upon so as to take a person into custody or seize property. Also known as Executed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STAYED">
<xs:annotation>
<xs:documentation>
Warrant has been ordered but the issuance has been delayed by the court in order to allow the defendant to appear voluntarily by a specific date.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>