blob: af18b360906977874ceb392a3f3edcfa2bfd5651 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version='1.0' encoding="ISO-8859-1"?>
<test:schema xmlns:test="http://test.com"
xmlns:xlink="http://xlink.com">
<test:root >
<test:child>
</test:child>
</test:root>
</test:schema>
|