simpleType LevelOfEducationMapType
namespace http://ed-fi.org/0110
type restriction of 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 
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:enumeration value="High School Diploma"/>
   
<xs:enumeration value="Some College No Degree"/>
   
<xs:enumeration value="Bachelor&apos;s"/>
   
<xs:enumeration value="Master&apos;s"/>
   
<xs:enumeration value="Doctorate"/>
 
</xs:restriction>
</xs:simpleType>