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.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:DepartureType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- 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:EligibleForReliefIndicator>true</scr:EligibleForReliefIndicator> <scr:ReliefDate> <nc:Date>2000-01-01</nc:Date> </scr:ReliefDate> <scr:DepartureClassification> <scr:DepartureCategoryCode>Deportation</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:VoluntaryDepartDecisionCategoryCode>string</scr:VoluntaryDepartDecisionCategoryCode> <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:StayActionCode>string</scr:StayActionCode> <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:DepartProofCode>string</scr:DepartProofCode> <scr:DepartProofDescriptionText>string</scr:DepartProofDescriptionText> </scr:DeportationDepartProofText> <scr:DesignatedCountryOfDeportationID>string</scr:DesignatedCountryOfDeportationID> <scr:EscortReasonCategoryText> <scr:EscortCode>C</scr:EscortCode> <scr:EscortDescriptionText>string</scr:EscortDescriptionText> </scr:EscortReasonCategoryText> </scr:Deportation> </scr:Departure>