[ https://issues.oasis-open.org/browse/OFFICE-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Stahl updated OFFICE-4118:
----------------------------------
Proposal:
{noformat}
diff --git a/OpenDocument-v1.3-schema.rng b/OpenDocument-v1.3-schema_nonNegativeInteger.rng
index dc77c4f..34b027a 100755
--- a/OpenDocument-v1.3-schema.rng
+++ b/OpenDocument-v1.3-schema_nonNegativeInteger.rng
@@ -17360,7 +17360,7 @@
</rng:optional>
<rng:optional>
<rng:attribute name="text:start-value">
- <rng:ref name="positiveInteger"/>
+ <rng:ref name="nonNegativeInteger"/>
</rng:attribute>
</rng:optional>
</rng:interleave>
@@ -17659,7 +17659,7 @@
</rng:optional>
<rng:optional>
<rng:attribute name="text:start-value">
- <rng:ref name="positiveInteger"/>
+ <rng:ref name="nonNegativeInteger"/>
</rng:attribute>
</rng:optional>
</rng:interleave>
{noformat}
was:
{{noformat}}
diff --git a/OpenDocument-v1.3-schema.rng b/OpenDocument-v1.3-schema_nonNegativeInteger.rng
index dc77c4f..34b027a 100755
--- a/OpenDocument-v1.3-schema.rng
+++ b/OpenDocument-v1.3-schema_nonNegativeInteger.rng
@@ -17360,7 +17360,7 @@
</rng:optional>
<rng:optional>
<rng:attribute name="text:start-value">
- <rng:ref name="positiveInteger"/>
+ <rng:ref name="nonNegativeInteger"/>
</rng:attribute>
</rng:optional>
</rng:interleave>
@@ -17659,7 +17659,7 @@
</rng:optional>
<rng:optional>
<rng:attribute name="text:start-value">
- <rng:ref name="positiveInteger"/>
+ <rng:ref name="nonNegativeInteger"/>
</rng:attribute>
</rng:optional>
</rng:interleave>
{{noformat}}
> Allow zero as value of text:start-value in <text:outline-level-style> and <text:list-level-style-number> in 19.874
> ------------------------------------------------------------------------------------------------------------------
>
> Key: OFFICE-4118
> URL: https://issues.oasis-open.org/browse/OFFICE-4118
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Bug
> Reporter: Regina Henschel
> Priority: Major
>
> Resoning:
> The value 0 is explicitly allowed in German standard DIN 1421, section 3.1.3. Same is true for the international standard ISO 2145. I have no access to the original ISO, but read https://en.wikipedia.org/wiki/ISO_2145.
> MS Office allows a list to start with number 0. So this would increase interoperability.
> Zero is allowed for the now deprecated <text:numbered-paragraph>, so the now to be used solutions needs to allow it too.
> To allow zero makes is consistence with the other uses cases in 19.874, which have nonNegativeInteger
--
This message was sent by Atlassian Jira
(v8.3.3#803004)