the main thing is that the xsd should allow <b>,<c> and <d> in any order with more than one occurrence of tag <d>.
thanks in advance.
-Nitesh
This message was edited 1 time. Last update was at by Nitesh Sakargayan
Juraj Somorovsky
Greenhorn
Joined: Feb 04, 2010
Posts: 1
posted
0
Hi Nitesh,
There is the XSD schema:
The solution has one constraint: The <d> element cannot be used as a first element in <a>.
I don't know if it could be solved better, this is the best solution I've found.