im:DetentionDetainerLiftType
complexType DetentionDetainerLiftType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type for the classification of the reason for the release of an alien from detention by United States immigration officials.
Diagram
XML Schema
<xs:complexType name="DetentionDetainerLiftType">
<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:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="im:DetentionDetainerLiftCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DetentionDetainerLiftDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:DetentionDetainerLiftAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>