scr:ScreeningDepartureType

complexType ScreeningDepartureType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for information concerning a PERSON or Conveyance exiting from the United States

Diagram

XML Schema

<xs:complexType name="ScreeningDepartureType">
<xs:annotation>
<xs:documentation>
A data type for information concerning a PERSON or Conveyance exiting from the United States
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:PersonDepartureDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DepartureReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EligibleForReliefIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ReliefDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:DepartureClassification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:VoluntaryDeparture" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:Deportation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ScreeningDepartureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>