complexType
GradebookEntryIdentityType
element GradebookEntryIdentityType/GradebookEntryTitle
element GradebookEntryIdentityType/DateAssigned
element GradebookEntryIdentityType/SectionReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | GradebookEntryTitle DateAssigned SectionReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="GradebookEntryIdentityType"> <xs:annotation> <xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <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="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="SectionReference" type="SectionReferenceType"> <xs:annotation> <xs:documentation>The Section associated with the GradebookEntry.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element GradebookEntryIdentityType/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 GradebookEntryIdentityType/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 GradebookEntryIdentityType/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> |