blob: 6e87cff16d712984956aace25bce4fba50da4c26 (
plain)
1
2
3
4
5
6
7
8
9
|
<?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>
|