I\'m having quite a hard time on constructing my 1st XML Schema. I need it to verify the correctness of an XML document that forms a questionnaire. So here\'s the sectio
This should do it for the 1st xml:
The 2nd one looks like this:
Note the reference to the custom data type 'Values' from the 1st snippet.
Thanks, Steff