← Prev in month ← Prev in thread

ODF 1.1 erratum: 3.1.18 Document Statistics: missing "meta:" namespace prefix on attributes

From
Michael Stahl <>
Date
2012-01-16T13:04:29+00:00
ID
Thread
ODF 1.1 erratum: 3.1.18 Document Statistics: missing "meta:" namespace prefix on attributes
dear ODF TC,

have recently noticed that the ODF 1.1 specification has an error in the
schema:

in 3.1.18 Document Statistics (page 66):

the namespace prefix "meta:" is missing from the following 4 attributes:

> 	<optional>
> 		<attribute name="frame-count">
> 			<ref name="nonNegativeInteger"/>
> 		</attribute>
> 	</optional>
> 	<optional>
> 		<attribute name="sentence-count">
> 			<ref name="nonNegativeInteger"/>
> 		</attribute>
> 	</optional>
> 	<optional>
> 		<attribute name="syllable-count">
> 			<ref name="nonNegativeInteger"/>
> 		</attribute>
> 	</optional>
> 	<optional>
> 		<attribute name="non-whitespace-character-count">
> 			<ref name="nonNegativeInteger"/>
> 		</attribute>
> 	</optional>

this is clearly an error, as all other attributes of the element have
the "meta:" namespace prefix, and also directly preceding this schema
fragment there is a table which has the attributes listed with the
"meta:" namespace prefix.

OpenOffice.org and LibreOffice have always written these attributes with
the "meta:" prefix, and that is unlikely to change.

the ODF 1.0 Second Edition has the same problem.

in the ODF 1.2 schema this error has been corrected; in case there is to
be another ODF 1.1 erratum it would make sense to correct it there as well.

regards,
 michael
← Prev in month ← Prev in thread