summaryrefslogtreecommitdiff
path: root/schema/libreoffice
diff options
context:
space:
mode:
Diffstat (limited to 'schema/libreoffice')
-rw-r--r--schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng9
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
index 0af6bb20301e..ac0882c0ad4f 100644
--- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
+++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng
@@ -3970,4 +3970,13 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
</rng:attribute>
</rng:optional>
</rng:define>
+
+ <!-- OFFICE-4169, bug tdf#162963 -->
+ <rng:define name="table-database-range-attlist" combine="interleave">
+ <rng:optional>
+ <rng:attribute name="calcext:contains-footer">
+ <rng:ref name="boolean"/>
+ </rng:attribute>
+ </rng:optional>
+ </rng:define>
</rng:grammar>