complexType Grade
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p598.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children LetterGradeEarned NumericGradeEarned DiagnosticStatement GradeType PerformanceBaseConversion StudentSectionAssociationReference GradingPeriodReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This educational entity represents an overall score or assessment tied to a course over a period of time (i.e., the grading period). Student grades are usually a compilation of marks and other scores.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>559</ann:EdFiId>
source <xs:complexType name="Grade">
 
<xs:annotation>
   
<xs:documentation>This educational entity represents an overall score or assessment tied to a course over a period of time (i.e., the grading period). Student grades are usually a compilation of marks and other scores.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>559</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="LetterGradeEarned" type="GradeEarned" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1418</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="NumericGradeEarned" type="NumericGrade" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1419</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DiagnosticStatement" type="DiagnosticStatement" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A statement provided by the teacher that provides information in addition to the grade or assessment score.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1415</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>1416</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PerformanceBaseConversion" type="PerformanceBaseConversionType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A conversion of the level to a standard set of performance levels.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1420</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1421</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
         
<xs:annotation>
           
<xs:documentation>Identifies the grading period for the Grade.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1417</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Grade/LetterGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p599.png
namespace http://ed-fi.org/0200
type GradeEarned
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.
appinfo
<ann:EdFiId>1418</ann:EdFiId>
source <xs:element name="LetterGradeEarned" type="GradeEarned" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1418</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Grade/NumericGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p600.png
namespace http://ed-fi.org/0200
type NumericGrade
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
totalDigits 9
fractionDigits 2
annotation
documentation
A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.
appinfo
<ann:EdFiId>1419</ann:EdFiId>
source <xs:element name="NumericGradeEarned" type="NumericGrade" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A final or interim (grading period) indicator of student performance in a class as submitted by the instructor.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1419</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Grade/DiagnosticStatement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p601.png
namespace http://ed-fi.org/0200
type DiagnosticStatement
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
A statement provided by the teacher that provides information in addition to the grade or assessment score.
appinfo
<ann:EdFiId>1415</ann:EdFiId>
source <xs:element name="DiagnosticStatement" type="DiagnosticStatement" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A statement provided by the teacher that provides information in addition to the grade or assessment score.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1415</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Grade/GradeType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p602.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>1416</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>1416</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Grade/PerformanceBaseConversion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p603.png
namespace http://ed-fi.org/0200
type PerformanceBaseConversionType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Advanced
appinfo
<ann:EdFiId>203-001</ann:EdFiId>
enumeration Proficient
appinfo
<ann:EdFiId>203-006</ann:EdFiId>
enumeration Basic
appinfo
<ann:EdFiId>203-002</ann:EdFiId>
enumeration Below Basic
appinfo
<ann:EdFiId>203-003</ann:EdFiId>
enumeration Well Below Basic
appinfo
<ann:EdFiId>203-007</ann:EdFiId>
enumeration Pass
appinfo
<ann:EdFiId>203-005</ann:EdFiId>
enumeration Fail
appinfo
<ann:EdFiId>203-004</ann:EdFiId>
annotation
documentation
A conversion of the level to a standard set of performance levels.
appinfo
<ann:EdFiId>1420</ann:EdFiId>
source <xs:element name="PerformanceBaseConversion" type="PerformanceBaseConversionType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A conversion of the level to a standard set of performance levels.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1420</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Grade/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p604.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>1421</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>1421</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Grade/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p605.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
Identifies the grading period for the Grade.
appinfo
<ann:EdFiId>1417</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for the Grade.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1417</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>