You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
311 B
12 lines
311 B
4 months ago
|
<?xml version="1.0"?>
|
||
|
<foo xmlns="urn:test:foo"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="urn:test:foo any5_0.xsd">
|
||
|
<boo/>
|
||
|
<boo xmlns="urn:test:bar"/>
|
||
|
<boo xmlns="urn:test:bar"/>
|
||
|
<boo xmlns="urn:test:bar"/>
|
||
|
<boo xmlns="urn:test:bar"/>
|
||
|
<boo xmlns="urn:test:bar"/>
|
||
|
</foo>
|