The BYDAY rule part specifies a space separated list of days of the week |
Attribute Group | recurrenceRuleAttributes |
<xs:attribute name="byday" use="optional"> <xs:annotation> <xs:documentation>The BYDAY rule part specifies a space separated list of days of the week</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="ByDayListType"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |