complexType
AttendanceEvent
element AttendanceEvent/EventDate
element AttendanceEvent/AttendanceEventCategory
element AttendanceEvent/AttendanceEventReason
element AttendanceEvent/EducationalEnvironment
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | EventDate AttendanceEventCategory AttendanceEventReason EducationalEnvironment | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="AttendanceEvent"> <xs:annotation> <xs:documentation>This event entity represents the recording of whether a student is in attendance for a class or in attendance to receive or participate in program services.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <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:element name="AttendanceEventReason" type="AttendanceEventReason" minOccurs="0"> <xs:annotation> <xs:documentation>The reported reason for a student's absence.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationalEnvironment" type="EducationalEnvironmentType" minOccurs="0"> <xs:annotation> <xs:documentation>The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element AttendanceEvent/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 AttendanceEvent/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> |
element AttendanceEvent/AttendanceEventReason
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AttendanceEventReason | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AttendanceEventReason" type="AttendanceEventReason" minOccurs="0"> <xs:annotation> <xs:documentation>The reported reason for a student's absence.</xs:documentation> </xs:annotation> </xs:element> |
element AttendanceEvent/EducationalEnvironment
diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||||||||||||||||||||||
type | EducationalEnvironmentType | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="EducationalEnvironment" type="EducationalEnvironmentType" minOccurs="0"> <xs:annotation> <xs:documentation>The setting in which a child receives education and related services. This attribute is only used if it differs from the EducationalEnvironment of the Section. This is only used in the AttendanceEvent if different from the associated Section.</xs:documentation> </xs:annotation> </xs:element> |