complexType BellSchedule
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p191.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children BellScheduleName GradeLevel SchoolReference MeetingTime Date
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>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p192.png
namespace http://ed-fi.org/0210
type BellScheduleName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
Name or title of the BellSchedule.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p193.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
minOcc 0
maxOcc unbounded
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:Descriptor>GradeLevelDescriptor</ann:Descriptor>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p194.png
namespace http://ed-fi.org/0210
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.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p195.png
namespace http://ed-fi.org/0210
type MeetingTime
properties
minOcc 1
maxOcc unbounded
content complex
children ClassPeriodReference AlternateDayName StartTime EndTime OfficialAttendancePeriod
annotation
documentation
The MeetingTimes that compose this BellSchedule.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p196.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The dates for which the BellSchedule applies.
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>