complexType
StudentProgramAttendanceEvent
element StudentProgramAttendanceEvent/AttendanceEvent
element StudentProgramAttendanceEvent/StudentReference
element StudentProgramAttendanceEvent/EducationOrganizationReference
element StudentProgramAttendanceEvent/ProgramReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AttendanceEvent StudentReference EducationOrganizationReference ProgramReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentProgramAttendanceEvent"> <xs:annotation> <xs:documentation>This event entity represents the recording of whether a student is in attendance to receive or participate in program services.</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="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>The EducationOrganization where the student is participating in or receiving the program services.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProgramReference" type="ProgramReferenceType"> <xs:annotation> <xs:documentation>Relates the Program associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentProgramAttendanceEvent/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 StudentProgramAttendanceEvent/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 StudentProgramAttendanceEvent/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>The EducationOrganization where the student is participating in or receiving the program services.</xs:documentation> </xs:annotation> </xs:element> |
element StudentProgramAttendanceEvent/ProgramReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ProgramReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ProgramIdentity ProgramLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ProgramReference" type="ProgramReferenceType"> <xs:annotation> <xs:documentation>Relates the Program associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |