simpleType MeetingDayType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
facets
Kind Value Annotation
enumeration Monday
appinfo
<ann:EdFiId>197-002</ann:EdFiId>
enumeration Tuesday
appinfo
<ann:EdFiId>197-006</ann:EdFiId>
enumeration Wednesday
appinfo
<ann:EdFiId>197-007</ann:EdFiId>
enumeration Thursday
appinfo
<ann:EdFiId>197-005</ann:EdFiId>
enumeration Friday
appinfo
<ann:EdFiId>197-001</ann:EdFiId>
enumeration Saturday
appinfo
<ann:EdFiId>197-003</ann:EdFiId>
enumeration Sunday
appinfo
<ann:EdFiId>197-004</ann:EdFiId>
annotation
documentation
The enumeration items for 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>Enumeration</ann:TypeGroup>
<ann:EdFiId>197</ann:EdFiId>
source <xs:simpleType name="MeetingDayType">
 
<xs:annotation>
   
<xs:documentation>The enumeration items for 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>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>197</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Monday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Tuesday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Wednesday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Thursday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Friday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Saturday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Sunday">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>197-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>