scr:Arrival
An encounter representing the entry of a person or conveyance into the United States.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:ScreeningArrivalType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:ArrivalDate [0..*] The date that a non-immigrant Alien arrived in the U.S.
- scr:ArrivalReasonText [0..*] The text that explains the reason for a non-immigrant Alien's arrival in the U.S.
- scr:AccompaniedByFamilyIndicator [0..*] An indicator indicating whether a subject is accompanied by a family member when entering the United States.
- scr:AdmitDurationStatusIndicator [0..*] An indicator indicating whether the admittance length for a person at ARRIVAL is based on Duration of Status.
- scr:AdmitToDate [0..*] The date , as specified at ARRIVAL, on which the alien is no longer authorized to stay in the United State.
- scr:BoardingLocationCityName [0..*] A name indicating the city where the alien boarded a conveyance for ARRIVAL to the United States
- scr:VisaCancel [0..*] A category of reason for invalidating a previously issued permission to enter the United States.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type scr:PersonCrossingEncounterType (Element scr:PersonCrossingEncounter)
Sample instance
<scr:Arrival> <scr:ArrivalDate> <nc:Date>2000-01-01</nc:Date> </scr:ArrivalDate> <scr:ArrivalReasonText>string</scr:ArrivalReasonText> <scr:AccompaniedByFamilyIndicator>true</scr:AccompaniedByFamilyIndicator> <scr:AdmitDurationStatusIndicator>true</scr:AdmitDurationStatusIndicator> <scr:AdmitToDate> <nc:Date>2000-01-01</nc:Date> </scr:AdmitToDate> <scr:BoardingLocationCityName>string</scr:BoardingLocationCityName> <scr:VisaCancel> <scr:VisaCancelCategoryCode>IVEXCLUDE</scr:VisaCancelCategoryCode> <scr:VisaCancelCategoryDescriptionText>string</scr:VisaCancelCategoryDescriptionText> </scr:VisaCancel> </scr:Arrival>