complexType
MeetingDaysType
element MeetingDaysType/MeetingDay
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | MeetingDay | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="MeetingDaysType"> <xs:annotation> <xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets or an indication that a class meets "out-of-school" or "self-paced".</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumerated Collection</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="MeetingDay" type="MeetingDayItemType" minOccurs="0" maxOccurs="unbounded"> <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:sequence> </xs:complexType> |
element MeetingDaysType/MeetingDay
diagram | |||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||
type | MeetingDayItemType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="MeetingDay" type="MeetingDayItemType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation> </xs:annotation> </xs:element> |