im:EnforcedDeparture
An involuntary removal of an alien from the United States.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.0
Schema document: domains/immigration/2.0/immigration.xsd
Type: im:AlienDeportationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- im:RemovalOrderDate [0..*] The date on which the order of deportation, exclusion or removal was entered.
- im:StayRequestDate [0..*] The date on which the ALIEN filed for stay of deportation.
- im:StayExpirationDate [0..*] The date on which the aliens stay of DEPORTATION expires.
- im:StayDecisionDate [0..*] The date on which the decision for request for stay of deportation was made.
- im:StayActionCode [0..*] A response to the aliens request for stay of deportation.
- im:LegalReferenceText [0..*] A field indicating the section of Immigration and Nationality Act on which this person was ordered removed.
- im:DeportationReliefDate [0..*] The date on which the alien receives relief from deportation.
- im:DeportationOrderLocationText [0..*] A field indicating the location from which the inadmissible alien is removed from the United States.
- im:ActualDeportationDate [0..*] The date on which the alien was deported from the United States.
- im:DepartMethodText [0..*] A field indicating the means by which the deportable alien will use to depart the United States.
- im:ConsulateIndicator [0..*] Indicates whether or not the persons consulate was notified.
- im:RequestedDeportationDate [0..*] The date on which the alien needs to be removed from the United States based on the removal order.
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 im:AlienEnforcementEncounterType (Element im:AlienEnforcementEncounter)
Sample instance
<im:EnforcedDeparture> <im:RemovalOrderDate> <nc:Date>2000-01-01</nc:Date> </im:RemovalOrderDate> <im:StayRequestDate> <nc:Date>2000-01-01</nc:Date> </im:StayRequestDate> <im:StayExpirationDate> <nc:Date>2000-01-01</nc:Date> </im:StayExpirationDate> <im:StayDecisionDate> <nc:Date>2000-01-01</nc:Date> </im:StayDecisionDate> <im:StayActionCode>string</im:StayActionCode> <im:LegalReferenceText>string</im:LegalReferenceText> <im:DeportationReliefDate> <nc:Date>2000-01-01</nc:Date> </im:DeportationReliefDate> <im:DeportationOrderLocationText>string</im:DeportationOrderLocationText> <im:ActualDeportationDate> <nc:Date>2000-01-01</nc:Date> </im:ActualDeportationDate> <im:DepartMethodText>string</im:DepartMethodText> <im:ConsulateIndicator>true</im:ConsulateIndicator> <im:RequestedDeportationDate> <nc:Date>2000-01-01</nc:Date> </im:RequestedDeportationDate> </im:EnforcedDeparture>