Click to See Complete Forum and Search --> : Asp.net/XSD-XML..Plz help


Ann_2020
May 29th, 2007, 01:29 AM
Hello everyone,

Im new into asp.net ....

I have created a questionnaire wizard in asp.net.I need to save it as xml.

Im defining an XSD for that....I have a doubt in it..plz reply if anybody knows...

This questionnaire is divided into different groups which contains a set of questions...
Say Group1 has 10 questions,Group2 has 5 questions etc..

Inside each question i have to define a section for its Answer..

So do i need to define each question inside each group.Like for Group 1 ,do i need to define Question 10 times?Or Can i set maxOccurs=10 and define 1 question?
How to define Answer section in each question?