I need to create an XML schema that validates a tree structure of an XML document. I don\'t know exactly the occurrences or depth level of the tree.
XML example:
if you need a recursive type declaration, here is an example that might help:
As you can see, this defines a recursive schema with only one node named "node" which can be as deep as desired.