simpleType LevelOfEducationMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element LevelOfEducationDescriptor/LevelOfEducationMap
facets
Kind Value Annotation
enumeration Did Not Graduate High School
enumeration High School Diploma
enumeration Some College No Degree
enumeration Bachelor's
enumeration Master's
enumeration Doctorate
enumeration Associate's Degree (two years or more)
annotation
documentation
The enumeration of the different levels of education achievable.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="LevelOfEducationMapType">
 
<xs:annotation>
   
<xs:documentation>The enumeration of the different levels of education achievable.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Did Not Graduate High School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="High School Diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Some College No Degree">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Bachelor's">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Master's">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Doctorate">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Associate's Degree (two years or more)">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>