bymonthday

The BYMONTHDAY rule part specifies a space separated list of days of the month.

Attribute Information

Used By

Attribute Group recurrenceRuleAttributes

Source

<xs:attribute name="bymonthday" use="optional">
  <xs:annotation>
    <xs:documentation>The BYMONTHDAY rule part specifies a space separated list of days of the month.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByMonthDayListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample