[Libreoffice-commits] core.git: schema/libreoffice
Michael Stahl
Michael.Stahl at cib.de
Tue Jul 3 16:12:28 UTC 2018
schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 26 ++++++++++++
1 file changed, 26 insertions(+)
New commits:
commit ed765a6087408bde28a4f8cf2ae3527f1089b1f3
Author: Michael Stahl <Michael.Stahl at cib.de>
Date: Tue Jul 3 14:37:14 2018 +0200
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 at cib.de>
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">
More information about the Libreoffice-commits
mailing list