complexType GradeLevelDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p632.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace GradeLevelMap
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 set of grade levels. The map to known Ed-Fi enumeration values is required.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>304</ann:EdFiId>
source <xs:complexType name="GradeLevelDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the set of grade levels. The map to known Ed-Fi enumeration values is required.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>304</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="GradeLevelMap" type="GradeLevelMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known grade level.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>305</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradeLevelDescriptor/GradeLevelMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p633.png
namespace http://ed-fi.org/0200
type GradeLevelMapType
properties
content simple
facets
Kind Value Annotation
enumeration Adult Education
appinfo
<ann:EdFiId>176-001</ann:EdFiId>
enumeration Early Education
appinfo
<ann:EdFiId>176-002</ann:EdFiId>
enumeration Eighth grade
appinfo
<ann:EdFiId>176-003</ann:EdFiId>
enumeration Eleventh grade
appinfo
<ann:EdFiId>176-004</ann:EdFiId>
enumeration Fifth grade
appinfo
<ann:EdFiId>176-005</ann:EdFiId>
enumeration First grade
appinfo
<ann:EdFiId>176-006</ann:EdFiId>
enumeration Fourth grade
appinfo
<ann:EdFiId>176-007</ann:EdFiId>
enumeration Grade 13
appinfo
<ann:EdFiId>176-008</ann:EdFiId>
enumeration Infant/toddler
appinfo
<ann:EdFiId>176-009</ann:EdFiId>
enumeration Kindergarten
appinfo
<ann:EdFiId>176-010</ann:EdFiId>
enumeration Ninth grade
appinfo
<ann:EdFiId>176-011</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>176-012</ann:EdFiId>
enumeration Postsecondary
appinfo
<ann:EdFiId>176-013</ann:EdFiId>
enumeration Preschool/Prekindergarten
appinfo
<ann:EdFiId>176-014</ann:EdFiId>
enumeration Second grade
appinfo
<ann:EdFiId>176-015</ann:EdFiId>
enumeration Seventh grade
appinfo
<ann:EdFiId>176-016</ann:EdFiId>
enumeration Sixth grade
appinfo
<ann:EdFiId>176-017</ann:EdFiId>
enumeration Tenth grade
appinfo
<ann:EdFiId>176-018</ann:EdFiId>
enumeration Third grade
appinfo
<ann:EdFiId>176-019</ann:EdFiId>
enumeration Twelfth grade
appinfo
<ann:EdFiId>176-020</ann:EdFiId>
enumeration Ungraded
appinfo
<ann:EdFiId>176-021</ann:EdFiId>
annotation
documentation
The mapping to a known grade level.
appinfo
<ann:EdFiId>305</ann:EdFiId>
source <xs:element name="GradeLevelMap" type="GradeLevelMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known grade level.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>305</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>