12 lines
264 B
XML
12 lines
264 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<x:dummy xmlns:x="http://dufourrault"
|
||
|
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
|
||
|
xsi:SchemaLocation="dummy.xsd">
|
||
|
|
||
|
|
||
|
<x:father>
|
||
|
<x:son>toto</x:son>
|
||
|
</x:father>
|
||
|
|
||
|
</x:dummy>
|