summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-07-03 14:37:14 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-07-03 18:12:05 +0200
commited765a6087408bde28a4f8cf2ae3527f1089b1f3 (patch)
tree78676af7d32036149d05e6d1a6d1047b6e271973 /schema
parent76a29148be63cb006a7e25e312dc93acc93e071f (diff)
schema: add some simple things found in ODT exported from crashtesting
Change-Id: I425eb8595793560e35918c3b17b0c56cfd8ecaf6 Reviewed-on: https://gerrit.libreoffice.org/56867 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'schema')
-rw-r--r--schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng26
1 files changed, 26 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
index 0154bc001dda..f6561295af84 100644
--- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
+++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
@@ -2216,6 +2216,11 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
<rng:ref name="vertJustifyValues"/>
</rng:attribute>
</rng:optional>
+ <rng:optional>
+ <rng:attribute name="style:vertical-justify">
+ <rng:ref name="vertJustifyValues"/>
+ </rng:attribute>
+ </rng:optional>
</rng:define>
<rng:define name="style-paragraph-properties-attlist" combine="interleave">
<rng:optional>
@@ -2272,6 +2277,27 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
<rng:define name="style-page-layout-properties-attlist" combine="interleave">
<rng:ref name="style-graphic-fill-properties-attlist"/>
</rng:define>
+ <rng:define name="style-header-footer-properties-attlist" combine="interleave">
+ <rng:ref name="style-graphic-fill-properties-attlist"/>
+ </rng:define>
+
+ <!-- TODO no proposal -->
+ <rng:define name="text-index-entry-tab-stop-attrs" combine="interleave">
+ <rng:optional>
+ <rng:attribute name="style:with-tab">
+ <rng:ref name="boolean"/>
+ </rng:attribute>
+ </rng:optional>
+ </rng:define>
+
+ <!-- TODO no proposal -->
+ <rng:define name="style-text-properties-attlist" combine="interleave">
+ <rng:optional>
+ <rng:attribute name="loext:char-shading-value">
+ <rng:ref name="string"/>
+ </rng:attribute>
+ </rng:optional>
+ </rng:define>
<!-- just a test-case for user-defined attributes, move along, nothing to see here... -->
<rng:define name="style-table-cell-properties-attlist" combine="interleave">