scr:Arrival
A PERSON CROSSING representing the entry of the person in the United States
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:ArrivalType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- 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: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>DEPARTREQ</scr:VisaCancelCategoryCode> <scr:VisaCancelCategoryDescriptionText>string</scr:VisaCancelCategoryDescriptionText> </scr:VisaCancel> </scr:Arrival>