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