/ libxml2 / test / schemas / bug303566_1.xml
bug303566_1.xml
 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>
19