diff options
author | Vojtěch Doležal <dolezvo1@cvut.cz> | 2023-03-07 11:35:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-08 08:06:38 +0000 |
commit | d704f57a3dc87302ba75ae0c2904ad46e734d027 (patch) | |
tree | 9c6ffc59d0e776e0753313a7c858f6c2f00b31c2 /schema | |
parent | 5caa11ea3b3ddf98db729ad79f0ce97d13c1414e (diff) |
Bibliography Marks: Added tests for target-url and use-target-url
Change-Id: Iaebc9224beac1705bc2399358e414f526ad46e13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148392
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 6266dbded22f..ccf6cc9f6541 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -3211,6 +3211,9 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. <rng:name>text:isbn</rng:name> <rng:name>text:issn</rng:name> <rng:name>loext:local-url</rng:name> + <!-- TODO no proposal --> + <rng:name>text:target-url</rng:name> + <rng:name>text:use-target-url</rng:name> </rng:choice> <rng:ref name="string"/> </rng:attribute> |