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-1832) style:date-style might require multiple number:year


    [ https://issues.oasis-open.org/browse/OFFICE-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=69663#comment-69663 ] 

Andreas Guelzow commented on OFFICE-1832:
-----------------------------------------

The schema currently has
                        <optional>
				<ref name="number-text"/>
			</optional>
			<oneOrMore>
				<ref name="any-date"/>
				<optional>
					<ref name="number-text"/>
				</optional>
			</oneOrMore>

where <ref name="any-date"/> can be any of:
			<ref name="number-day"/>
			<ref name="number-month"/>
			<ref name="number-year"/>
			<ref name="number-era"/>
			<ref name="number-day-of-week"/>
			<ref name="number-week-of-year"/>
			<ref name="number-quarter"/>
			<ref name="number-hours"/>
			<ref name="number-am-pm"/>
			<ref name="number-minutes"/>
			<ref name="number-seconds"/>

So the schema already allows multiple occurrences of <ref name="number-year"/> (or any other).


> style:date-style might require multiple number:year
> ---------------------------------------------------
>
>                 Key: OFFICE-1832
>                 URL: https://issues.oasis-open.org/browse/OFFICE-1832
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Improvement
>          Components: Part 1 (Schema), Styles, Table
>    Affects Versions: ODF 1.2
>            Reporter: Andreas Guelzow
>            Assignee: Andreas Guelzow
>             Fix For: ODF 1.3
>
>
> We currently have
> 15.14.5 <number:date-style>
> The <number:date-style> element specifies a style for date values.
> This element can contain one instance of each of the following elements: ...
> There is a problem with the "can contain one instance". There are lots of use cases where a user may want to have the year or month appear in multiple copies, for example to specify the year or month using two different calendars:   
> Tagu (January)
> 2136 (2009)
> or even with the same calendar in two versions:
> 30 May (5) 2009



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


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