simpleType
MeetingDayItemType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:simpleType name="MeetingDayItemType"> <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> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Monday"/> <xs:enumeration value="Tuesday"/> <xs:enumeration value="Wednesday"/> <xs:enumeration value="Thursday"/> <xs:enumeration value="Friday"/> <xs:enumeration value="Saturday"/> <xs:enumeration value="Sunday"/> </xs:restriction> </xs:simpleType> |