The BYHOUR rule part specifies space separated list of hours of the day. |
Attribute Group | recurrenceRuleAttributes |
<xs:attribute name="byhour" use="optional"> <xs:annotation> <xs:documentation>The BYHOUR rule part specifies space separated list of hours of the day.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="ByHourListType"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |