[ https://issues.oasis-open.org/browse/OFFICE-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Stahl updated OFFICE-3022:
----------------------------------
Proposal:
add <draw:page> to the list of elements <office:annotation> is usable with
doesn't look like there's something to add in 14.1 <office:annotation> so just schema change:
{noformat}
diff -u schemas/OpenDocument-schema-v1.3.rng tc/3022.rng
--- schemas/OpenDocument-schema-v1.3.rng 2020-03-30 18:49:14.610409966 +0200
+++ tc/3022.rng 2020-03-30 18:49:37.543165688 +0200
@@ -5555,6 +5555,9 @@
<rng:optional>
<rng:ref name="presentation-notes"/>
</rng:optional>
+ <rng:zeroOrMore>
+ <rng:ref name="office-annotation"/>
+ </rng:zeroOrMore>
</rng:element>
</rng:define>
<rng:define name="draw-page-attlist">
{noformat}
was:add <draw:page> to the list of elements <office:annotation> can is usable with
> 14.1 <office:annotation> currently not usable with <draw:page>
> ---------------------------------------------------------------
>
> Key: OFFICE-3022
> URL: https://issues.oasis-open.org/browse/OFFICE-3022
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Improvement
> Components: Public Review
> Affects Versions: ODF 1.2 CD 05
> Reporter: Bart Hanssens
> Assignee: Patrick Durusau
> Priority: Major
> Fix For: ODF 1.4
>
>
> (reported by Jos van den Oever)
> http://lists.oasis-open.org/archives/office/201007/msg00212.html
> Currently <office:annotation> cannot be used in <draw:page> (drawings / presentations)
--
This message was sent by Atlassian Jira
(v8.3.3#803004)