Adapt section 1.4.2.4 clause (D4.4) to
—
All table:formula attribute values shall be in the form that begins with a namespace prefix. The prefix shall be bound to the urn:oasis:names:tc:opendocument:xmlns:of:1.2 namespace.
—
Adapt 17.3.15 formula to:
—
A string containing a formula. Formulas do not have a predefined syntax, but should follow a namespace prefix after a ":" separator. The namespace bound to the prefix determines the syntax and semantics of the formula.
—
Adapt 17.3.19 namespacedToken to
—
Attribute values of namespacedToken type shall have Namespace PrefixedName syntax [xml-names]. The attribute value taken as a qualified name shall satisfy the "Namespace constraints [xml-names]" in the place where an attribute having a value of this type occurs. The namespacedToken value signifies the expanded name that is the resulting unique interpretation of the qualified name.
—
Adapt 18.15.1 <chart:chart>, <chart:series>, first paragraph to
—
The chart:class attribute specifies the chart type. The attribute value is a namespacedToken for a chart type. The values for the predefined chart types are:
. chart:area
[Existing text, but with the different types show as prefixed names}
. chart:surface
{ ... }
—
—
Adapt 18.31 config:name second paragraph to
—
For <config:config-item-set> elements that are children of <office:settings> elements, the name should start with a namespace prefix followed by a ":". The XML namespace bound to the prefix identifies the implementation that defines the setting having that name.
—
Adapt 18.88.3 <db:server-database> to simply say
—
The db:type attribute specifies the type of a server-database.
—
Adapt 18.149 draw:engine to omit the second sentence. It then reads
–
The draw:engine attribue specifies the name of a specific rendering engine that can be used to render a custom shape. The drawing engine may get its data from the draw:data attribute or it may evaluate the <draw:enhanced-geometry> child element instead.
—
Adapt 18.262 form:control-implementation to omit the second sentence. It then reads:
—
The form:control-implementation attribute specifies a specific concrete rendition or implementation of a control that should be instantiated.
—
Adapt 18.431 script:event-name to have the following first paragraph:
—
The script:event-name attribute specifies the name of an event. Since the available events, their names and their meanings are application and script language dependent, the name should follow a namespace prefix and separating ":", so that the corresponding namespace together with the name can be used to identify the semantics of the event.
—
Adapt 18.583 table:algorithm to
—
The table:algorithm attribute names the algorithm used to compare sort keys. To avoid name clashes between different implementations, the algorithm name should follow a namespace prefix and separating ":". The namespace bound to the prefix establishes a unique context in which the name is understood to be local.
—
Adapt 18.644 table:formula second paragraph to:
—
Formulas specify calculations to be performed within table cells. The attribute value should begin with a namespace prefix followed by ":" followed by the text of the formula. The namespace bound to the prefix determines the syntax and semantics of the formula.
—
Adapt 18.807 text:formula second paragraph to
—
The attribute value should begin with a namespace prefix followed by ":" followed by the text of the formula. The namespace bound to the prefix determines the syntax and semantics of the formula.
—