schema for different complex elements based on attribute value

U

user

Hi,

I have the following xml

<rootElem>
<child type="Single">
<!-- if type is "single", then we can have only 1 of the
following element with default for directory as "1"
-->
<childOfChild>
<!-- More elements here -->
</childOfChild>
</child>
<child type="Multiple">
<!-- if type is "Multiple", then we can have more that one
of the following element. The contents of this element
is same as that of in the "Single" case
-->
<childOfChild>
<!-- More elements here -->
</childOfChild>
</child>
</rootElem>

How do i write a schema for this multiple child "type" condition, if at
all it is possible ?

Thanks
Am
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top