complexType CalendarEventDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p193.png
namespace http://ed-fi.org/0110
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor CalendarEventMap
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
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:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="CalendarEventDescriptor">
 
<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:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="CalendarEventMap" type="CalendarEventMapType"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CalendarEventDescriptor/CalendarEventMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p194.png
namespace http://ed-fi.org/0110
type CalendarEventMapType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Instructional day 
enumeration Teacher only day 
enumeration Holiday 
enumeration Make-up day 
enumeration Weather day 
enumeration Student late arrival/early dismissal 
enumeration Emergency day 
enumeration Strike 
enumeration Other 
source <xs:element name="CalendarEventMap" type="CalendarEventMapType"/>