diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index c0658b570f5d..f0e242081ae0 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3477,13 +3477,19 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:optional> </rng:define> - <!-- https://issues.oasis-open.org/browse/OFFICE-4136 --> <rng:define name="draw-frame-attlist" combine="interleave"> + <!-- https://issues.oasis-open.org/browse/OFFICE-4136 --> <rng:optional> <rng:attribute name="loext:decorative"> <rng:ref name="boolean"/> </rng:attribute> </rng:optional> + <!-- TODO(vmiklos) no proposal for multi-page floating tables --> + <rng:optional> + <rng:attribute name="loext:may-break-between-pages"> + <rng:ref name="boolean"/> + </rng:attribute> + </rng:optional> </rng:define> </rng:grammar> |