diff options
Diffstat (limited to 'schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng')
-rw-r--r-- | schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 26 |
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"> |