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.
20 lines
417 B
20 lines
417 B
4 months ago
|
<?xml version="1.0"?>
|
||
|
<Test
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:noNamespaceSchemaLocation="bug303566_1.xsd">
|
||
|
<Country code="D">
|
||
|
<City name="Berlin"
|
||
|
code="B">
|
||
|
<Part country="D"/>
|
||
|
<Part country="B"/>
|
||
|
</City>
|
||
|
</Country>
|
||
|
<Country code="F">
|
||
|
<City name="Paris" code="P">
|
||
|
<Part country="F"/>
|
||
|
<Part country="F"/>
|
||
|
</City>
|
||
|
</Country>
|
||
|
</Test>
|
||
|
|