complexType
StudentSectionAttendanceEventIdentityType
element StudentSectionAttendanceEventIdentityType/StudentReference
element StudentSectionAttendanceEventIdentityType/SectionReference
element StudentSectionAttendanceEventIdentityType/EventDate
element StudentSectionAttendanceEventIdentityType/AttendanceEventCategory
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | StudentReference SectionReference EventDate AttendanceEventCategory | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="StudentSectionAttendanceEventIdentityType"> <xs:annotation> <xs:documentation>Identity of a StudentSectionAttendanceEvent.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <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="SectionReference" type="SectionReferenceType"> <xs:annotation> <xs:documentation>Relates the Section associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EventDate" type="xs:date"> <xs:annotation> <xs:documentation>Date for this attendance event.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AttendanceEventCategory" type="AttendanceEventCategoryDescriptorReferenceType"> <xs:annotation> <xs:documentation>A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy.</xs:documentation> <xs:appinfo> <ann:Descriptor>AttendanceEventCategoryDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StudentSectionAttendanceEventIdentityType/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 StudentSectionAttendanceEventIdentityType/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>Relates the Section associated with the AttendanceEvent.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSectionAttendanceEventIdentityType/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>Date for this attendance event.</xs:documentation> </xs:annotation> </xs:element> |
element StudentSectionAttendanceEventIdentityType/AttendanceEventCategory
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AttendanceEventCategoryDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AttendanceEventCategory" type="AttendanceEventCategoryDescriptorReferenceType"> <xs:annotation> <xs:documentation>A code describing the attendance event, for example: Present Unexcused absence Excused absence Tardy.</xs:documentation> <xs:appinfo> <ann:Descriptor>AttendanceEventCategoryDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |