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

RE: Namespaces, W3C XML Schema (was Re: ANN: SAX Filters forNamespacePro

  • From: "Simon St.Laurent" <simonstl@s...>
  • To: Xml-Dev <xml-dev@l...>
  • Date: Wed, 01 Aug 2001 08:22:55 -0400

xml schema lengths
On 31 Jul 2001 21:20:53 -0700, Aaron Skonnard wrote:
> On the contrary, consider the following XML schema definition and sample
> instance document:
> 
> <!-- schema definition -->
> <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" 
>     xmlns:tns="http://example.org/foo" 
>     targetNamespace="http://example.org/foo"
>     elementFormDefault="qualified">
>   <s:element name="bar" type="s:string"/>
>   <s:complexType name="fooType">
>     <s:sequence>
>       <s:element name="bar" type="s:string"/>
>     </s:sequence>
>   </s:complexType>
>   <s:element name="foo" type="tns:fooType"/>
> </s:schema>
> 
> <!-- instance -->
> <f:foo xmlns:f="http://example.org/foo">
>   <f:bar/>   <--|
> </f:foo>        |
>                 |
>                 |       
> Even when everything is qualified, you still can't figure out which bar
> element this is just by looking at the QName and ignoring context (is it
> the global or local qualified bar element?). 

This doesn't feel like the same problem to me - it feels like a bad case
of non-deterministic content modeling.  I thought XML Schema went to
great lengths to avoid that, but maybe this is legal.

Can't say it feels like a remotely good idea to me.




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.