complexType GradingPeriodIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p735.png
namespace http://ed-fi.org/0210
children SchoolReference GradingPeriod BeginDate
used by
element GradingPeriodReferenceType/GradingPeriodIdentity
annotation
documentation
Identity of a GradingPeriod.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="GradingPeriodIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a GradingPeriod.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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: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>
       
</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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GradingPeriodIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p736.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element GradingPeriodIdentityType/GradingPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p737.png
namespace http://ed-fi.org/0210
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradingPeriodIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p738.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the first day of the GradingPeriod.
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:annotation>
</xs:element>