Hey all,

is it possible to declare that all content of a node is only seen as text till that node ends?

So that an xml document like this

Code:
<Data>myText</Data>
and a document like this

Code:
<Data><myNewDoc></myNewDoc></Data>
would both be valid and could be parsed against one Schema?

Thanks,

Stephan