complexType
GradebookEntry
element GradebookEntry/GradebookEntryTitle
element GradebookEntry/GradebookEntryType
element GradebookEntry/DateAssigned
element GradebookEntry/Description
element GradebookEntry/LearningStandardReference
element GradebookEntry/LearningObjectiveReference
element GradebookEntry/SectionReference
element GradebookEntry/GradingPeriodReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | GradebookEntryTitle GradebookEntryType DateAssigned Description LearningStandardReference LearningObjectiveReference SectionReference GradingPeriodReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | GradebookEntryTitle | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||
type | GradebookEntryType | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Description | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LearningStandardReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningStandardIdentity LearningStandardLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LearningObjectiveReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningObjectiveIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity SectionLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradingPeriodReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | GradingPeriodIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |