complexType
BellSchedule
element BellSchedule/BellScheduleName
element BellSchedule/GradeLevels
element BellSchedule/WeeksInCycle
element BellSchedule/SessionReference
element BellSchedule/ClassPeriodMeetingTimeReference
element BellSchedule/CalendarDateReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | BellScheduleName GradeLevels WeeksInCycle SessionReference ClassPeriodMeetingTimeReference CalendarDateReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="BellSchedule"> <xs:annotation> <xs:documentation>This entity represents the schedule of class period meeting times.</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="BellScheduleName" type="BellScheduleName"> <xs:annotation> <xs:documentation>Name or title of the bell schedule.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GradeLevels" type="DescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The grade levels the particular bell schedule applies to.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="WeeksInCycle" type="WeeksInCycle"> <xs:annotation> <xs:documentation>The number of weeks in which the meeting time schedules repeat.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SessionReference" type="SessionReferenceType"> <xs:annotation> <xs:documentation>The session associated with the session.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ClassPeriodMeetingTimeReference" type="ClassPeriodMeetingTimeReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The meeting times for class periods associated with the bell schedule.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CalendarDateReference" type="CalendarDateReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The calendar dates when the bell schedule was implemented.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element BellSchedule/BellScheduleName
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | BellScheduleName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="BellScheduleName" type="BellScheduleName"> <xs:annotation> <xs:documentation>Name or title of the bell schedule.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/GradeLevels
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="GradeLevels" type="DescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The grade levels the particular bell schedule applies to.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element BellSchedule/WeeksInCycle
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | WeeksInCycle | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="WeeksInCycle" type="WeeksInCycle"> <xs:annotation> <xs:documentation>The number of weeks in which the meeting time schedules repeat.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/SessionReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | SessionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SessionIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SessionReference" type="SessionReferenceType"> <xs:annotation> <xs:documentation>The session associated with the session.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/ClassPeriodMeetingTimeReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | ClassPeriodMeetingTimeReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ClassPeriodMeetingTimeIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ClassPeriodMeetingTimeReference" type="ClassPeriodMeetingTimeReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The meeting times for class periods associated with the bell schedule.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/CalendarDateReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | CalendarDateReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CalendarDateIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CalendarDateReference" type="CalendarDateReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The calendar dates when the bell schedule was implemented.</xs:documentation> </xs:annotation> </xs:element> |