libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / schemas / bug303566_1.xml
blob1bf56dc5d033b02b749ad0cdc9a78721efb0fa02
1 <?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>