complexType LevelOfEducationDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p813.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace LevelOfEducationMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the different levels of education achievable.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>316</ann:EdFiId>
source <xs:complexType name="LevelOfEducationDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the different levels of education achievable.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>316</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="LevelOfEducationMap" type="LevelOfEducationMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known level of education.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>317</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LevelOfEducationDescriptor/LevelOfEducationMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p814.png
namespace http://ed-fi.org/0200
type LevelOfEducationMapType
properties
minOcc 0
maxOcc 1
content simple
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 mapping to a known level of education.
appinfo
<ann:EdFiId>317</ann:EdFiId>
source <xs:element name="LevelOfEducationMap" type="LevelOfEducationMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known level of education.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>317</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>