complexType
StaffAbsenceEvent
element StaffAbsenceEvent/EventDate
element StaffAbsenceEvent/AbsenceEventCategory
element StaffAbsenceEvent/AbsenceEventReason
element StaffAbsenceEvent/HoursAbsent
element StaffAbsenceEvent/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | EventDate AbsenceEventCategory AbsenceEventReason HoursAbsent StaffReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StaffAbsenceEvent"> <xs:annotation> <xs:documentation>This event entity represents the recording of the dates of staff absence.</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="EventDate" type="xs:date"> <xs:annotation> <xs:documentation>Date for this leave event.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AbsenceEventCategory" type="AbsenceEventCategoryDescriptorReferenceType"> <xs:annotation> <xs:documentation>The code describing the type of absence.</xs:documentation> <xs:appinfo> <ann:Descriptor>AbsenceEventCategoryDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="AbsenceEventReason" type="Reason" minOccurs="0"> <xs:annotation> <xs:documentation>Expanded reason for the staff absence.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HoursAbsent" type="HoursAbsent" minOccurs="0"> <xs:annotation> <xs:documentation>The hours the staff was absent, if not the entire working day.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>The staff associated with this absence event.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StaffAbsenceEvent/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 leave event.</xs:documentation> </xs:annotation> </xs:element> |
element StaffAbsenceEvent/AbsenceEventCategory
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AbsenceEventCategoryDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AbsenceEventCategory" type="AbsenceEventCategoryDescriptorReferenceType"> <xs:annotation> <xs:documentation>The code describing the type of absence.</xs:documentation> <xs:appinfo> <ann:Descriptor>AbsenceEventCategoryDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element StaffAbsenceEvent/AbsenceEventReason
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Reason | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AbsenceEventReason" type="Reason" minOccurs="0"> <xs:annotation> <xs:documentation>Expanded reason for the staff absence.</xs:documentation> </xs:annotation> </xs:element> |
element StaffAbsenceEvent/HoursAbsent
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | HoursAbsent | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="HoursAbsent" type="HoursAbsent" minOccurs="0"> <xs:annotation> <xs:documentation>The hours the staff was absent, if not the entire working day.</xs:documentation> </xs:annotation> </xs:element> |
element StaffAbsenceEvent/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity StaffLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>The staff associated with this absence event.</xs:documentation> </xs:annotation> </xs:element> |