diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-06-28 16:05:30 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-06-30 00:21:07 +0200 |
commit | 720d53ee663edf26b3e5bb29560c89bcc42aed3a (patch) | |
tree | bf6cca5437edc7fb073248eacd026ceeffdb346d /schema/libreoffice | |
parent | 42edc8004f98c2930cd2b95576cafa97447aeb09 (diff) |
schema,sw: enable ODF validation in all sw tests
Validate every ODT file that is exported via "reload" or "save".
Change-Id: I010965191159605924b89fe21b0b3d47123c13bd
Reviewed-on: https://gerrit.libreoffice.org/56607
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'schema/libreoffice')
-rw-r--r-- | schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng index 49cff237cd1b..0154bc001dda 100644 --- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng +++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng @@ -2263,6 +2263,16 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. </rng:optional> </rng:define> + <!-- TODO no proposal --> + <rng:define name="draw-custom-shape-attlist" combine="interleave"> + <rng:ref name="common-draw-rel-size-attlist"/> + </rng:define> + + <!-- TODO no proposal --> + <rng:define name="style-page-layout-properties-attlist" combine="interleave"> + <rng:ref name="style-graphic-fill-properties-attlist"/> + </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"> <rng:optional> |