aboutsummaryrefslogtreecommitdiffstats
path: root/resources/app-info-shipped.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'resources/app-info-shipped.xsd')
-rw-r--r--resources/app-info-shipped.xsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd
index 2ad858af0f5..a340dde30bd 100644
--- a/resources/app-info-shipped.xsd
+++ b/resources/app-info-shipped.xsd
@@ -575,6 +575,8 @@
maxOccurs="1"/>
<xs:element name="architecture" type="architecture" minOccurs="0"
maxOccurs="unbounded"/>
+ <xs:element name="backend" type="backend" minOccurs="0"
+ maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
@@ -757,4 +759,9 @@
</xs:restriction>
</xs:simpleType>
+ <xs:simpleType name="backend">
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="caldav"/>
+ </xs:restriction>
+ </xs:simpleType>
</xs:schema>