im:StudentEducationLevelType

complexType StudentEducationLevelType in namespace http://release.niem.gov/niem/domains/immigration/4.1/

Definition

A data type for the highest level of education an alien student intends to achieve.

Diagram

XML Schema

<xs:complexType name="StudentEducationLevelType">
<xs:annotation>
<xs:documentation>
A data type for the highest level of education an alien student intends to achieve.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:StudentEducationLevelCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:StudentEducationLevelDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:StudentEducationLevelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>