OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (OFFICE-4057) CLONE - of Office-3776 - Line break for meta:creator-initials - list under new attributes


     [ https://issues.oasis-open.org/browse/OFFICE-4057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Durusau updated OFFICE-4057:
------------------------------------
    Proposal:   (was: 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:

{noformat}
--- 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>
{noformat}

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.
)

> CLONE - of Office-3776 - Line break for meta:creator-initials - list under new attributes
> -----------------------------------------------------------------------------------------
>
>                 Key: OFFICE-4057
>                 URL: https://issues.oasis-open.org/browse/OFFICE-4057
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Improvement
>          Components: Fields, Part 1 (Schema)
>    Affects Versions: ODF 1.3
>         Environment: This is an enhancement, described in terms of changes to OpenDocument-v1.2 
>            Reporter: Thorsten Behrens 
>            Assignee: Andras Timar
>            Priority: Major
>             Fix For: ODF 1.3 Errata
>
>
> Improve interoperability with other text processors, by enabling round-trip of additional annotation properties.



--
This message was sent by Atlassian Jira
(v8.3.3#803004)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]