summaryrefslogtreecommitdiff
path: root/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
diff options
context:
space:
mode:
Diffstat (limited to 'schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng')
-rw-r--r--schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng22
1 files changed, 22 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
index 8e78fa6211f9..a8b2b55ef20f 100644
--- a/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
+++ b/schema/libreoffice/OpenDocument-schema-v1.3+libreoffice.rng
@@ -1212,6 +1212,9 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
<rng:optional>
<rng:ref name="loext-signatureline"/>
</rng:optional>
+ <rng:optional>
+ <rng:ref name="loext-qrcode"/>
+ </rng:optional>
</rng:element>
</rng:define>
@@ -1680,6 +1683,25 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.
</rng:element>
</rng:define>
+ <rng:define name="loext-qrcode">
+ <rng:element name="loext:qrcode">
+ <rng:attribute name="office:string-value">
+ <rng:ref name="string"/>
+ </rng:attribute>
+ <rng:attribute name="loext:qrcode-errorcorrection">
+ <rng:choice>
+ <rng:value>low</rng:value>
+ <rng:value>medium</rng:value>
+ <rng:value>quartile</rng:value>
+ <rng:value>high</rng:value>
+ </rng:choice>
+ </rng:attribute>
+ <rng:attribute name="loext:qrcode-border">
+ <rng:ref name="nonNegativeInteger"/>
+ </rng:attribute>
+ </rng:element>
+ </rng:define>
+
<!-- https://issues.oasis-open.org/browse/OFFICE-3761 -->
<rng:define name="loext-table">
<rng:element name="loext:table">