complexType LeaveEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p803.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children EventDate LeaveEventCategory LeaveEventReason HoursOnLeave SubstituteAssigned StaffReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This event entity represents the recording of the dates of staff leave (e.g., sick leave, personal time, vacation).
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>568</ann:EdFiId>
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>
     
<ann:EdFiId>568</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1506</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1508</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1509</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="HoursOnLeave" type="HoursOnLeave" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The hours the staff was absent, if not the entire working day.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1507</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1511</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>The staff associated with this leave event.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1510</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LeaveEvent/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p804.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
Date for this leave event.
appinfo
<ann:EdFiId>1506</ann:EdFiId>
source <xs:element name="EventDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Date for this leave event.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1506</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LeaveEvent/LeaveEventCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p805.png
namespace http://ed-fi.org/0200
type LeaveEventCategoryType
properties
content simple
facets
Kind Value Annotation
enumeration Vacation
appinfo
<ann:EdFiId>191-017</ann:EdFiId>
enumeration Jury duty
appinfo
<ann:EdFiId>191-008</ann:EdFiId>
enumeration Professional development
appinfo
<ann:EdFiId>191-012</ann:EdFiId>
enumeration Flex time
appinfo
<ann:EdFiId>191-006</ann:EdFiId>
enumeration Work compensation
appinfo
<ann:EdFiId>191-018</ann:EdFiId>
enumeration Administrative
appinfo
<ann:EdFiId>191-001</ann:EdFiId>
enumeration Annual leave
appinfo
<ann:EdFiId>191-002</ann:EdFiId>
enumeration Bereavement
appinfo
<ann:EdFiId>191-003</ann:EdFiId>
enumeration Compensatory leave time
appinfo
<ann:EdFiId>191-004</ann:EdFiId>
enumeration Family and medical leave
appinfo
<ann:EdFiId>191-005</ann:EdFiId>
enumeration Government-requested
appinfo
<ann:EdFiId>191-007</ann:EdFiId>
enumeration Military leave
appinfo
<ann:EdFiId>191-009</ann:EdFiId>
enumeration Personal
appinfo
<ann:EdFiId>191-011</ann:EdFiId>
enumeration Release time
appinfo
<ann:EdFiId>191-013</ann:EdFiId>
enumeration Sabbatical leave
appinfo
<ann:EdFiId>191-014</ann:EdFiId>
enumeration Sick leave
appinfo
<ann:EdFiId>191-015</ann:EdFiId>
enumeration Suspension
appinfo
<ann:EdFiId>191-016</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>191-010</ann:EdFiId>
annotation
documentation
The code describing the type of leave taken, for example:
Sick
Personal
Vacation.
appinfo
<ann:EdFiId>1508</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1508</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LeaveEvent/LeaveEventReason
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p806.png
namespace http://ed-fi.org/0200
type LeaveEventReason
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 40
annotation
documentation
Expanded reason for the staff leave.
appinfo
<ann:EdFiId>1509</ann:EdFiId>
source <xs:element name="LeaveEventReason" type="LeaveEventReason" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Expanded reason for the staff leave.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1509</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LeaveEvent/HoursOnLeave
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p807.png
namespace http://ed-fi.org/0200
type HoursOnLeave
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
totalDigits 18
fractionDigits 2
annotation
documentation
The hours the staff was absent, if not the entire working day.
appinfo
<ann:EdFiId>1507</ann:EdFiId>
source <xs:element name="HoursOnLeave" type="HoursOnLeave" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The hours the staff was absent, if not the entire working day.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1507</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LeaveEvent/SubstituteAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p808.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether a substitute was assigned during the period of staff leave.
appinfo
<ann:EdFiId>1511</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1511</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LeaveEvent/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p809.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The staff associated with this leave event.
appinfo
<ann:EdFiId>1510</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The staff associated with this leave event.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1510</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>