T
Tatopitta
Hi all, it seems a stupid question, but I am stuck in it for hours!
I have an xml file with a root, namespace definition and children. Only the
root has the namespace. Other nodes are without it.
<ns0:root xmlns:ns0="http://myNamespace">
<Child1>...</Child1>
<Child2>...</Child2>
</ns:root>
I need to create a schema to validate this xml: if i use TargetNamespace,
all the nodes must have the namespace...how can I have my schema?
Thanks a lot!
I have an xml file with a root, namespace definition and children. Only the
root has the namespace. Other nodes are without it.
<ns0:root xmlns:ns0="http://myNamespace">
<Child1>...</Child1>
<Child2>...</Child2>
</ns:root>
I need to create a schema to validate this xml: if i use TargetNamespace,
all the nodes must have the namespace...how can I have my schema?
Thanks a lot!