scr:ScreeningArrivalType

complexType ScreeningArrivalType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for an encounter representing the entry of a Person or Conveyance into the United States

Diagram

XML Schema

<xs:complexType name="ScreeningArrivalType">
<xs:annotation>
<xs:documentation>
A data type for an encounter representing the entry of a Person or Conveyance into the United States
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:PersonArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ArrivalReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AccompaniedByFamilyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AdmitDurationStatusIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AdmitToDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:BoardingLocationCityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:VisaCancel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ScreeningArrivalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>