complexType StudentGradebookEntry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1087.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children DateFulfilled LetterGradeEarned NumericGradeEarned CompetencyLevel DiagnosticStatement StudentSectionAssociationReference GradebookEntryReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity holds a student’s grade or competency level for a GradeBookEntry.
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 GradeBookEntry.</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="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="CompetencyLevel" type="DescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The competency level assessed for the student for the referenced learning objective.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</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="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="GradebookEntryReference" type="GradebookEntryReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Gradebook Entry 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_p1088.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p1089.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 StudentGradebookEntry/NumericGradeEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1090.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 StudentGradebookEntry/CompetencyLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1091.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The competency level assessed for the student for the referenced learning objective.
appinfo
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
source <xs:element name="CompetencyLevel" type="DescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The competency level assessed for the student for the referenced learning objective.</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_p1092.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 StudentGradebookEntry/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1093.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 StudentGradebookEntry/GradebookEntryReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1094.png
namespace http://ed-fi.org/0110
type GradebookEntryReferenceType
properties
isRef 0
content complex
children GradebookEntryIdentity
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
The Gradebook Entry associated with the student grade or score.
source <xs:element name="GradebookEntryReference" type="GradebookEntryReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Gradebook Entry associated with the student grade or score.</xs:documentation>
 
</xs:annotation>
</xs:element>