im:DetentionDetainerLiftCodeSimpleType

simpleType DetentionDetainerLiftCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/

Definition

A data type for the classification of the reason for the release of an alien from detention by United States immigration officials.

Diagram

Enumerations

ValueDefinition
BBooked into Detention
CCase Closed
DDied
FLifted - Lack of Funds
LLifted
NNot Deportable
SLifted - Lack of Space
TTransferred
UUnited States Citizen Interviewed

XML Schema

<xs:simpleType name="DetentionDetainerLiftCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the reason for the release of an alien from detention by United States immigration officials.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Booked into Detention
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Case Closed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Died
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Lifted - Lack of Funds
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
Lifted
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Deportable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Lifted - Lack of Space
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>
Transferred
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>
United States Citizen Interviewed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>