summaryrefslogtreecommitdiff
path: root/test/schemas/bug303566_1.xml
blob: 1bf56dc5d033b02b749ad0cdc9a78721efb0fa02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>