[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Can XML Schemas do this?


xml schema enforce order
Eric van der Vlist scripsit:

> Together with confusing the usage of elements and attributes, another
> bad habit taken during our few years of XML experience is the assumption
> that schemas should always enforce a fixed order between children
> elements or in other words that relative order between sub elements
> always matters. 

I think this conflates two issues.  It's analogous to the bilingualism
paradox:  in countries where most people are monolingual (but not all
speaking the same language), it is common for the government to be
officially bilingual (e.g. Belgium, Canada); in countries where most
people are bilingual or multilingual, it is common for the government
to be monolingual (e.g. most African countries).

Similarly, if the order of child elements is meaningful, then the schema
should allow the children to appear in any order; if the order is not
meaningful, then there is no reason to allow multiple orders (other than
backward compatibility).  If multiple orders are allowed nonetheless,
people may easily come to believe that order has significance and use
it as if it did.

> [W]e shouldn't bother users and applications with the unecessary
> constraint of enforcing [ordering]. 

But that shifts the burden from validation to processing.  If we don't
enforce order at validation time, then we must have a more general
processing loop that can accept any element at any time.  If we do
enforce order, then the processing stage can be simpler:  accept a "foo"
if there is one, accept a "bar", accept a "baz", etc. etc.  In streaming
applications, a well-chosen order of children (viz. no forward references)
can make processing much more straightforward.

> With Relax NG, defining content models where the relative order between
> children elements is not significant is not only almost as simple as
> defining content models where it is significant (it's just a matter of
> adding "interleave" elements) but it is also more extensible since these
> content models can easily be extended through pattern combinations by
> "interleave". 

"It can be done" is no argument for "it should be done".

-- 
"No, John.  I want formats that are actually       John Cowan
useful, rather than over-featured megaliths that   http://www.ccil.org/~cowan
address all questions by piling on ridiculous      http://www.reutershealth.com
internal links in forms which are hideously        jcowan@r...
over-complex." --Simon St. Laurent on xml-dev

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.