complexType Grade
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p470.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children LetterGradeEarned NumericGradeEarned DiagnosticStatement GradeType PerformanceBaseConversion StudentSectionAssociationReference GradingPeriodReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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="xs:integer" 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="text" 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>Association to the student-section association with which the grade is awarded.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" minOccurs="0">
         
<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_p471.png
namespace http://ed-fi.org/0110
type GradeEarned
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p472.png
namespace http://ed-fi.org/0110
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
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="xs:integer" 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_p473.png
namespace http://ed-fi.org/0110
type text
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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="text" 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_p474.png
namespace http://ed-fi.org/0110
type GradeType
properties
isRef 0
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_p475.png
namespace http://ed-fi.org/0110
type PerformanceBaseConversionType
properties
isRef 0
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_p476.png
namespace http://ed-fi.org/0110
type StudentSectionAssociationReferenceType
properties
isRef 0
content complex
children StudentSectionAssociationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Association to the student-section association with which the grade is awarded.
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Association to the student-section association with which the grade is awarded.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Grade/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p477.png
namespace http://ed-fi.org/0110
type GradingPeriodReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children GradingPeriodIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for the grade.</xs:documentation>
 
</xs:annotation>
</xs:element>