The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year. |
Attribute Group | recurrenceRuleAttributes |
<xs:attribute name="byweekno" use="optional"> <xs:annotation> <xs:documentation>The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="ByWeekNoListType"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |