ndex:WarrantCategoryCodeSimpleType
simpleType WarrantCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a kind of warrant.
Diagram
Enumerations
Value | Definition |
ARREST_WARRANT | A warrant issued by a judge on behalf of the state, which authorizes the arrest and detention of an individual, or the search and seizure of an individual's property. |
BENCH_WARRANT-NO_BOND | A warrant issued directly by a judge to a law-enforcement officer, esp. for the arrest of a person who has been held in contempt, has been indicted, has disobeyed a subpoena, or has failed to appear for a hearing or trial. |
CAPIAS | An order to arrest and detain an individual for the purpose of guaranteeing a court appearance. |
DNA_JOHN_DOE_WARRANT | A warrant for the arrest of a person whose name is unknown. John Doe warrant can also be used when crime scene evidence yields a DNA profile but the individual corresponding to the DNA profile is unknown. |
FELONY_ARREST | A felony warrant authorizes the apprehension of an individual suspected of a felony crime. |
INSTANTER | An order to arrest and detain an individual instantly; forthwith; without delay. |
MISDEMEANOR_ARREST | A legal document authorizing the apprehension of an individual suspected of a misdemeanor crime. |
MULTICASE_WARRANT | A warrant issued by a judge on behalf of the state, which authorizes the arrest and detention of individual or individuals as it applies to more than one case. |
RAMEY_WARRANT | An arrest warrant that is obtained by a police agency by going directly to a judge and bypassing the district attorney. |
SCIRE_FACIAS | A writ requiring the person against whom it is issued to appear and show cause why some matter of record should not be annulled or vacated, or why a dormant judgment against that person should not be revived. |
TELEPHONE_ARREST_WARRANT | A warrant, issued by telephone when the courts are closed, directing a law-enforcement officer to arrest and bring a person to court. |
VIOLATION_OF_PROBATION | An infraction or breach of a condition in which a subject is released into the community instead of sending the criminal to jail or prison. |
XML Schema
<xs:simpleType name="WarrantCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of warrant.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ARREST_WARRANT">
<xs:annotation>
<xs:documentation>
A warrant issued by a judge on behalf of the state, which authorizes the arrest and detention of an individual, or the search and seizure of an individual's property.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BENCH_WARRANT-NO_BOND">
<xs:annotation>
<xs:documentation>
A warrant issued directly by a judge to a law-enforcement officer, esp. for the arrest of a person who has been held in contempt, has been indicted, has disobeyed a subpoena, or has failed to appear for a hearing or trial.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAPIAS">
<xs:annotation>
<xs:documentation>
An order to arrest and detain an individual for the purpose of guaranteeing a court appearance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DNA_JOHN_DOE_WARRANT">
<xs:annotation>
<xs:documentation>
A warrant for the arrest of a person whose name is unknown. John Doe warrant can also be used when crime scene evidence yields a DNA profile but the individual corresponding to the DNA profile is unknown.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FELONY_ARREST">
<xs:annotation>
<xs:documentation>
A felony warrant authorizes the apprehension of an individual suspected of a felony crime.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INSTANTER">
<xs:annotation>
<xs:documentation>
An order to arrest and detain an individual instantly; forthwith; without delay.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MISDEMEANOR_ARREST">
<xs:annotation>
<xs:documentation>
A legal document authorizing the apprehension of an individual suspected of a misdemeanor crime.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTICASE_WARRANT">
<xs:annotation>
<xs:documentation>
A warrant issued by a judge on behalf of the state, which authorizes the arrest and detention of individual or individuals as it applies to more than one case.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RAMEY_WARRANT">
<xs:annotation>
<xs:documentation>
An arrest warrant that is obtained by a police agency by going directly to a judge and bypassing the district attorney.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCIRE_FACIAS">
<xs:annotation>
<xs:documentation>
A writ requiring the person against whom it is issued to appear and show cause why some matter of record should not be annulled or vacated, or why a dormant judgment against that person should not be revived.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TELEPHONE_ARREST_WARRANT">
<xs:annotation>
<xs:documentation>
A warrant, issued by telephone when the courts are closed, directing a law-enforcement officer to arrest and bring a person to court.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VIOLATION_OF_PROBATION">
<xs:annotation>
<xs:documentation>
An infraction or breach of a condition in which a subject is released into the community instead of sending the criminal to jail or prison.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>