complexType
ClassPeriodMeetingTime
element ClassPeriodMeetingTime/ClassPeriodReference
element ClassPeriodMeetingTime/AlternateDayName
element ClassPeriodMeetingTime/OfficialAttendancePeriod
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of MeetingTime | ||||||||||||||
properties |
|
||||||||||||||
children | WeekNumber MeetingDays StartTime EndTime ClassPeriodReference AlternateDayName OfficialAttendancePeriod | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="ClassPeriodMeetingTime"> <xs:annotation> <xs:documentation>This entity represents the set of elements defining the meeting time for a class period for a bell schedule.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="MeetingTime"> <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="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:extension> </xs:complexContent> </xs:complexType> |
element ClassPeriodMeetingTime/ClassPeriodReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
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 ClassPeriodMeetingTime/AlternateDayName
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
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 ClassPeriodMeetingTime/OfficialAttendancePeriod
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
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> |