im:DetentionReleaseReasonCodeSimpleType
simpleType DetentionReleaseReasonCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.1/
Definition
A data type for the classification of the basis for the release of an alien from detention by United States immigration officials.
Diagram
Enumerations
| Value | Definition | 
| BDLF | Bonded out - lack of funds | 
| BDLS | Bonded out - lack of space | 
| BOND | Bonded Out | 
| DEP | Deported/Removed | 
| DIED | Died | 
| ESC | Escaped | 
| LFND | LFND | 
| LSPC | LSPC | 
| OREC | Order of recognizance | 
| ORLF | Order of recognizance - lack of funds | 
| ORLS | Order of recognizance - lack of space | 
| OSLF | Order of supervision - lack of funds | 
| OSLS | Order of supervision - lack of space | 
| OSUP | Order of supervision | 
| PALF | Paroled - lack of funds | 
| PALS | Paroled - lack of space | 
| PARO | Paroled | 
| T | Transferred | 
| TERM | Proceedings Terminated | 
| USM | U.S. Marshal or other agency (explain on CCOM) | 
| VD | Voluntary departure | 
| VDLF | Voluntary departure - lack of funds | 
| VDLS | Voluntary departure - lack of space | 
| WILF | Withdrawal - lack of funds | 
| WILS | Withdrawal - lack of space | 
| WITH | Withdrawal | 
XML Schema
<xs:simpleType name="DetentionReleaseReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the basis for the release of an alien from detention by United States immigration officials.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BDLF">
<xs:annotation>
<xs:documentation>
Bonded out - lack of funds</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BDLS">
<xs:annotation>
<xs:documentation>
Bonded out - lack of space</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BOND">
<xs:annotation>
<xs:documentation>
Bonded Out</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DEP">
<xs:annotation>
<xs:documentation>
Deported/Removed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DIED">
<xs:annotation>
<xs:documentation>
Died</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ESC">
<xs:annotation>
<xs:documentation>
Escaped</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LFND">
<xs:annotation>
<xs:documentation>
LFND</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LSPC">
<xs:annotation>
<xs:documentation>
LSPC</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OREC">
<xs:annotation>
<xs:documentation>
Order of recognizance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ORLF">
<xs:annotation>
<xs:documentation>
Order of recognizance - lack of funds</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ORLS">
<xs:annotation>
<xs:documentation>
Order of recognizance - lack of space</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSLF">
<xs:annotation>
<xs:documentation>
Order of supervision - lack of funds</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSLS">
<xs:annotation>
<xs:documentation>
Order of supervision - lack of space</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSUP">
<xs:annotation>
<xs:documentation>
Order of supervision</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PALF">
<xs:annotation>
<xs:documentation>
Paroled - lack of funds</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PALS">
<xs:annotation>
<xs:documentation>
Paroled - lack of space</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PARO">
<xs:annotation>
<xs:documentation>
Paroled</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Transferred</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TERM">
<xs:annotation>
<xs:documentation>
Proceedings Terminated</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USM">
<xs:annotation>
<xs:documentation>
U.S. Marshal or other agency (explain on CCOM)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VD">
<xs:annotation>
<xs:documentation>
Voluntary departure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VDLF">
<xs:annotation>
<xs:documentation>
Voluntary departure - lack of funds</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VDLS">
<xs:annotation>
<xs:documentation>
Voluntary departure - lack of space</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WILF">
<xs:annotation>
<xs:documentation>
Withdrawal - lack of funds</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WILS">
<xs:annotation>
<xs:documentation>
Withdrawal - lack of space</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WITH">
<xs:annotation>
<xs:documentation>
Withdrawal</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>