complexType ClassPeriodMeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p200.png
namespace http://ed-fi.org/0110
type extension of MeetingTime
properties
base MeetingTime
children WeekNumber MeetingDays StartTime EndTime ClassPeriodReference AlternateDayName OfficialAttendancePeriod
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the set of elements defining the meeting time for a class period for a bell schedule.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="ClassPeriodMeetingTime">
 
<xs:annotation>
   
<xs:documentation>This entity represents the set of elements defining the meeting time for a class period for a bell schedule.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="MeetingTime">
     
<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="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:extension>
 
</xs:complexContent>
</xs:complexType>

element ClassPeriodMeetingTime/ClassPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p201.png
namespace http://ed-fi.org/0110
type ClassPeriodReferenceType
properties
isRef 0
content complex
children ClassPeriodIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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 ClassPeriodMeetingTime/AlternateDayName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p202.png
namespace http://ed-fi.org/0110
type AlternateDayName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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 ClassPeriodMeetingTime/OfficialAttendancePeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p203.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
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>