[Home] [By Thread] [By Date] [Recent Entries]

  • To: <xml-dev@l...>
  • Subject: What's wrong w/ nested elements?
  • From: "Jain, Rajnish" <rjain@x...>
  • Date: Mon, 7 Jun 2004 08:36:19 -0400
  • Thread-index: AcRMjAheaP707llBQmCicDgGo4k9NQ==
  • Thread-topic: What's wrong w/ nested elements?

Title: What's wrong w/ nested elements?

Folks,

The following example shows the same element (b) contained inside elements (a1) and (a2).

<a>
    <a1>
         <b>
           <c></c>
         </b>
    </a1>
    <a2>
         <b>
           <c></c>
         </b>
    </a2>
</a>

When I try to create an XSD for this XML using Microsoft Development Environment 7.1, I get
the following error:

Failed to Create a schema for this data file because:
Although this XML document is well formed, it contains structure that Data View cannot display.
The same table (b) cannot be the child table in two nested relations.

Wondering why the containment relationship shown above is not valid for an XSD? And what can
I do to workaround this problem (I can't afford to name mangle (b) everywhere it appears).

Thanks,
Rajnish Jain

sip:rjain@v...
mailto:rjain@x...
 



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member