complexType GradingPeriodIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p647.png
namespace http://ed-fi.org/0200
children GradingPeriod BeginDate SchoolReference
used by
element GradingPeriodReferenceType/GradingPeriodIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the grading period.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>429</ann:EdFiId>
source <xs:complexType name="GradingPeriodIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>429</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<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>2041</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 grading period.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2039</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2040</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GradingPeriodIdentityType/GradingPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p648.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>2041</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>2041</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriodIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p649.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 grading period.
appinfo
<ann:EdFiId>2039</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the first day of the grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2039</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriodIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p650.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 in the receiving system.
appinfo
<ann:EdFiId>2040</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 in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2040</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>