complexType GradebookEntry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p694.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children GradebookEntryTitle GradebookEntryType DateAssigned Description LearningStandardReference LearningObjectiveReference SectionReference GradingPeriodReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents an 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 an 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="GradebookEntryTitle" type="GradebookEntryTitle">
         
<xs:annotation>
           
<xs:documentation>The name or title of the activity to be recorded in the GradebookEntry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradebookEntryType" type="GradebookEntryType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The type of the GradebookEntry; 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 GradebookEntry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Identifies the grading period for the GradebookEntry.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradebookEntry/GradebookEntryTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p695.png
namespace http://ed-fi.org/0210
type GradebookEntryTitle
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The name or title of the activity to be recorded in the GradebookEntry.
source <xs:element name="GradebookEntryTitle" type="GradebookEntryTitle">
 
<xs:annotation>
   
<xs:documentation>The name or title of the activity to be recorded in the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/GradebookEntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p696.png
namespace http://ed-fi.org/0210
type GradebookEntryType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Activity
enumeration Assignment
enumeration Classroom Assessment
enumeration Homework
enumeration Lesson
enumeration Oral Presentation
enumeration Quiz
enumeration Unit Test
annotation
documentation
The type of the GradebookEntry; for example, homework, assignment, quiz, unit test, oral presentation, etc.
source <xs:element name="GradebookEntryType" type="GradebookEntryType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of the GradebookEntry; 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_p697.png
namespace http://ed-fi.org/0210
type xs:date
properties
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_p698.png
namespace http://ed-fi.org/0210
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
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_p699.png
namespace http://ed-fi.org/0210
type LearningStandardReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity LearningStandardLookup
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
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_p700.png
namespace http://ed-fi.org/0210
type LearningObjectiveReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children LearningObjectiveIdentity
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
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_p701.png
namespace http://ed-fi.org/0210
type SectionReferenceType
properties
content complex
children SectionIdentity SectionLookup
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 Section associated with the GradebookEntry.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Section associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntry/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p702.png
namespace http://ed-fi.org/0210
type GradingPeriodReferenceType
properties
minOcc 0
maxOcc 1
content complex
children GradingPeriodIdentity
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
Identifies the grading period for the GradebookEntry.
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>