blob: 1bf56dc5d033b02b749ad0cdc9a78721efb0fa02 [file] [log] [blame]
Kasimier T. Buchcik3eec7902005-05-10 09:16:19 +00001<?xml version="1.0"?>
2<Test
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="bug303566_1.xsd">
5 <Country code="D">
6 <City name="Berlin"
7 code="B">
8 <Part country="D"/>
9 <Part country="B"/>
10 </City>
11 </Country>
12 <Country code="F">
13 <City name="Paris" code="P">
14 <Part country="F"/>
15 <Part country="F"/>
16 </City>
17 </Country>
18</Test>
19