The BYMONTH rule part specifies a space separated list of months of the year. |
Attribute Group | recurrenceRuleAttributes |
<xs:attribute name="bymonth" use="optional"> <xs:annotation> <xs:documentation>The BYMONTH rule part specifies a space separated list of months of the year.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="ByMonthListType"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |