summaryrefslogtreecommitdiff
path: root/test/schemas/bug303566_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/bug303566_1.xml')
-rw-r--r--test/schemas/bug303566_1.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/schemas/bug303566_1.xml b/test/schemas/bug303566_1.xml
deleted file mode 100644
index 1bf56dc..0000000
--- a/test/schemas/bug303566_1.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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>
-