9 lines
254 B
XML
9 lines
254 B
XML
<?xml version="1.0"?>
|
|
<foo:foo xmlns:foo="urn:test:foo"
|
|
xmlns:moo="urn:test:moo"
|
|
xmlns:boo="urn:test:boo"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:test:foo any8_1.xsd">
|
|
<foo:bar/>
|
|
<foo:bar/>
|
|
</foo:foo>
|