complexType
BellSchedule
element BellSchedule/BellScheduleName
element BellSchedule/GradeLevel
element BellSchedule/SchoolReference
element BellSchedule/MeetingTime
element BellSchedule/Date
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | BellScheduleName GradeLevel SchoolReference MeetingTime Date | ||||||||||||||
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 BellSchedule.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The grade levels the particular BellSchedule applies to.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>The school for which the BellSchedule is defined.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MeetingTime" type="MeetingTime" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The MeetingTimes that compose this BellSchedule.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Date" type="xs:date" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The dates for which the BellSchedule applies.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element BellSchedule/BellScheduleName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | BellScheduleName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="BellScheduleName" type="BellScheduleName"> <xs:annotation> <xs:documentation>Name or title of the BellSchedule.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/GradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The grade levels the particular BellSchedule applies to.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element BellSchedule/SchoolReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SchoolReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SchoolIdentity SchoolLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>The school for which the BellSchedule is defined.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/MeetingTime
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | MeetingTime | ||||||
properties |
|
||||||
children | ClassPeriodReference AlternateDayName StartTime EndTime OfficialAttendancePeriod | ||||||
annotation |
|
||||||
source | <xs:element name="MeetingTime" type="MeetingTime" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The MeetingTimes that compose this BellSchedule.</xs:documentation> </xs:annotation> </xs:element> |
element BellSchedule/Date
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="Date" type="xs:date" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The dates for which the BellSchedule applies.</xs:documentation> </xs:annotation> </xs:element> |