complexType
StaffLeave
element StaffLeave/BeginDate
element StaffLeave/EndDate
element StaffLeave/StaffLeaveEventCategory
element StaffLeave/Reason
element StaffLeave/SubstituteAssigned
element StaffLeave/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | BeginDate EndDate StaffLeaveEventCategory Reason SubstituteAssigned StaffReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StaffLeave"> <xs:annotation> <xs:documentation>This 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="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The begin date of the staff leave.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the staff leave.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffLeaveEventCategory" type="StaffLeaveEventCategoryType"> <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="Reason" type="Reason" minOccurs="0"> <xs:annotation> <xs:documentation>Expanded reason for the staff leave.</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 StaffLeave/BeginDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The begin date of the staff leave.</xs:documentation> </xs:annotation> </xs:element> |
element StaffLeave/EndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The end date of the staff leave.</xs:documentation> </xs:annotation> </xs:element> |
element StaffLeave/StaffLeaveEventCategory
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | StaffLeaveEventCategoryType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="StaffLeaveEventCategory" type="StaffLeaveEventCategoryType"> <xs:annotation> <xs:documentation>The code describing the type of leave taken, for example: Sick Personal Vacation.</xs:documentation> </xs:annotation> </xs:element> |
element StaffLeave/Reason
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Reason | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Reason" type="Reason" minOccurs="0"> <xs:annotation> <xs:documentation>Expanded reason for the staff leave.</xs:documentation> </xs:annotation> </xs:element> |
element StaffLeave/SubstituteAssigned
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
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 StaffLeave/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 leave event.</xs:documentation> </xs:annotation> </xs:element> |