5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
34 lines
1.1 KiB
XML
Executable File
34 lines
1.1 KiB
XML
Executable File
<nw:nameworld xmlns:nw="http://openuri.org/nameworld"
|
|
xmlns:foo="http://foo.com/"
|
|
xmlns:bar="http://bar.com/">
|
|
|
|
<nw:island targetNamespace="http://foo.com/">
|
|
<nw:location name="foocity">
|
|
<nw:reference to="bar:barcity"/>
|
|
<nw:reference to="foo:footown"/>
|
|
<nw:reference to="bar:barvillage"/>
|
|
</nw:location>
|
|
<nw:location name="footown">
|
|
<nw:reference to="bar:bartown"/>
|
|
<nw:reference to="foo:foovillage"/>
|
|
</nw:location>
|
|
<nw:location name="foovillage">
|
|
<nw:reference to="bar:barvillage"/>
|
|
</nw:location>
|
|
</nw:island>
|
|
|
|
<nw:island targetNamespace="http://bar.com/">
|
|
<nw:location name="barcity">
|
|
<nw:reference to="foo:foocity"/>
|
|
<nw:reference to="bar:bartown"/>
|
|
<nw:reference to="foo:foovillage"/>
|
|
</nw:location>
|
|
<nw:location name="bartown">
|
|
<nw:reference to="foo:footown"/>
|
|
<nw:reference to="bar:barvillage"/>
|
|
</nw:location>
|
|
<nw:location name="barvillage">
|
|
<nw:reference to="foo:foovillage"/>
|
|
</nw:location>
|
|
</nw:island>
|
|
</nw:nameworld> |