complexType
CalendarEventDescriptor
element CalendarEventDescriptor/CalendarEventMap
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of DescriptorType | ||||||||||||||
properties |
|
||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace CalendarEventMap | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||||||||||
type | CalendarEventMapType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |