complexType
LeaveEvent
element LeaveEvent/EventDate
element LeaveEvent/LeaveEventCategory
element LeaveEvent/LeaveEventReason
element LeaveEvent/HoursOnLeave
element LeaveEvent/SubstituteAssigned
element LeaveEvent/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | EventDate LeaveEventCategory LeaveEventReason HoursOnLeave SubstituteAssigned StaffReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="LeaveEvent"> <xs:annotation> <xs:documentation>This event entity represents the recording of the dates of staff leave (e.g., sick leave, personal time, vacation).</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="LeaveEventCategory" type="LeaveEventCategoryType"> <xs:annotation> <xs:documentation>The code describing the type of leave taken, for example: Sick Personal Vacation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LeaveEventReason" type="LeaveEventReason" minOccurs="0"> <xs:annotation> <xs:documentation>Expanded reason for the staff leave.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HoursOnLeave" type="xs:decimal" 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="SubstituteAssigned" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of whether a substitute was assigned during the period of staff leave.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>The staff associated with this leave event.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element LeaveEvent/EventDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
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 LeaveEvent/LeaveEventCategory
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | LeaveEventCategoryType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="LeaveEventCategory" type="LeaveEventCategoryType"> <xs:annotation> <xs:documentation>The code describing the type of leave taken, for example: Sick Personal Vacation</xs:documentation> </xs:annotation> </xs:element> |
element LeaveEvent/LeaveEventReason
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | LeaveEventReason | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="LeaveEventReason" type="LeaveEventReason" minOccurs="0"> <xs:annotation> <xs:documentation>Expanded reason for the staff leave.</xs:documentation> </xs:annotation> </xs:element> |
element LeaveEvent/HoursOnLeave
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:decimal | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="HoursOnLeave" type="xs:decimal" 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 LeaveEvent/SubstituteAssigned
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="SubstituteAssigned" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of whether a substitute was assigned during the period of staff leave.</xs:documentation> </xs:annotation> </xs:element> |
element LeaveEvent/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffReference" type="StaffReferenceType"> <xs:annotation> <xs:documentation>The staff associated with this leave event.</xs:documentation> </xs:annotation> </xs:element> |