complexType GradeIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p628.png
namespace http://ed-fi.org/0200
children StudentSectionAssociationReference GradingPeriodReference GradeType
used by
element GradeReferenceType/GradeIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of grades.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>425</ann:EdFiId>
source <xs:complexType name="GradeIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of grades.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>425</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the student and Section associated with the Grade.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2038</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2037</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradeType" type="GradeType">
     
<xs:annotation>
       
<xs:documentation>The type of grade reported (e.g., Exam, Final, Grading Period).</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2036</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GradeIdentityType/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p629.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>2038</ann:EdFiId>
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the student and Section associated with the Grade.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2038</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradeIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p630.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing grading period record in the receiving system.
appinfo
<ann:EdFiId>2037</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2037</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradeIdentityType/GradeType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p631.png
namespace http://ed-fi.org/0200
type GradeType
properties
content simple
facets
Kind Value Annotation
enumeration Conduct
appinfo
<ann:EdFiId>177-001</ann:EdFiId>
enumeration Exam
appinfo
<ann:EdFiId>177-002</ann:EdFiId>
enumeration Final
appinfo
<ann:EdFiId>177-003</ann:EdFiId>
enumeration Grading Period
appinfo
<ann:EdFiId>177-004</ann:EdFiId>
enumeration Mid-Term Grade
appinfo
<ann:EdFiId>177-005</ann:EdFiId>
enumeration Progress Report
appinfo
<ann:EdFiId>177-006</ann:EdFiId>
enumeration Semester
appinfo
<ann:EdFiId>177-007</ann:EdFiId>
annotation
documentation
The type of grade reported (e.g., Exam, Final, Grading Period).
appinfo
<ann:EdFiId>2036</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>2036</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>