im:AuthorizationToDropBelowFullTime
The authorization for an alien student to drop below full time status
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:AlienStudentAuthorizationToDropBelowFullTimeType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- im:AuthorizationRemarkText [0..*] A field indicating remarks regarding an authorization.
- im:AuthorizationIdentification [0..*] A number indicating the unique code assigned to an authorization.
- im:AuthorizationEndDate [0..*] The date an authorization expires.
- im:AuthorizationStartDate [0..*] The date an authorization begins.
- im:AuthorizationDescriptionText [0..*] A field describing an authorization.
- im:AuthorizationFullResumptionDate [0..*] The date on which an alien student resumes a full time academic schedule for enrolled program.
- im:AuthorizationDropBelowFullTimeCategoryText [0..*] A reason a student has dropped below full time status.
- im:AuthorizationF1Indicator [0..*] True if the authorization to drop below full time status pertains an academic student (F-1); false otherwise.
from type im:AuthorizationType
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:AlienStudentAdmissionType (Element im:AlienStudentAdmission)
Sample instance
<im:AuthorizationToDropBelowFullTime> <im:AuthorizationRemarkText>string</im:AuthorizationRemarkText> <im:AuthorizationIdentification> <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:AuthorizationIdentification> <im:AuthorizationEndDate> <nc:Date>2000-01-01</nc:Date> </im:AuthorizationEndDate> <im:AuthorizationStartDate> <nc:Date>2000-01-01</nc:Date> </im:AuthorizationStartDate> <im:AuthorizationDescriptionText>string</im:AuthorizationDescriptionText> <im:AuthorizationFullResumptionDate> <nc:Date>2000-01-01</nc:Date> </im:AuthorizationFullResumptionDate> <im:AuthorizationDropBelowFullTimeCategoryText>string</im:AuthorizationDropBelowFullTimeCategoryText> <im:AuthorizationF1Indicator>true</im:AuthorizationF1Indicator> </im:AuthorizationToDropBelowFullTime>