complexType CalendarEventDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p234.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace CalendarEventMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor holds the types of scheduled or unscheduled event for the day (e.g., Instructional day, Teacher only day, Holiday, Make-up day, Weather day, Student late arrival/early dismissal day).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="CalendarEventDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds the types of scheduled or unscheduled event for the day (e.g., Instructional day, Teacher only day, Holiday, Make-up day, Weather day, Student late arrival/early dismissal day).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="CalendarEventMap" type="CalendarEventMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known CalendarEvent enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CalendarEventDescriptor/CalendarEventMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p235.png
namespace http://ed-fi.org/0210
type CalendarEventMapType
properties
content simple
facets
Kind Value Annotation
enumeration Emergency day
enumeration Holiday
enumeration Instructional day
enumeration Make-up day
enumeration Other
enumeration Strike
enumeration Student late arrival/early dismissal
enumeration Teacher only day
enumeration Weather day
annotation
documentation
The mapping to a known CalendarEvent enumeration type.
source <xs:element name="CalendarEventMap" type="CalendarEventMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known CalendarEvent enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>