complexType
MeetingTime
element MeetingTime/ClassPeriodReference
element MeetingTime/AlternateDayName
element MeetingTime/StartTime
element MeetingTime/EndTime
element MeetingTime/OfficialAttendancePeriod
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | ClassPeriodReference AlternateDayName StartTime EndTime OfficialAttendancePeriod | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="MeetingTime"> <xs:annotation> <xs:documentation>This entity represents the set of elements defining the meeting time for a class period.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="ClassPeriodReference" type="ClassPeriodReferenceType"> <xs:annotation> <xs:documentation>The class period associated with the meeting time for a bell schedule.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AlternateDayName" type="AlternateDayName" minOccurs="0"> <xs:annotation> <xs:documentation>An alternate name for the day (e.g., Red, Blue).</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:element name="OfficialAttendancePeriod" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of whether this meeting time is used for official daily attendance.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element MeetingTime/ClassPeriodReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ClassPeriodReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ClassPeriodIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ClassPeriodReference" type="ClassPeriodReferenceType"> <xs:annotation> <xs:documentation>The class period associated with the meeting time for a bell schedule.</xs:documentation> </xs:annotation> </xs:element> |
element MeetingTime/AlternateDayName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AlternateDayName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AlternateDayName" type="AlternateDayName" minOccurs="0"> <xs:annotation> <xs:documentation>An alternate name for the day (e.g., Red, Blue).</xs:documentation> </xs:annotation> </xs:element> |
element MeetingTime/StartTime
diagram | |||
namespace | http://ed-fi.org/0210 | ||
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/0210 | ||
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> |
element MeetingTime/OfficialAttendancePeriod
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="OfficialAttendancePeriod" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of whether this meeting time is used for official daily attendance.</xs:documentation> </xs:annotation> </xs:element> |