complexType
MeetingTime
element MeetingTime/WeekNumber
element MeetingTime/MeetingDays
element MeetingTime/StartTime
element MeetingTime/EndTime
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | WeekNumber MeetingDays StartTime EndTime | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="MeetingTime"> <xs:annotation> <xs:documentation>This entity represents the set of elements defining a general meeting time.</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="WeekNumber" type="WeekNumber"> <xs:annotation> <xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeetingDays" type="MeetingDaysType"> <xs:annotation> <xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StartTime" type="xs:time"> <xs:annotation> <xs:documentation>An indication of the time of day the class begins.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndTime" type="xs:time"> <xs:annotation> <xs:documentation>An indication of the time of day the class ends.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element MeetingTime/WeekNumber
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | WeekNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="WeekNumber" type="WeekNumber"> <xs:annotation> <xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation> </xs:annotation> </xs:element> |
element MeetingTime/MeetingDays
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | MeetingDaysType | ||||
properties |
|
||||
children | MeetingDay | ||||
annotation |
|
||||
source | <xs:element name="MeetingDays" type="MeetingDaysType"> <xs:annotation> <xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation> </xs:annotation> </xs:element> |
element MeetingTime/StartTime
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:time | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="StartTime" type="xs:time"> <xs:annotation> <xs:documentation>An indication of the time of day the class begins.</xs:documentation> </xs:annotation> </xs:element> |
element MeetingTime/EndTime
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:time | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="EndTime" type="xs:time"> <xs:annotation> <xs:documentation>An indication of the time of day the class ends.</xs:documentation> </xs:annotation> </xs:element> |