im:StudentEducationLevelCodeSimpleType

simpleType StudentEducationLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/immigration/5.0/

Definition

A data type for the classification of the current education level of a non-immigrant alien student.

Diagram

Enumerations

ValueDefinition
01PRIMARY
02SECONDARY
03ASSOCIATE
04BACHELORS
05MASTERS
06DOCTORATE
07LANGUAGE TRAINING
08HIGH SCHOOL
09FLIGHT TRAINING
10OTHER VOCATIONAL SCHOOL
11OTHER

XML Schema

<xs:simpleType name="StudentEducationLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the classification of the current education level of a non-immigrant alien student.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
PRIMARY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
SECONDARY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
ASSOCIATE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
BACHELORS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
MASTERS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
DOCTORATE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="07">
<xs:annotation>
<xs:documentation>
LANGUAGE TRAINING
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="08">
<xs:annotation>
<xs:documentation>
HIGH SCHOOL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="09">
<xs:annotation>
<xs:documentation>
FLIGHT TRAINING
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
OTHER VOCATIONAL SCHOOL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="11">
<xs:annotation>
<xs:documentation>
OTHER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>