complexType
GradebookEntryIdentityType
element GradebookEntryIdentityType/SectionReference
element GradebookEntryIdentityType/GradebookEntryType
element GradebookEntryIdentityType/DateAssigned
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | SectionReference GradebookEntryType DateAssigned | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="GradebookEntryIdentityType"> <xs:annotation> <xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of gradebook entries.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="SectionReference" type="SectionReferenceType"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing section record in the receiving system. Two cases are supported: 1. SchoolOrganizationID + UniqueSectionCode 2. SchoolOrganizationID + Course (StateCourseCode OR LocalCourseCode) + Term + ClassPeriod + Location</xs:documentation> </xs:annotation> </xs:element> <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:sequence> </xs:complexType> |
element GradebookEntryIdentityType/SectionReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SectionReference" type="SectionReferenceType"> <xs:annotation> <xs:documentation>Provide user information to lookup and link to an existing section record in the receiving system. Two cases are supported: 1. SchoolOrganizationID + UniqueSectionCode 2. SchoolOrganizationID + Course (StateCourseCode OR LocalCourseCode) + Term + ClassPeriod + Location</xs:documentation> </xs:annotation> </xs:element> |
element GradebookEntryIdentityType/GradebookEntryType
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | GradebookEntryType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 GradebookEntryIdentityType/DateAssigned
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
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> |