complexType CalendarEventDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p234.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>281</ann:EdFiId>
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>
     
<ann:EdFiId>281</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="CalendarEventMap" type="CalendarEventMapType">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>282</ann:EdFiId>
           
</xs:appinfo>
         
</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/0200
type CalendarEventMapType
properties
content simple
facets
Kind Value Annotation
enumeration Emergency day
appinfo
<ann:EdFiId>135-003</ann:EdFiId>
enumeration Holiday
appinfo
<ann:EdFiId>135-004</ann:EdFiId>
enumeration Instructional day
appinfo
<ann:EdFiId>135-005</ann:EdFiId>
enumeration Make-up day
appinfo
<ann:EdFiId>135-006</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>135-007</ann:EdFiId>
enumeration Strike
appinfo
<ann:EdFiId>135-009</ann:EdFiId>
enumeration Student late arrival/early dismissal
appinfo
<ann:EdFiId>135-010</ann:EdFiId>
enumeration Teacher only day
appinfo
<ann:EdFiId>135-011</ann:EdFiId>
enumeration Weather day
appinfo
<ann:EdFiId>135-012</ann:EdFiId>
annotation
appinfo
<ann:EdFiId>282</ann:EdFiId>
source <xs:element name="CalendarEventMap" type="CalendarEventMapType">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>282</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>