The BYSECOND rule part specifies a space separated list of seconds within a minute |
Attribute Group | recurrenceRuleAttributes |
<xs:attribute name="bysecond" use="optional"> <xs:annotation> <xs:documentation>The BYSECOND rule part specifies a space separated list of seconds within a minute</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="BySecondListType"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |