im:Dependent
A person who is legally, socially, and financially reliant on the support of an alien person.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:AlienDependentType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
- im:DependentIdentification [0..*] A number that uniquely identifies a dependent of an alien.
- im:DependentRemarkText [0..*] A field describing the dependent of an alien student or exchange visitor.
- im:DependentEffectiveTerminationDate [0..*] The date on which an aliens dependent status effectively terminated.
- im:DependentProgramEndDate [0..*] The date on which the alien dependents principal program ends.
- im:DependentStartDate [0..*] The date on which an aliens status as a dependent of an alien student or exchange visitor started.
- im:DependentTerminationCommentText [0..*] A field detailing why an aliens dependent status was terminated.
- im:DependentTerminationCode [0..*] A reason why a dependent of an alien student or exchange visitor may be terminated.
- im:DependentTerminationDescriptionText [0..*] A field indicating the description for the associated alien dependents termination code.
- im:DependentDistrictOfficerTerminatedF2Indicator [0..*] True if the District Officer terminated the aliens dependent status to an academic student (F-2); false otherwise.
- im:DependentDistrictOfficerTerminatedM2Indicator [0..*] True if the District Officer terminated the aliens dependent status to a vocational student (M-2); false otherwise.
- im:DependentPrincipalDesignatedSchoolOfficialTerminatedF2Indicator [0..*] True if the Principal Designated School Official (PDSO) or Designated School Official (DSO) terminated the dependent status of an alien to an academic student (F-2); false otherwise.
- im:DependentJ2CompletionIndicator [0..*] True if an aliens dependent status to an exchange visitor (J-2) completed with no adversity; false otherwise.
- im:DependentJ2TerminationIndicator [0..*] True if an exchange visitors dependent status to an exchange visitor (J-2) was terminated; false otherwise.
- im:DependentPrincipalDesignatedSchoolOfficialTerminatedM2Indicator [0..*] True if a Principal Designated School Official (PDSO) or Designated School Official (DSO) terminated the aliens dependent status (M-2) to a vocational student; false otherwise.
- im:DependentCategoryText [0..*] A kind of dependent.
- im:DependentCodeDescriptionText [0..*] A field indicating the description for the associated dependent code.
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:AlienExchangeVisitorAdmissionType (Element im:ExchangeVisitorAdmission)
- Type im:AlienStudentAdmissionType (Element im:AlienStudentAdmission)
Sample instance
<im:Dependent> <nc:RoleOfPersonReference/> <im:DependentIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </im:DependentIdentification> <im:DependentRemarkText>string</im:DependentRemarkText> <im:DependentEffectiveTerminationDate> <nc:Date>2000-01-01</nc:Date> </im:DependentEffectiveTerminationDate> <im:DependentProgramEndDate> <nc:Date>2000-01-01</nc:Date> </im:DependentProgramEndDate> <im:DependentStartDate> <nc:Date>2000-01-01</nc:Date> </im:DependentStartDate> <im:DependentTerminationCommentText>string</im:DependentTerminationCommentText> <im:DependentTerminationCode>21</im:DependentTerminationCode> <im:DependentTerminationDescriptionText>string</im:DependentTerminationDescriptionText> <im:DependentDistrictOfficerTerminatedF2Indicator>true</im:DependentDistrictOfficerTerminatedF2Indicator> <im:DependentDistrictOfficerTerminatedM2Indicator>true</im:DependentDistrictOfficerTerminatedM2Indicator> <im:DependentPrincipalDesignatedSchoolOfficialTerminatedF2Indicator>true</im:DependentPrincipalDesignatedSchoolOfficialTerminatedF2Indicator> <im:DependentJ2CompletionIndicator>true</im:DependentJ2CompletionIndicator> <im:DependentJ2TerminationIndicator>true</im:DependentJ2TerminationIndicator> <im:DependentPrincipalDesignatedSchoolOfficialTerminatedM2Indicator>true</im:DependentPrincipalDesignatedSchoolOfficialTerminatedM2Indicator> <im:DependentCategoryText>string</im:DependentCategoryText> <im:DependentCodeDescriptionText>string</im:DependentCodeDescriptionText> </im:Dependent>