complexType
CalendarDate
element CalendarDate/Date
element CalendarDate/CalendarEvent
element CalendarDate/EducationOrganizationReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | Date CalendarEvent EducationOrganizationReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="CalendarDate"> <xs:annotation> <xs:documentation>This entity represents a day in the school calendar.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="Date" type="xs:date"> <xs:annotation> <xs:documentation>The month, day and year of the calendar date.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CalendarEvent" type="DescriptorReferenceType"> <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>CalendarEventDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The Education Organization for which the calendar event is defined - often the LEA or school.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CalendarDate/Date
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="Date" type="xs:date"> <xs:annotation> <xs:documentation>The month, day and year of the calendar date.</xs:documentation> </xs:annotation> </xs:element> |
element CalendarDate/CalendarEvent
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="CalendarEvent" type="DescriptorReferenceType"> <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>CalendarEventDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element CalendarDate/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The Education Organization for which the calendar event is defined - often the LEA or school.</xs:documentation> </xs:annotation> </xs:element> |