im:ImmigrationDeportationType

complexType ImmigrationDeportationType in namespace http://release.niem.gov/niem/domains/immigration/4.1/

Definition

A data type that indicates if the Alien has been deported from the Country.

Diagram

XML Schema

<xs:complexType name="ImmigrationDeportationType">
<xs:annotation>
<xs:documentation>
A data type that indicates if the Alien has been deported from the Country.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:DeportationLocation" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:DeportationCompleteIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:DeportationInProgressIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:DepartProofText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:DepartProofDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:ImmigrationDeportationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>