complexType Grade
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p686.png
namespace http://ed-fi.org/0210
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>
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>
   
</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: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: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: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: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: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:extension>
 
</xs:complexContent>
</xs:complexType>

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

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

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

element Grade/GradeType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p690.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 Grade/PerformanceBaseConversion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p691.png
namespace http://ed-fi.org/0210
type PerformanceBaseConversionType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Advanced
enumeration Proficient
enumeration Basic
enumeration Below Basic
enumeration Well Below Basic
enumeration Pass
enumeration Fail
annotation
documentation
A conversion of the level to a standard set of performance levels.
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:annotation>
</xs:element>

element Grade/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p692.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 Grade/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p693.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>