complexType StudentGradebookEntry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1631.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children DateFulfilled LetterGradeEarned NumericGradeEarned CompetencyLevel DiagnosticStatement StudentSectionAssociationReference GradebookEntryReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity holds a student's grade or competency level for a gradebook entry.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StudentGradebookEntry">
 
<xs:annotation>
   
<xs:documentation>This entity holds a student's grade or competency level for a gradebook entry.</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="DateFulfilled" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date an assignment was turned in or the date of an assessment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<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="CompetencyLevel" type="CompetencyLevelDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The CompetencyLevel assessed for the student for the referenced LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
           
</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:annotation>
       
</xs:element>
       
<xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the student associated with the GradebookEntry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradebookEntryReference" type="GradebookEntryReferenceType">
         
<xs:annotation>
           
<xs:documentation>The GradebookEntry associated with the student grade or score.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentGradebookEntry/DateFulfilled
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1632.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date an assignment was turned in or the date of an assessment.
source <xs:element name="DateFulfilled" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date an assignment was turned in or the date of an assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/LetterGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1633.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 StudentGradebookEntry/NumericGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1634.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 StudentGradebookEntry/CompetencyLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1635.png
namespace http://ed-fi.org/0210
type CompetencyLevelDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
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
The CompetencyLevel assessed for the student for the referenced LearningObjective.
appinfo
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
source <xs:element name="CompetencyLevel" type="CompetencyLevelDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The CompetencyLevel assessed for the student for the referenced LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/DiagnosticStatement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1636.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 StudentGradebookEntry/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1637.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 associated with the GradebookEntry.
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the student associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/GradebookEntryReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1638.png
namespace http://ed-fi.org/0210
type GradebookEntryReferenceType
properties
content complex
children GradebookEntryIdentity GradebookEntryLookup
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
The GradebookEntry associated with the student grade or score.
source <xs:element name="GradebookEntryReference" type="GradebookEntryReferenceType">
 
<xs:annotation>
   
<xs:documentation>The GradebookEntry associated with the student grade or score.</xs:documentation>
 
</xs:annotation>
</xs:element>