add rrule elm

This commit is contained in:
vv01f 2019-01-16 17:10:04 +01:00
parent f7f7fbdd74
commit 44b0c5726b
1 changed files with 9 additions and 0 deletions

View File

@ -243,6 +243,15 @@
<xs:element name="end" type="dateOrDateTime" minOccurs="0"/>
<xs:element name="location" type="LinkableLocation"
minOccurs="0"/>
<xs:element name="repeat">
<xs:complexType>
<xs:attribute name="freq" type="xs:string" use="optional"/>
<xs:attribute name="bysetpos" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="byday" type="xs:string" use="optional"/>
<xs:attribute name="interval" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="count" type="xs:nonNegativeInteger" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>