complexType LevelDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p810.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace GradeLevel
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 grade level(s) certified for teaching.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>314</ann:EdFiId>
source <xs:complexType name="LevelDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the grade level(s) certified for teaching.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>314</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The mapping to known grade levels for which certification exists.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
           
<xs:appinfo>
             
<ann:EdFiId>315</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LevelDescriptor/GradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p811.png
namespace http://ed-fi.org/0200
type GradeLevelDescriptorReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The mapping to known grade levels for which certification exists.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
appinfo
<ann:EdFiId>315</ann:EdFiId>
source <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The mapping to known grade levels for which certification exists.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
   
<xs:appinfo>
     
<ann:EdFiId>315</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>