Is there a way to specify in a xsd schema that i want to allow some optional subtags in any random order(each occuring at most once), and at least one of them(no matter which) to be present?
Example(this should be validated by the xsd schema)
<parent>
<child1/>
<child2/>
</parent>
<parent>...
is there a way to specify that a xml element is allowed to contain ANYTHING?(no matter how many subtags, nested subtags, quotation marks, text, ANYTHING?). Something like:
<element1>
<subelem'ent>randomtext<sube'lement1/><subelement>
randomtext
</element>
How am i this specifying in a .xsd file ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.