[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Proposal: position attributes for annotantions
Hi all,
our specification already contains an <office:annotation> element for
annotations to text and spreadsheet content (section 12.1).
While this element allows to specify annotation text including
formatting properties, it currently does not contain any attributes that
can be used to influence how the annotation is displayed. Since
annotations usually are displayed similar to caption drawing shapes
(section 9.2.9), I would like to propose to add the caption drawing
shape's attributes to the <office:annotation> element. However, all the
new attributes are optional.
In addition to this, I would like to propose to support lists within an
annotation's text:
<define name="office-annotation">
<element name="office:annotation">
<ref name="office-annotation-attlist"/>
<!-- new optional attributes start here -->
<ref name="draw-caption-attlist"/>
<ref name="common-draw-position-attlist"/>
<ref name="common-draw-size-attlist"/>
<ref name="common-draw-shape-with-text-and-styles-attlist"/>
<!-- new optional attributes end here -->
<optional>
<ref name="dc-creator"/>
</optional>
<optional>
<ref name="dc-date"/>
</optional>
<optional>
<ref name="meta-date-string"/>
</optional>
<zeroOrMore>
<choice>
<ref name="text-p"/>
<! --- text-list is new -->
<ref name="text-list"/>
</choice>
</zeroOrMore>
</element>
</define>
Best regards
Michael
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]