complexType MeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p961.png
namespace http://ed-fi.org/0210
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>
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>
   
</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: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: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: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: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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MeetingTime/ClassPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p962.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element MeetingTime/AlternateDayName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p963.png
namespace http://ed-fi.org/0210
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).
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:annotation>
</xs:element>

element MeetingTime/StartTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p964.png
namespace http://ed-fi.org/0210
type xs:time
properties
content simple
annotation
documentation
An indication of the time of day the class begins.
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:annotation>
</xs:element>

element MeetingTime/EndTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p965.png
namespace http://ed-fi.org/0210
type xs:time
properties
content simple
annotation
documentation
An indication of the time of day the class ends.
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:annotation>
</xs:element>

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