Kaydet (Commit) ed765a60 authored tarafından Michael Stahl's avatar Michael Stahl

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: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 76a29148
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment