complexType GradebookEntryLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p707.png
namespace http://ed-fi.org/0210
children GradebookEntryTitle GradebookEntryType DateAssigned SectionReference GradingPeriodReference
used by
element GradebookEntryReferenceType/GradebookEntryLookup
annotation
documentation
Encapsulates alternative attributes that can be used to look up the identity of a GradebookEntry.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
source <xs:complexType name="GradebookEntryLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="GradebookEntryTitle" type="GradebookEntryTitle" minOccurs="0">
     
<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" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date the assignment, homework, or assessment was assigned or executed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0">
     
<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:complexType>

element GradebookEntryLookupType/GradebookEntryTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p708.png
namespace http://ed-fi.org/0210
type GradebookEntryTitle
properties
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The name or title of the activity to be recorded in the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntryLookupType/GradebookEntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p709.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 GradebookEntryLookupType/DateAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p710.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the assignment, homework, or assessment was assigned or executed.
source <xs:element name="DateAssigned" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the assignment, homework, or assessment was assigned or executed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntryLookupType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p711.png
namespace http://ed-fi.org/0210
type SectionReferenceType
properties
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The Section associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntryLookupType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p712.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>