ndex:PretrialReleaseStatusCodeSimpleType
simpleType PretrialReleaseStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the release status of the subject of pre-trial investigation.
Diagram
Enumerations
Value | Definition |
ACCEPT | The subject will be conditionally released / released to supervision without bail being required. |
ACCEPT BAIL_BOND | The subject will be conditionally released / released to supervision and bail or bond is stipulated as a part of the subjects conditional release. |
REJECT | The subject is a poor risk for release and/or a risk to not appear and/or likely to re-offend, thus Pre-Trial release is rejected and the subject will not be released. |
XML Schema
<xs:simpleType name="PretrialReleaseStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the release status of the subject of pre-trial investigation.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ACCEPT">
<xs:annotation>
<xs:documentation>
The subject will be conditionally released / released to supervision without bail being required.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ACCEPT BAIL_BOND">
<xs:annotation>
<xs:documentation>
The subject will be conditionally released / released to supervision and bail or bond is stipulated as a part of the subjects conditional release.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REJECT">
<xs:annotation>
<xs:documentation>
The subject is a poor risk for release and/or a risk to not appear and/or likely to re-offend, thus Pre-Trial release is rejected and the subject will not be released.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>