views:

19

answers:

1

i want a particular sequence to be generated in a random manner

<item>
 <i1>abc</i1>
 <i2>pqr</i2>
</item>

now how can i make an xsd where <i1> can come before <i2> ?

+2  A: 

use the 'all' indicator as shown on the w3schools website

Luke Schafer