complexType
StudentSchoolAttendanceEvent
element StudentSchoolAttendanceEvent/AttendanceEvent
element StudentSchoolAttendanceEvent/StudentReference
element StudentSchoolAttendanceEvent/SchoolReference
element StudentSchoolAttendanceEvent/SessionReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AttendanceEvent StudentReference SchoolReference SessionReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentSchoolAttendanceEvent"> <xs:annotation> <xs:documentation>This event entity represents the recording of whether a student is in attendance for a school day.</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="AttendanceEvent" type="AttendanceEvent"> <xs:annotation> <xs:documentation>Details of the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>Relates the Student associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Relates the School associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SessionReference" type="SessionReferenceType"> <xs:annotation> <xs:documentation>Relates the Session associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentSchoolAttendanceEvent/AttendanceEvent
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | AttendanceEvent | ||
properties |
|
||
children | EventDate AttendanceEventCategory AttendanceEventReason EducationalEnvironment | ||
annotation |
|
||
source | <xs:element name="AttendanceEvent" type="AttendanceEvent"> <xs:annotation> <xs:documentation>Details of the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSchoolAttendanceEvent/StudentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>Relates the Student associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSchoolAttendanceEvent/SchoolReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SchoolReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SchoolIdentity SchoolLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Relates the School associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSchoolAttendanceEvent/SessionReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SessionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SessionIdentity SessionLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SessionReference" type="SessionReferenceType"> <xs:annotation> <xs:documentation>Relates the Session associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |