EOOXML -- What is a 'contradiction' at ISO and what are its procedures? -- Updated
10 Jan 2007
NOTE: This article consolidates the research of several contributors. This page will be updated as further authorities are located.
With Ecma Office Open XML ("EOOXML") now in the "contradiction" phase at ISO/IEC, what does a contradiction mean in context? Here is some background on what a contradiction is according to JTC-1 Directives, along with a short discussion of relevant procedures and contact information. Apparently, there is no straightforward definition of contradiction within context, so one must read between the lines somewhat to arrive at a working definition.
Andy Updegrove has provided a condensed process overview at ConsortiumInfo.org:
Ecma is a "Class A Liaison" partner with ISO/IEC, which permits it to use the same Fast Track process that national standards bodies use. That process takes six months - the same amount of time that the PAS process takes (the route used by OASIS to submit ODF to ISO/IEC) – but has two steps rather than one, although the practical result is much the same.
During the first one-month step, any member may submit "contradictions," which, loosely defined, means aspects in which a proposed standard conflicts with already adopted ISO/IEC standards and Directives. Those contradictions must then be "resolved" (which does not necessarily mean eliminated), and these resolutions are then presented back to the members during the second stage to consider as part of the voting package. During this second, five-month step, other objections, questions and comments can be offered by members.
According to JTC-1 Directives, Edition 5, Version 2.0, section 13.4:
During the 30-day review period, an NB [national standardizing body] may identify to the JTC 1 Secretariat any perceived contradiction with other JTC 1, ISO or IEC standards. If such a contradiction is alleged, the matter shall be resolved by the ITTF and JTC 1 Secretariat in accordance with Section 13.2 before ballot voting can commence. If no contradiction is alleged, the fast-track ballot voting commences immediately following the 30-day period.
Section 13.2 uses the phrase, "ascertain that there is no evident contradiction", and 13.4 uses the phrase, "an NB may identify to the JTC 1 Secretariat any perceived contradiction" and 13.5 uses the phrase, "if a contradiction is alleged". The use of words like "evident", "perceived" and "alleged" clearly indicate that a NB may point out even the appearance of a contradiction.
Further, NB's are encouraged to be on vigilant about detecting and reporting such contradictions. In the Fifteenth Meeting of JTC1, held in 2000, the following Resolution 27, "Consistency of JTC 1 Products" was adopted:
JTC 1 stresses the strong need for consistency of its products (ISs and TRs) irrespective of the route through which they were developed. Any inconsistency will confuse users of JTC 1 standards and, hence, jeopardize JTC 1's reputation. Therefore, referring to clauses 13.2 (Fast Track) and 18.4.3.2 (PAS) of its Directives, JTC 1 reminds ITTF of its obligation to ascertain that a proposed DIS contains no evident contradiction with other ISO/IEC standards. JTC 1 offers any help to ITTF in such undertaking. However, should an inconsistency be detected at any point in the ratification process, JTC 1 together with ITTF will take immediate action to cure the problem.
From that passage we can deduce that confusion of users, loss of reputation and lack of consistency with existing standards can be aspects of a contradiction. Note as well the WTO's Agreement on Technical Barriers to Trade Annex 3(H), Code of Good Practice for the Preparation, Adoption and Application of Standards states:
The standardizing body within the territory of a Member shall make every effort to avoid duplication of, or overlap with, the work of other standardizing bodies in the national territory or with the work of relevant international or regional standardizing bodies.
So we can add duplication of or overlap with existing standards to our list of admissible aspects of a national body's contradiction. To sum up, an ISO contradiction may be based at least on:
- confusion of users;
- damage to ISO reputation;
- lack of consistency with existing standards;
- duplication of existing standards; and
- overlap with existing standards.
Plainly, the term is given a broader meaning at ISO than is given in formal logic.
One obvious Office Open XML contradiction would be against ISO/IEC JTC1 26300 "Open Document Format for Office Applications" ("ODF"). According to the ODF specification, section 1.1:
This document defines an XML schema for office applications and its semantics. The schema is suitable for office documents, including text documents, spreadsheets, charts and graphical documents like drawings or presentations, but is not restricted to these kinds of documents.
Compare that to the Office Open XML specification, Part I, section 1.1:
This Part is one piece of a Standard that describes a family of XML schemas, collectively called Office Open XML, which define the XML vocabularies for word-processing, spreadsheet, and presentation documents, as well as the packaging of documents that conform to these schemas.
Office Open XML unquestionably duplicates or at least significantly overlaps with the ODF specification; moreover, unlike Office Open XML, OpenDocument incorporates still other standards such as XLinks, SVG, XForms, MathML, and Dublin Core metadata. In contrast, Office Open XML reinvents the wheel at every turn rather than relying on existing open standards. Such problems are sometimes insurmountable; for example, EOOXML requires use of bitmaps but XSL does not provide bitwise operators. Therefore, data loss in XSL transformations from EOOXML to other formats is unavoidable. That problem creates a contradiction in the ISO sense; full fidelity in automated translations between OpenDocument and Office Open XML is infeasible given this serious deficiency in the latter. [1] [2]
Having two contradictory and inconsistent standards for the same problem would only cause user confusion and lack of interoperability. It will also drive up both user and developer expenses, frustrating the ISO goal [PDF] of "one standard, one test, and one conformity assessment procedure accepted everywhere.”
A highly relevant precedent is ISO's derailment of the WAPI standard proposed by the Chinese government that was a candidate for fast-track voting. In that matter, the primary contradictions were submitted by the IEEE. The IEEE's relevant documents can be found here and provide good examples of successful contradiction submissions. Note that the information raising the contradiction must be detailed and referenced; a short statement such as that above will not suffice. Also note that IEEE was not hesitant about pointing to other warts with the WAPI proposal and to its unfair effect on developers and end users.
Moreover, much of the IEEE criticism focused on the general unavailability to developers of a communications protocol that was incorporated by reference. That, of course, is a huge issue in regard to Office Open XML because of its relationship to the Microsoft Office binary file format whose secret specifications are incorporated by reference. All of those binary blobs, Windows bitmaps, and application-specific metadata tags are apparently fair game as well.
Other grounds may be raised as part of the objection. For example, JTC-1 Directives also provide:
11.1.2 A P-member of JTC 1 or an SC may appeal against any action, or inaction, on the part of JTC 1 or an SC
when the P-member considers that such action or inaction is:
- Not in accordance with these directives; or
- Not in the best interests of international trade and commerce, or such public factors as safety, health or environment.
The allowance of such factors in appeals implicitly authorizes them to be raised by NBs at the objection phase.
The voting "P" member national bodies of JTC1 are listed here.
The national bodies' contradictions must be received by the Secretariat of JTC1 by the deadline on February 5, 2007. The current secretariat is held by Mrs. Lisa Rajchel of ANSI. Her contact information is here.
Notes
[1] See e.g., Wikipedia Wikipedia description of XPath:
XPath (XML Path Language) is an expression language for addressing portions of an XML document, or for computing values (strings, numbers, or boolean values) based on the content of an XML document.
The XPath language is based on a tree representation of the XML document, and provides the ability to navigate around the tree, selecting nodes by a variety of criteria. In popular use (though not in the official specification), an XPath expression is often referred to simply as an XPath.
[2] See also Wikipedia description of XSL transformations:
XSLT is a specific kind of template processor primarily designed to "transform" XML documents into other XML documents. The original document is not changed; rather, a new document is created based on the content of an existing one.[3] The new document may be serialized (output) by the processor in standard XML syntax or in another format, such as HTML or plain text.[4] XSLT is most often used to convert data between different XML schemas or to convert XML data into HTML or XHTML documents for web pages, or into an intermediate XML format that can be converted to PDF document
. . .
XSLT relies upon the W3C's XPath language for identifying subsets of the source document tree, as well as for performing calculations. XPath also provides a range of functions, which XSLT itself further augments. This reliance upon XPath adds a great deal of power and flexibility to XSLT.


