Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


using xs:choice inside xs:all

From: Mahesh Vittal <mvittal@-----.--->
To: xmlschema-dev@--.---
Date: 1/9/2006 4:19:00 AM
Hi ,

I am trying for an XML Schema which would achieve the following
functionality...

[1]  Atleast one or both of "element1" or "element2" can occur
[2]  Atleast one or a combination of <element3>....<element5>
[3]  <element1> ....<element<5> can occur in any order.

<Root-element>
   <element1>a</element1>
   <element2>b</element2>
   <element3>c<element3>
   <element4>d<element4>
   <element5>e<element5>
</Root-element>

I was able to achieve [1] & [2] by using a <xs:choice maxOccurs="unbounde=
d">
for the two sets of elements and arrange it inside a <xs:sequence> but the
functionality I want is without ordering. Any help on this is appreciated.

Regards,
Mahesh


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent