Re: Database schema from standards xsd

Hi Michael,

Michael Kay <mike@saxonica.com> writes:

> There's nothing in the XSD for example that says whether the order
> of elements is significant;

There are ways to specify in XML Schema whether elements should appear
in a particular order or not (xs:sequence vs xs:all). What you are
probably saying here is that if the schema says that elements can appear
in any order, it does not mean that the actual order of elements as they
appear in XML documents is insignificant to the application logic.

Boris

-- 
Boris Kolpackov, Code Synthesis Tools
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde

Received on Thursday, 3 April 2008 10:20:04 UTC