complexType
StudentInterventionAttendanceEvent
element StudentInterventionAttendanceEvent/AttendanceEvent
element StudentInterventionAttendanceEvent/StudentReference
element StudentInterventionAttendanceEvent/InterventionReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AttendanceEvent StudentReference InterventionReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentInterventionAttendanceEvent"> <xs:annotation> <xs:documentation>This event entity represents the recording of whether a student is in attendance for an intervention service.</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="InterventionReference" type="InterventionReferenceType"> <xs:annotation> <xs:documentation>Relates the Intervention associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentInterventionAttendanceEvent/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 StudentInterventionAttendanceEvent/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 StudentInterventionAttendanceEvent/InterventionReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | InterventionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | InterventionIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="InterventionReference" type="InterventionReferenceType"> <xs:annotation> <xs:documentation>Relates the Intervention associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |