diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 828b4b28c9fd..a68033d1954e 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -926,6 +926,12 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:ref name="boolean"/> </rng:attribute> </rng:optional> + <!-- https://issues.oasis-open.org/browse/OFFICE-4150 multi-page floating tables, wrap on all pages --> + <rng:optional> + <rng:attribute name="loext:wrap-text-at-frame-start"> + <rng:ref name="boolean"/> + </rng:attribute> + </rng:optional> <!-- TODO: no proposal for loext:glow* --> <rng:optional> <rng:attribute name="loext:glow-radius"> |