complexType BellSchedule
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p204.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children BellScheduleName GradeLevel SchoolReference MeetingTime CalendarDateReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the schedule of class period meeting times.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>543</ann:EdFiId>
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>
     
<ann:EdFiId>543</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1262</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The grade levels the particular BellSchedule applies to.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1264</ann:EdFiId>
           
</xs:appinfo>
           
<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:appinfo>
             
<ann:EdFiId>1266</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MeetingTime" type="MeetingTime" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The times at which this BellSchedule is intended to meet.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1265</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarDateReference" type="CalendarDateReferenceType">
         
<xs:annotation>
           
<xs:documentation>The first calendar date of the BellSchedule.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1263</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element BellSchedule/BellScheduleName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p205.png
namespace http://ed-fi.org/0200
type BellScheduleName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
Name or title of the BellSchedule.
appinfo
<ann:EdFiId>1262</ann:EdFiId>
source <xs:element name="BellScheduleName" type="BellScheduleName">
 
<xs:annotation>
   
<xs:documentation>Name or title of the BellSchedule.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1262</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element BellSchedule/GradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p206.png
namespace http://ed-fi.org/0200
type GradeLevelDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The grade levels the particular BellSchedule applies to.
appinfo
<ann:EdFiId>1264</ann:EdFiId>
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade levels the particular BellSchedule applies to.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1264</ann:EdFiId>
   
</xs:appinfo>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element BellSchedule/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p207.png
namespace http://ed-fi.org/0200
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The school for which the BellSchedule is defined.
appinfo
<ann:EdFiId>1266</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school for which the BellSchedule is defined.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1266</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element BellSchedule/MeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p208.png
namespace http://ed-fi.org/0200
type MeetingTime
properties
minOcc 1
maxOcc unbounded
content complex
children ClassPeriodReference AlternateDayName StartTime EndTime OfficialAttendancePeriod
annotation
documentation
The times at which this BellSchedule is intended to meet.
appinfo
<ann:EdFiId>1265</ann:EdFiId>
source <xs:element name="MeetingTime" type="MeetingTime" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The times at which this BellSchedule is intended to meet.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1265</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element BellSchedule/CalendarDateReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p209.png
namespace http://ed-fi.org/0200
type CalendarDateReferenceType
properties
content complex
children CalendarDateIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The first calendar date of the BellSchedule.
appinfo
<ann:EdFiId>1263</ann:EdFiId>
source <xs:element name="CalendarDateReference" type="CalendarDateReferenceType">
 
<xs:annotation>
   
<xs:documentation>The first calendar date of the BellSchedule.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1263</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>