complexType StudentGradebookEntry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1400.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>589</ann:EdFiId>
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>
     
<ann:EdFiId>589</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1751</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1754</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>1755</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1750</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>1752</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the student associated with the GradebookEntry.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1756</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1753</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentGradebookEntry/DateFulfilled
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1401.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1751</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1751</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/LetterGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1402.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>1754</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>1754</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/NumericGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1403.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>1755</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>1755</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/CompetencyLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1404.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>1750</ann:EdFiId>
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>
     
<ann:EdFiId>1750</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntry/DiagnosticStatement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1405.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>1752</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>1752</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element StudentGradebookEntry/GradebookEntryReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1407.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1753</ann:EdFiId>
source <xs:element name="GradebookEntryReference" type="GradebookEntryReferenceType">
 
<xs:annotation>
   
<xs:documentation>The GradebookEntry associated with the student grade or score.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1753</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>