im:StudentTerminationCodeSimpleType
simpleType StudentTerminationCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the classification of the reason for the premature ending of the participation of a non-immigrant student in an education program in the United States.
Diagram
Enumerations
Value | Definition |
01 | UNAUTHORIZED WITHDRAWAL |
02 | DEATH |
03 | UNAUTHORIZED EMPLOYMENT |
04 | UNAUTHORIZED DROP BELOW FULL COURSE |
05 | AUTHORIZED DROP BELOW FULL COURSE TIME EXCEEDED |
06 | CHANGE OF NONIMMIGRANT CLASSIFICATION |
07 | CHANGE OF NONIMMIGRANT CLASSIFICATION DENIED |
08 | EXPULSION |
09 | SUSPENSION |
10 | ABSENT FROM COUNTRY FOR FIVE MONTHS |
11 | FAILURE TO ENROLL |
12 | COSTS EXCEED RESOURCES |
13 | TRANSFER STUDENT NO SHOW |
14 | DENIED TRANSFER |
15 | EXTENSION DENIED |
16 | OTHERWISE FAILING TO MAINTAIN STATUS |
17 | VIOLATION OF CHANGE OF STATUS REQUIREMENTS |
18 | CHANGE OF STATUS DENIED |
19 | CHANGE OF STATUS WITHDRAWN |
20 | CHANGE OF STATUS APPROVED |
21 | TRANSFER WITHDRAWN |
22 | NO SHOW - MANUAL TERMINATION |
23 | AUTHORIZED EARLY WITHDRAWAL |
24 | NO SHOW - SYSTEM TERMINATION |
25 | SCHOOL WITHDRAWN |
XML Schema
<xs:simpleType name="StudentTerminationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the reason for the premature ending of the participation of a non-immigrant student in an education program in the United States.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
UNAUTHORIZED WITHDRAWAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
DEATH</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
UNAUTHORIZED EMPLOYMENT</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
UNAUTHORIZED DROP BELOW FULL COURSE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
AUTHORIZED DROP BELOW FULL COURSE TIME EXCEEDED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
CHANGE OF NONIMMIGRANT CLASSIFICATION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="07">
<xs:annotation>
<xs:documentation>
CHANGE OF NONIMMIGRANT CLASSIFICATION DENIED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="08">
<xs:annotation>
<xs:documentation>
EXPULSION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="09">
<xs:annotation>
<xs:documentation>
SUSPENSION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
ABSENT FROM COUNTRY FOR FIVE MONTHS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
FAILURE TO ENROLL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="12">
<xs:annotation>
<xs:documentation>
COSTS EXCEED RESOURCES</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="13">
<xs:annotation>
<xs:documentation>
TRANSFER STUDENT NO SHOW</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
DENIED TRANSFER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="15">
<xs:annotation>
<xs:documentation>
EXTENSION DENIED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="16">
<xs:annotation>
<xs:documentation>
OTHERWISE FAILING TO MAINTAIN STATUS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="17">
<xs:annotation>
<xs:documentation>
VIOLATION OF CHANGE OF STATUS REQUIREMENTS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="18">
<xs:annotation>
<xs:documentation>
CHANGE OF STATUS DENIED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
CHANGE OF STATUS WITHDRAWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
CHANGE OF STATUS APPROVED</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
TRANSFER WITHDRAWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="22">
<xs:annotation>
<xs:documentation>
NO SHOW - MANUAL TERMINATION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="23">
<xs:annotation>
<xs:documentation>
AUTHORIZED EARLY WITHDRAWAL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="24">
<xs:annotation>
<xs:documentation>
NO SHOW - SYSTEM TERMINATION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="25">
<xs:annotation>
<xs:documentation>
SCHOOL WITHDRAWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>