K
KJ
In an Xml schema: can an element have children which come from another
namespace?
For example, can this be declared in the schema:
<top>
<anotherNamespace:a>
<aThirdNamespace:b>
Hello World
</aThirdNamespace:b>
</anotherNamespace:a>
</top>
How might the xsd look for this?
namespace?
For example, can this be declared in the schema:
<top>
<anotherNamespace:a>
<aThirdNamespace:b>
Hello World
</aThirdNamespace:b>
</anotherNamespace:a>
</top>
How might the xsd look for this?