I know it is probably a question against XML philosophy but still is it possible to define schemata for XML like this:
<Root>
<arbitrary-name-of-node>
<Name></Name>
<Position></Position>
<!-- ... -->
</arbitrary-name-of-node>
<arbitrary-name-of-node>
<Name></Name>
<Position></Position>
<!-- ... -->
</arbitrary-name-of-node>
</Root>
where arbitrary-name-of-node matches regular expression [a-zA-Z0-9]?
Thanks for an answer!
http://www.xfront.com/VariableContentContainers.html#method1 – variable content containers are what I was looking for. My question was more general but this suffices my purposes.
http://www.w3schools.com/schema/schema_complex_any.asp