complexType GradingPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p637.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children SchoolReference GradingPeriod BeginDate EndDate TotalInstructionalDays PeriodSequence
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the time span for which grades are reported.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>561</ann:EdFiId>
source <xs:complexType name="GradingPeriod">
 
<xs:annotation>
   
<xs:documentation>This entity represents the time span for which grades are reported.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>561</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to an existing school record.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2425</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriod" type="GradingPeriodDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The name of the period for which grades are reported.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradingPeriodDescriptor</ann:Descriptor>
             
<ann:EdFiId>1433</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the first day of the GradingPeriod.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1430</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the last day of the GradingPeriod.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1432</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TotalInstructionalDays" type="TotalInstructionalDays">
         
<xs:annotation>
           
<xs:documentation>Total days available for educational instruction during the GradingPeriod.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1435</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PeriodSequence" type="xs:int" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The sequential order of this period relative to other periods.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1434</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradingPeriod/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p638.png
namespace http://ed-fi.org/0200
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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
Provide user information to lookup and link to an existing school record.
appinfo
<ann:EdFiId>2425</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing school record.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2425</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriod/GradingPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p639.png
namespace http://ed-fi.org/0200
type GradingPeriodDescriptorReferenceType
properties
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 name of the period for which grades are reported.
appinfo
<ann:Descriptor>GradingPeriodDescriptor</ann:Descriptor>
<ann:EdFiId>1433</ann:EdFiId>
source <xs:element name="GradingPeriod" type="GradingPeriodDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The name of the period for which grades are reported.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradingPeriodDescriptor</ann:Descriptor>
     
<ann:EdFiId>1433</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriod/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p640.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the first day of the GradingPeriod.
appinfo
<ann:EdFiId>1430</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the first day of the GradingPeriod.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1430</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriod/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p641.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the last day of the GradingPeriod.
appinfo
<ann:EdFiId>1432</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the last day of the GradingPeriod.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1432</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriod/TotalInstructionalDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p642.png
namespace http://ed-fi.org/0200
type TotalInstructionalDays
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Total days available for educational instruction during the GradingPeriod.
appinfo
<ann:EdFiId>1435</ann:EdFiId>
source <xs:element name="TotalInstructionalDays" type="TotalInstructionalDays">
 
<xs:annotation>
   
<xs:documentation>Total days available for educational instruction during the GradingPeriod.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1435</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriod/PeriodSequence
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p643.png
namespace http://ed-fi.org/0200
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The sequential order of this period relative to other periods.
appinfo
<ann:EdFiId>1434</ann:EdFiId>
source <xs:element name="PeriodSequence" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The sequential order of this period relative to other periods.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1434</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>