complexType CalendarEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p231.png
namespace http://ed-fi.org/0200
children EventDuration CalendarEvent
used by
element CalendarDate/CalendarEvent
annotation
documentation
the calendar event associated with a calendar date.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>489</ann:EdFiId>
source <xs:complexType name="CalendarEvent">
 
<xs:annotation>
   
<xs:documentation>the calendar event associated with a calendar date.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>489</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EventDuration" type="EventDuration">
     
<xs:annotation>
       
<xs:documentation>The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>760</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CalendarEvent" type="CalendarEventDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The type of scheduled or unscheduled event for the day. For example:
Instructional day
Teacher only day
Holiday
Make-up day
Weather day
Student late arrival/early dismissal.
</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>CalendarEventDescriptorReference</ann:Descriptor>
         
<ann:EdFiId>759</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CalendarEvent/EventDuration
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p232.png
namespace http://ed-fi.org/0200
type EventDuration
properties
content simple
facets
Kind Value Annotation
totalDigits 3
fractionDigits 2
annotation
documentation
The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33.
appinfo
<ann:EdFiId>760</ann:EdFiId>
source <xs:element name="EventDuration" type="EventDuration">
 
<xs:annotation>
   
<xs:documentation>The amount of time for the event as recognized by the school: 1 day = 1, 1/2 day = 0.5, 1/3 day = 0.33.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>760</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CalendarEvent/CalendarEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p233.png
namespace http://ed-fi.org/0200
type CalendarEventDescriptorReferenceType
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 type of scheduled or unscheduled event for the day. For example:
Instructional day
Teacher only day
Holiday
Make-up day
Weather day
Student late arrival/early dismissal.
appinfo
<ann:Descriptor>CalendarEventDescriptorReference</ann:Descriptor>
<ann:EdFiId>759</ann:EdFiId>
source <xs:element name="CalendarEvent" type="CalendarEventDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The type of scheduled or unscheduled event for the day. For example:
Instructional day
Teacher only day
Holiday
Make-up day
Weather day
Student late arrival/early dismissal.
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CalendarEventDescriptorReference</ann:Descriptor>
     
<ann:EdFiId>759</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>