complexType GradebookEntry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p606.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>560</ann:EdFiId>
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>
     
<ann:EdFiId>560</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1424</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1425</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1422</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1423</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1428</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1427</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SectionReference" type="SectionReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Section associated with the GradebookEntry.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1429</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1426</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradebookEntry/GradebookEntryTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p607.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1424</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1424</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/GradebookEntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p608.png
namespace http://ed-fi.org/0200
type GradebookEntryType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Activity
appinfo
<ann:EdFiId>175-001</ann:EdFiId>
enumeration Assignment
appinfo
<ann:EdFiId>175-002</ann:EdFiId>
enumeration Classroom Assessment
appinfo
<ann:EdFiId>175-003</ann:EdFiId>
enumeration Homework
appinfo
<ann:EdFiId>175-004</ann:EdFiId>
enumeration Lesson
appinfo
<ann:EdFiId>175-005</ann:EdFiId>
enumeration Oral Presentation
appinfo
<ann:EdFiId>175-006</ann:EdFiId>
enumeration Quiz
appinfo
<ann:EdFiId>175-007</ann:EdFiId>
enumeration Unit Test
appinfo
<ann:EdFiId>175-008</ann:EdFiId>
annotation
documentation
The type of the GradebookEntry; for example, homework, assignment, quiz, unit test, oral presentation, etc.
appinfo
<ann:EdFiId>1425</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1425</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/DateAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p609.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date the assignment, homework, or assessment was assigned or executed.
appinfo
<ann:EdFiId>1422</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1422</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p610.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1423</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1423</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p611.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1428</ann:EdFiId>
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard(s) associated with the GradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1428</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p612.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1427</ann:EdFiId>
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningObjectives associated with the GradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1427</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p613.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1429</ann:EdFiId>
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Section associated with the GradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1429</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntry/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p614.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1426</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for the GradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1426</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>