complexType GradingPeriodDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p644.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace GradingPeriodMap
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 name of the period for which grades are reported. The mapping of descriptor values to known Ed-Fi enumeration values is required.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>306</ann:EdFiId>
source <xs:complexType name="GradingPeriodDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the name of the period for which grades are reported. The mapping of descriptor values to known Ed-Fi enumeration values is required.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>306</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="GradingPeriodMap" type="GradingPeriodMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to known grading period names.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>307</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradingPeriodDescriptor/GradingPeriodMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p645.png
namespace http://ed-fi.org/0200
type GradingPeriodMapType
properties
content simple
facets
Kind Value Annotation
enumeration First Six Weeks
appinfo
<ann:EdFiId>178-005</ann:EdFiId>
enumeration Second Six Weeks
appinfo
<ann:EdFiId>178-012</ann:EdFiId>
enumeration Third Six Weeks
appinfo
<ann:EdFiId>178-018</ann:EdFiId>
enumeration Fourth Six Weeks
appinfo
<ann:EdFiId>178-009</ann:EdFiId>
enumeration Fifth Six Weeks
appinfo
<ann:EdFiId>178-002</ann:EdFiId>
enumeration Sixth Six Weeks
appinfo
<ann:EdFiId>178-015</ann:EdFiId>
enumeration First Semester
appinfo
<ann:EdFiId>178-004</ann:EdFiId>
enumeration Second Semester
appinfo
<ann:EdFiId>178-011</ann:EdFiId>
enumeration First Summer Session
appinfo
<ann:EdFiId>178-006</ann:EdFiId>
enumeration Second Summer Session
appinfo
<ann:EdFiId>178-013</ann:EdFiId>
enumeration Third Summer Session
appinfo
<ann:EdFiId>178-019</ann:EdFiId>
enumeration Summer Semester
appinfo
<ann:EdFiId>178-016</ann:EdFiId>
enumeration First Nine Weeks
appinfo
<ann:EdFiId>178-003</ann:EdFiId>
enumeration Second Nine Weeks
appinfo
<ann:EdFiId>178-010</ann:EdFiId>
enumeration Third Nine Weeks
appinfo
<ann:EdFiId>178-017</ann:EdFiId>
enumeration Fourth Nine Weeks
appinfo
<ann:EdFiId>178-008</ann:EdFiId>
enumeration First Trimester
appinfo
<ann:EdFiId>178-007</ann:EdFiId>
enumeration Second Trimester
appinfo
<ann:EdFiId>178-014</ann:EdFiId>
enumeration Third Trimester
appinfo
<ann:EdFiId>178-020</ann:EdFiId>
enumeration End of Year
appinfo
<ann:EdFiId>178-001</ann:EdFiId>
annotation
documentation
The mapping to known grading period names.
appinfo
<ann:EdFiId>307</ann:EdFiId>
source <xs:element name="GradingPeriodMap" type="GradingPeriodMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to known grading period names.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>307</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>