scr:Departure
A PERSON CROSSING representing the exit of the person from the United States.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:DepartureType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:DepartureDate [0..*] The date representing the departure or exit of a person or conveyance from the United States.
- scr:DepartureReasonText [0..*] The text that explains the reason that an Alien departed the U.S. as a result of an Alien deportation, removal or voluntary departure.
- scr:EligibleForReliefIndicator [0..*] An indication of whether or not the alien can be relieved from deportation under 212(c).
- scr:ReliefDate [0..*] The date on which the alien receives relief from deportation.
- scr:DepartureClassification [0..*] A classification of DEPARTURE.
- scr:VoluntaryDeparture [0..*] A willing DEPARTURE of a PERSON in response to a judicial decision for an expedited removal.
- scr:Deportation [0..*] An involuntary DEPARTURE of a PERSON based on a judicial decision or inspectors discretion.
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:Departure> <scr:DepartureDate> <nc:Date>2000-01-01</nc:Date> </scr:DepartureDate> <scr:DepartureReasonText>string</scr:DepartureReasonText> <scr:EligibleForReliefIndicator>true</scr:EligibleForReliefIndicator> <scr:ReliefDate> <nc:Date>2000-01-01</nc:Date> </scr:ReliefDate> <scr:DepartureClassification> <scr:DepartureCategoryCode>Normal Departure</scr:DepartureCategoryCode> <scr:DepartureCategoryDescriptionText>string</scr:DepartureCategoryDescriptionText> </scr:DepartureClassification> <scr:VoluntaryDeparture> <scr:VoluntaryDepartDecisionDate> <nc:Date>2000-01-01</nc:Date> </scr:VoluntaryDepartDecisionDate> <scr:VoluntaryDepartExpireDate> <nc:Date>2000-01-01</nc:Date> </scr:VoluntaryDepartExpireDate> <scr:VoluntaryDepartureDecision> <scr:VoluntaryDepartDecisionCategoryText>string</scr:VoluntaryDepartDecisionCategoryText> <scr:VoluntaryDepartDecisionCategoryDescriptionText>string</scr:VoluntaryDepartDecisionCategoryDescriptionText> </scr:VoluntaryDepartureDecision> </scr:VoluntaryDeparture> <scr:Deportation> <scr:ConsulateIndicator>true</scr:ConsulateIndicator> <scr:RemovalOrderDate> <nc:Date>2000-01-01</nc:Date> </scr:RemovalOrderDate> <scr:VerifiedClaimedIndicator>true</scr:VerifiedClaimedIndicator> <scr:DeportAsArrivedIndicator>true</scr:DeportAsArrivedIndicator> <scr:LegalReferenceText>string</scr:LegalReferenceText> <scr:StayActionText>string</scr:StayActionText> <scr:StayDecisionDate> <nc:Date>2000-01-01</nc:Date> </scr:StayDecisionDate> <scr:StayExpirationDate> <nc:Date>2000-01-01</nc:Date> </scr:StayExpirationDate> <scr:TravelDocumentReceivedDate> <nc:Date>2000-01-01</nc:Date> </scr:TravelDocumentReceivedDate> <scr:TravelDocumentRequestDate> <nc:Date>2000-01-01</nc:Date> </scr:TravelDocumentRequestDate> <scr:DeportationDepartProofText> <scr:DepartProofText>string</scr:DepartProofText> <scr:DepartProofDescriptionText>string</scr:DepartProofDescriptionText> </scr:DeportationDepartProofText> <scr:DesignatedCountryOfDeportationID>string</scr:DesignatedCountryOfDeportationID> <scr:EscortReasonCategoryText> <scr:EscortCode>M</scr:EscortCode> <scr:EscortDescriptionText>string</scr:EscortDescriptionText> </scr:EscortReasonCategoryText> </scr:Deportation> </scr:Departure>