complexType GradeIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p716.png
namespace http://ed-fi.org/0210
children GradeType StudentSectionAssociationReference GradingPeriodReference
used by
element GradeReferenceType/GradeIdentity
annotation
documentation
Identity of a Grade.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="GradeIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a Grade.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="GradeType" type="GradeType">
     
<xs:annotation>
       
<xs:documentation>The type of grade reported (e.g., Exam, Final, Grading Period).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the student and Section associated with the Grade.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Identifies the grading period for the Grade.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GradeIdentityType/GradeType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p717.png
namespace http://ed-fi.org/0210
type GradeType
properties
content simple
facets
Kind Value Annotation
enumeration Conduct
enumeration Exam
enumeration Final
enumeration Grading Period
enumeration Mid-Term Grade
enumeration Progress Report
enumeration Semester
annotation
documentation
The type of grade reported (e.g., Exam, Final, Grading Period).
source <xs:element name="GradeType" type="GradeType">
 
<xs:annotation>
   
<xs:documentation>The type of grade reported (e.g., Exam, Final, Grading Period).</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradeIdentityType/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p718.png
namespace http://ed-fi.org/0210
type StudentSectionAssociationReferenceType
properties
content complex
children StudentSectionAssociationIdentity
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
Relates the student and Section associated with the Grade.
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the student and Section associated with the Grade.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradeIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p719.png
namespace http://ed-fi.org/0210
type GradingPeriodReferenceType
properties
content complex
children GradingPeriodIdentity
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
Identifies the grading period for the Grade.
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for the Grade.</xs:documentation>
 
</xs:annotation>
</xs:element>