Hi All,
I need to create schema for an XML file in which I have an element that requires "unbounded" value set for maxOccurs property and the same time I have to use tag for this element's parent, so that subelements can be placed in any order.
Here is an example :
<A>
<B>TagB</B>
<C>TagC1</C>
<C>TagC2</C>
</A>
in this example order of B and C tag can be changed.
Thanks Vinod Pandey NHST, India