Is there a way to specify in a .xsd file that you want to allow an element(a tag) in a .xml file to contain anything(tags, subtags, quotation marks, text, any punctuation marks, anything in no matter what order)?
Thanks
I am afraid an element defined as "mixed" will accept subtags and text but those subtags will not accept subtags.....i want an element to accept any depth of subtag nesting:(
i don't know how many tags(subtags) the element will contain and neither their name(and i don't care). i just want to allow the element to contain ANYTHING
Comment