complexType
SectionAttendanceTakenEvent
element SectionAttendanceTakenEvent/SectionReference
element SectionAttendanceTakenEvent/CalendarDateReference
element SectionAttendanceTakenEvent/EventDate
element SectionAttendanceTakenEvent/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | SectionReference CalendarDateReference EventDate StaffReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="SectionAttendanceTakenEvent"> <xs:annotation> <xs:documentation>Captures attendance taken event for given section.</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="SectionReference" type="SectionReferenceType"> <xs:annotation> <xs:documentation>The section for which attendance was taken.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CalendarDateReference" type="CalendarDateReferenceType"> <xs:annotation> <xs:documentation>Reference to the instructional day associated with SectionAttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EventDate" type="xs:date"> <xs:annotation> <xs:documentation>The date the SectionAttendanceTakenEvent was submitted, which could be a different date than the instructional day.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The staff responsible for taking attendance.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element SectionAttendanceTakenEvent/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 for which attendance was taken.</xs:documentation> </xs:annotation> </xs:element> |
element SectionAttendanceTakenEvent/CalendarDateReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CalendarDateReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CalendarDateIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CalendarDateReference" type="CalendarDateReferenceType"> <xs:annotation> <xs:documentation>Reference to the instructional day associated with SectionAttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |
element SectionAttendanceTakenEvent/EventDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="EventDate" type="xs:date"> <xs:annotation> <xs:documentation>The date the SectionAttendanceTakenEvent was submitted, which could be a different date than the instructional day.</xs:documentation> </xs:annotation> </xs:element> |
element SectionAttendanceTakenEvent/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity StaffLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The staff responsible for taking attendance.</xs:documentation> </xs:annotation> </xs:element> |