complexType MeetingDaysType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p670.png
namespace http://ed-fi.org/0110
children MeetingDay
used by
elements MeetingTime/MeetingDays ClassPeriodMeetingTimeIdentityType/MeetingDays
annotation
documentation
The day(s) of the week (e.g., Monday, Wednesday) that the class meets or an indication that a class meets "out-of-school" or "self-paced".
appinfo
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
source <xs:complexType name="MeetingDaysType">
 
<xs:annotation>
   
<xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets or an indication that a class meets "out-of-school" or "self-paced".</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="MeetingDay" type="MeetingDayItemType" minOccurs="0" maxOccurs="unbounded">
     
<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:sequence>
</xs:complexType>

element MeetingDaysType/MeetingDay
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p671.png
namespace http://ed-fi.org/0110
type MeetingDayItemType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration Monday 
enumeration Tuesday 
enumeration Wednesday 
enumeration Thursday 
enumeration Friday 
enumeration Saturday 
enumeration Sunday 
annotation
documentation
The day(s) of the week (e.g., Monday, Wednesday) that the class meets.
source <xs:element name="MeetingDay" type="MeetingDayItemType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation>
 
</xs:annotation>
</xs:element>