ndex:SupervisedReleaseStatusCodeSimpleType

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

Definition

A data type for a code that indicates the release status of the subject involved in supervised release.

Diagram

Enumerations

ValueDefinition
ABSCONDERSubject is out of compliance with release conditions, subject is sought, and subjects whereabouts are unknown.
ACTIVESubject is on supervised release.
CANCELEDSupervised release was discontinued before it could be successfully completed.
CANCELED DECEASEDSupervised release was canceled because subject died.
CANCELED REVOKEDSupervised release is unsuccessful and discontinued with subject being returned to jail, facility corrections, etc.
CANCELED TRANSFERREDSupervised release was canceled and oversight responsibility for the subject was transferred to another supervising agency.
CANCELED UNSUCCESSFULSupervised release is unsuccessful and discontinued because the subject was not totally compliant with release conditions and the court, supervising organization, and/or supervising official believed that keeping the subject under supervision was not working and/or there was not a reasonable expectation for improvement in future.
COMPLETEDSupervised release is successfully completed.
COMPLETED EARLYSupervised release is successfully completed with early termination afforded the subject as reward for the subjects compliance (paid fines, fulfilled obligations, completed community service, etc.) with release conditions of the court, supervising agency, and/or authorizing organization, or the subject was deemed to have health or life threatening issues at hand that otherwise precluded the subject from otherwise participating in/completing the specified period of supervision.

XML Schema

<xs:simpleType name="SupervisedReleaseStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates the release status of the subject involved in supervised release.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ABSCONDER">
<xs:annotation>
<xs:documentation>
Subject is out of compliance with release conditions, subject is sought, and subjects whereabouts are unknown.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ACTIVE">
<xs:annotation>
<xs:documentation>
Subject is on supervised release.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CANCELED">
<xs:annotation>
<xs:documentation>
Supervised release was discontinued before it could be successfully completed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CANCELED DECEASED">
<xs:annotation>
<xs:documentation>
Supervised release was canceled because subject died.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CANCELED REVOKED">
<xs:annotation>
<xs:documentation>
Supervised release is unsuccessful and discontinued with subject being returned to jail, facility corrections, etc.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CANCELED TRANSFERRED">
<xs:annotation>
<xs:documentation>
Supervised release was canceled and oversight responsibility for the subject was transferred to another supervising agency.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CANCELED UNSUCCESSFUL">
<xs:annotation>
<xs:documentation>
Supervised release is unsuccessful and discontinued because the subject was not totally compliant with release conditions and the court, supervising organization, and/or supervising official believed that keeping the subject under supervision was not working and/or there was not a reasonable expectation for improvement in future.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMPLETED">
<xs:annotation>
<xs:documentation>
Supervised release is successfully completed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMPLETED EARLY">
<xs:annotation>
<xs:documentation>
Supervised release is successfully completed with early termination afforded the subject as reward for the subjects compliance (paid fines, fulfilled obligations, completed community service, etc.) with release conditions of the court, supervising agency, and/or authorizing organization, or the subject was deemed to have health or life threatening issues at hand that otherwise precluded the subject from otherwise participating in/completing the specified period of supervision.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>