complexType StaffAbsenceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1304.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children EventDate AbsenceEventCategory AbsenceEventReason HoursAbsent 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 absence.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1305.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Date for this leave event.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1306.png
namespace http://ed-fi.org/0210
type AbsenceEventCategoryDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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 code describing the type of absence.
appinfo
<ann:Descriptor>AbsenceEventCategoryDescriptor</ann:Descriptor>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1307.png
namespace http://ed-fi.org/0210
type Reason
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 40
annotation
documentation
Expanded reason for the staff absence.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1308.png
namespace http://ed-fi.org/0210
type HoursAbsent
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.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1309.png
namespace http://ed-fi.org/0210
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 absence event.
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The staff associated with this absence event.</xs:documentation>
 
</xs:annotation>
</xs:element>