complexType GradebookEntry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p478.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children GradebookEntryType DateAssigned Description LearningStandardReference LearningObjectiveReference SectionReference GradingPeriodReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents a teacher’s assignment, homework, or classroom assessment to be recorded in a gradebook.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="GradebookEntry">
 
<xs:annotation>
   
<xs:documentation>This entity represents a teacher’s assignment, homework, or classroom assessment to be recorded in a gradebook.</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="GradebookEntryType" type="GradebookEntryType">
         
<xs:annotation>
           
<xs:documentation>The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.  </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DateAssigned" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date the assignment, homework, or assessment was assigned or executed.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Description" type="Description" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A description of the assignment, homework, or classroom assessment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>LearningStandard(s) associated with the GradebookEntry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>LearningObjectives associated with the GradebookEntry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SectionReference" type="SectionReferenceType">
         
<xs:annotation>
           
<xs:documentation>The section associated with the gradebook entry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Identifies the grading period for the gradebook entry</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradebookEntry/GradebookEntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p479.png
namespace http://ed-fi.org/0110
type GradebookEntryType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc. 
source <xs:element name="GradebookEntryType" type="GradebookEntryType">
 
<xs:annotation>
   
<xs:documentation>The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.  </xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/DateAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p480.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date the assignment, homework, or assessment was assigned or executed.
source <xs:element name="DateAssigned" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date the assignment, homework, or assessment was assigned or executed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p481.png
namespace http://ed-fi.org/0110
type Description
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 1024 
annotation
documentation
A description of the assignment, homework, or classroom assessment.
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A description of the assignment, homework, or classroom assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p482.png
namespace http://ed-fi.org/0110
type LearningStandardReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity
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
LearningStandard(s) associated with the GradebookEntry.
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard(s) associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p483.png
namespace http://ed-fi.org/0110
type LearningObjectiveReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LearningObjectiveIdentity
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
LearningObjectives associated with the GradebookEntry.
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningObjectives associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p484.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
content complex
children SectionIdentity
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 section associated with the gradebook entry.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The section associated with the gradebook entry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p485.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 gradebook entry
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for the gradebook entry</xs:documentation>
 
</xs:annotation>
</xs:element>