complexType MeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p672.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children WeekNumber MeetingDays StartTime EndTime
used by
element Intervention/MeetingTime
complexType ClassPeriodMeetingTime
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 a general meeting time.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="MeetingTime">
 
<xs:annotation>
   
<xs:documentation>This entity represents the set of elements defining a general meeting time.</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="WeekNumber" type="WeekNumber">
         
<xs:annotation>
           
<xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MeetingDays" type="MeetingDaysType">
         
<xs:annotation>
           
<xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</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:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element MeetingTime/WeekNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p673.png
namespace http://ed-fi.org/0110
type WeekNumber
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 52 
annotation
documentation
The week number (out of the number of weeks in the cycle) for this meeting time.
source <xs:element name="WeekNumber" type="WeekNumber">
 
<xs:annotation>
   
<xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeetingTime/MeetingDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p674.png
namespace http://ed-fi.org/0110
type MeetingDaysType
properties
isRef 0
content complex
children MeetingDay
annotation
documentation
The day(s) of the week (e.g., Monday, Wednesday) that the class meets.
source <xs:element name="MeetingDays" type="MeetingDaysType">
 
<xs:annotation>
   
<xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MeetingTime/StartTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p675.png
namespace http://ed-fi.org/0110
type xs:time
properties
isRef 0
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_p676.png
namespace http://ed-fi.org/0110
type xs:time
properties
isRef 0
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>