complexType MeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p862.png
namespace http://ed-fi.org/0200
children ClassPeriodReference AlternateDayName StartTime EndTime OfficialAttendancePeriod
used by
elements BellSchedule/MeetingTime Intervention/MeetingTime
annotation
documentation
This entity represents the set of elements defining the meeting time for a class period.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>516</ann:EdFiId>
source <xs:complexType name="MeetingTime">
 
<xs:annotation>
   
<xs:documentation>This entity represents the set of elements defining the meeting time for a class period.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>516</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:appinfo>
         
<ann:EdFiId>872</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>871</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StartTime" type="xs:time">
     
<xs:annotation>
       
<xs:documentation>An indication of the time of day the class begins.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>875</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndTime" type="xs:time">
     
<xs:annotation>
       
<xs:documentation>An indication of the time of day the class ends.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>873</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>874</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MeetingTime/ClassPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p863.png
namespace http://ed-fi.org/0200
type ClassPeriodReferenceType
properties
content complex
children ClassPeriodIdentity
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 class period associated with the meeting time for a bell schedule.
appinfo
<ann:EdFiId>872</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>872</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element MeetingTime/AlternateDayName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p864.png
namespace http://ed-fi.org/0200
type AlternateDayName
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
An alternate name for the day (e.g., Red, Blue).
appinfo
<ann:EdFiId>871</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>871</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element MeetingTime/StartTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p865.png
namespace http://ed-fi.org/0200
type xs:time
properties
content simple
annotation
documentation
An indication of the time of day the class begins.
appinfo
<ann:EdFiId>875</ann:EdFiId>
source <xs:element name="StartTime" type="xs:time">
 
<xs:annotation>
   
<xs:documentation>An indication of the time of day the class begins.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>875</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element MeetingTime/EndTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p866.png
namespace http://ed-fi.org/0200
type xs:time
properties
content simple
annotation
documentation
An indication of the time of day the class ends.
appinfo
<ann:EdFiId>873</ann:EdFiId>
source <xs:element name="EndTime" type="xs:time">
 
<xs:annotation>
   
<xs:documentation>An indication of the time of day the class ends.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>873</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element MeetingTime/OfficialAttendancePeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p867.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether this meeting time is used for official daily attendance.
appinfo
<ann:EdFiId>874</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>874</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>