diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index e927ebb89c01..c7e70f111342 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3564,6 +3564,23 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:optional> </rng:define> + <!-- TODO no proposal - Document Themes --> + <rng:define name="loext-background-complex-color"> + <rng:element name="loext:background-complex-color"> + <rng:ref name="loext-complex-color-attlist"/> + <rng:zeroOrMore> + <rng:ref name="loext-transformation"/> + </rng:zeroOrMore> + </rng:element> + </rng:define> + + <!-- TODO no proposal - Document Themes--> + <rng:define name="style-table-cell-properties-elements" combine="interleave"> + <rng:optional> + <rng:ref name="loext-background-complex-color"/> + </rng:optional> + </rng:define> + <rng:define name="draw-frame-attlist" combine="interleave"> <!-- TODO(vmiklos) no proposal for multi-page floating tables --> <rng:optional> |