XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] RE: Caution using XML Schema backward- or forward-compatibility as a versioning strategy for data exchange

Hi Folks,

The discussion has been truly excellent.  It has clarified many
concepts for me.  Thank you!

Below is a summary of my understanding of the key concepts that have
emerged from our discussion.  Do you agree with them?  If not, which
ones do you not agree with?  /Roger


RELATIONSHIP BETWEEN DATA PROCESSING, DATA VERSIONING, AND DATA
VALIDATION

1. Validating data is different from processing data.

2. Just because an application can validate some data doesn't mean it
can process the data.

2.1 Just because an application can process some data that it validated
doesn't mean that *any* data it validates can be processed.

3. A backward-compatible XML Schema means that a new version of the XML
Schema can validate instance documents conforming to an old version of
the XML Schema.  Consider an application that is designed to process
the old instance documents, and suppose that it has obtained the new,
backward-compatible XML Schema.  Now it can validate both old instance
documents as well as new instance documents.  However, just because it
can validate the new instance documents doesn't mean it can process
them.

4. A forward-compatible XML Schema means that an old version of the XML
Schema can validate instance documents conforming to a new version of
the XML Schema.  Consider an application that is designed to process
the old instance documents.  It can validate both old instance
documents as well as new instance documents.  However, just because it
can validate the new instance documents doesn't mean it can process
them.

The following items are targeted at this scenario: a web service has
unknown clients (anyone can use the service); the data it makes
available to clients is described by an XML Schema (identified in a
WSDL document) and some English prose (in a web page); periodically the
data is changed (i.e. new version).  See the Amazon web service for an
example.

5. Versioning the data made available by the web service based on
backward- or forward-compatible XML Schemas imposes severe restrictions
on the types of changes permitted; these restrictions may not be
consistent with the needs of the business (the "business" is all the
technical, political, and managerial stuff that went into funding,
creating, deploying, and maintaining the web service).

6. Don't base your web service data versioning strategy on a data
validation strategy.  Decouple your data versioning strategy from your
data validation strategy.

7. Base your web service data versioning strategy on business needs.


NOTES

The assertions identify XML Schemas as the validation language, but the
assertions apply to any validation language, such as RELAX NG, DTD, or
Schematron.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS