simpleType LevelOfEducationMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element LevelOfEducationDescriptor/LevelOfEducationMap
facets
Kind Value Annotation
enumeration Did Not Graduate High School
appinfo
<ann:EdFiId>192-003</ann:EdFiId>
enumeration High School Diploma
appinfo
<ann:EdFiId>192-005</ann:EdFiId>
enumeration Some College No Degree
appinfo
<ann:EdFiId>192-007</ann:EdFiId>
enumeration Bachelor's
appinfo
<ann:EdFiId>192-002</ann:EdFiId>
enumeration Master's
appinfo
<ann:EdFiId>192-006</ann:EdFiId>
enumeration Doctorate
appinfo
<ann:EdFiId>192-004</ann:EdFiId>
enumeration Associate's Degree (two years or more)
appinfo
<ann:EdFiId>192-001</ann:EdFiId>
annotation
documentation
The enumeration of the different levels of education achievable.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>192</ann:EdFiId>
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>
     
<ann:EdFiId>192</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Did Not Graduate High School">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="High School Diploma">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Some College No Degree">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Bachelor's">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Master's">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Doctorate">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Associate's Degree (two years or more)">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>192-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>