complexType
CalendarDate
element CalendarDate/Date
element CalendarDate/CalendarEvent
element CalendarDate/CalendarReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | Date CalendarEvent CalendarReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="CalendarDate"> <xs:annotation> <xs:documentation>The type of scheduled or unscheduled event for the day.</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 CalendarEvent.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CalendarEvent" type="CalendarEventDescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The type of scheduled or unscheduled event for the day.</xs:documentation> <xs:appinfo> <ann:Descriptor>CalendarEventDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="CalendarReference" type="CalendarReferenceType"> <xs:annotation> <xs:documentation>Reference to the Calendar associated to the CalendarEvent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CalendarDate/Date
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Date" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year of the CalendarEvent.</xs:documentation> </xs:annotation> </xs:element> |
element CalendarDate/CalendarEvent
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CalendarEventDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CalendarEvent" type="CalendarEventDescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The type of scheduled or unscheduled event for the day.</xs:documentation> <xs:appinfo> <ann:Descriptor>CalendarEventDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element CalendarDate/CalendarReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CalendarReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CalendarIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CalendarReference" type="CalendarReferenceType"> <xs:annotation> <xs:documentation>Reference to the Calendar associated to the CalendarEvent.</xs:documentation> </xs:annotation> </xs:element> |