XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: ODF 1.3
    • Labels:
      None
    • Environment:

      This is an enhancement, described in terms of changes to OpenDocument-v1.2

    • Proposal:
      Hide

      1. RATIONALE
      1.1 Use cases:
      Users sometimes want to track the initials of annotation authors.
      1.2 Alternatives considered:
      None.

      2. REQUESTED CHANGES TO THE ODF STANDARD
      2.1 Text changes/additions:
      Add item 14.4 <meta:creator-initials>

      The <meta:creator-initials> element represents the initials of the author of the annotation.

      In section 14.1 <office:annotation> append to the end of child elements:

      meta:creator-initials

      2.2 Schema changes/additions:

      --- Downloads/OpenDocument-v1.2-os-schema.rng	2018-04-06 13:21:47.000000000 +0200
      +++ OFFICE-3776.rng	2018-05-07 11:50:01.838420540 +0200
      @@ -11160,30 +11160,35 @@
       		<element name="office:annotation">
       			<ref name="office-annotation-attlist"/>
       			<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"/>
       			<optional>
       				<ref name="dc-creator"/>
       			</optional>
       			<optional>
       				<ref name="dc-date"/>
       			</optional>
       			<optional>
       				<ref name="meta-date-string"/>
       			</optional>
      +			<optional>
      +				<element name="meta:creator-initials">
      +					<text/>
      +				</element>
      +			</optional>
       			<zeroOrMore>
       				<choice>
       					<ref name="text-p"/>
       					<ref name="text-list"/>
       				</choice>
       			</zeroOrMore>
       		</element>
       	</define>
       	<define name="office-annotation-end">
       		<element name="office:annotation-end">
       			<ref name="office-annotation-end-attlist"/>
       		</element>
       	</define>
       	<define name="office-annotation-attlist">
       		<interleave>
      

      3. IMPACTS
      3.1 Conformance:
      This proposal will not add any mandatory features or behaviors.

      3.2 Backwards compatibility:
      This element was not used in this context in previous versions and is optional.
      Existing ODF processors may ignore it.

      3.3 Accessibility impact:
      None.

      Show
      1. RATIONALE 1.1 Use cases: Users sometimes want to track the initials of annotation authors. 1.2 Alternatives considered: None. 2. REQUESTED CHANGES TO THE ODF STANDARD 2.1 Text changes/additions: Add item 14.4 <meta:creator-initials> The <meta:creator-initials> element represents the initials of the author of the annotation. In section 14.1 <office:annotation> append to the end of child elements: meta:creator-initials 2.2 Schema changes/additions: --- Downloads/OpenDocument-v1.2-os-schema.rng 2018-04-06 13:21:47.000000000 +0200 +++ OFFICE-3776.rng 2018-05-07 11:50:01.838420540 +0200 @@ -11160,30 +11160,35 @@ <element name="office:annotation"> <ref name="office-annotation-attlist"/> <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"/> <optional> <ref name="dc-creator"/> </optional> <optional> <ref name="dc-date"/> </optional> <optional> <ref name="meta-date-string"/> </optional> + <optional> + <element name="meta:creator-initials"> + <text/> + </element> + </optional> <zeroOrMore> <choice> <ref name="text-p"/> <ref name="text-list"/> </choice> </zeroOrMore> </element> </define> <define name="office-annotation-end"> <element name="office:annotation-end"> <ref name="office-annotation-end-attlist"/> </element> </define> <define name="office-annotation-attlist"> <interleave> 3. IMPACTS 3.1 Conformance: This proposal will not add any mandatory features or behaviors. 3.2 Backwards compatibility: This element was not used in this context in previous versions and is optional. Existing ODF processors may ignore it. 3.3 Accessibility impact: None.

      Description

      Improve interoperability with other text processors, by enabling round-trip of additional annotation properties.

        Attachments

          Activity

            People

            • Assignee:
              timar Andras Timar (Inactive)
              Reporter:
              tbehrens Thorsten Behrens (Inactive)
            • Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: