summaryrefslogtreecommitdiff
path: root/test/schemas/include1_0.xml
blob: 8ffee0e17503d5a129124fa333fac020e816d480 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<foo:foo xmlns:foo="http://FOO" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://FOO include1_0.xsd" foo:req="oo">
	<foo:bar foo:bar="o"  uri="asd"><foo:bar.A/><foo:bar.B>anyURI</foo:bar.B></foo:bar>
	<boo/>
	
</foo:foo>