← Prev in month ← Prev in thread
Next in thread → Next in month →

Error in line 14293 in Relax-NG Schema for ODF 1.2

From
=?JRN-8859-1?P?R=G8ren_Qoug?=
Date
2009-12-16T21:19:24+00:00
ID
Thread
Error in line 14293 in Relax-NG Schema for ODF 1.2
Dear committee,

I've discovered an error in all RNG schemas from ODF v1.0 to the latest 
v.1.2 (Committee Draft 03, 30 July 2009).
The issue affects number styles. They have a style:name attribute. The 
intention was obviously that they also have a style:display-name 
attribute, but in the RNG file that attribute is defined as 
"style-data-style-attlist", which is not referenced from anywhere. Given 
the context above and below the definition should have had the name 
"common-data-style-attlist". In v. 1.2 it occurs on line 14293.

<define name="common-data-style-attlist" combine="interleave">
<attribute name="style:name">
<ref name="styleName"/>
</attribute>
</define>
<define name="style-data-style-attlist" combine="interleave">
<optional>
<attribute name="style:display-name">
<ref name="string"/>
</attribute>
</optional>
</define>

Best regards,

S鷨en Roug
European Environment Agency
← Prev in month ← Prev in thread
Next in thread → Next in month →