Hello,
 
I am working on a project where xml and schema,specifing the grammar of the xml, are created dinamicly
from the database.
The problem is I do not know how to create a valid schema for my xml.
I should create "complexType" that contains several elements,
but the problem is that I do not know the order of the elements in the complexType, so I cannot
use <sequence> tag.  The elements can apear more than once, so i cannot use <all> tag.
What tag should I use?
Does anybody know how to solve my problem?
 
Thank you in advance,
Vladimir

 

Reply via email to