summaryrefslogtreecommitdiffstats
path: root/libxml2/test/schemas/bug312957_0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/schemas/bug312957_0.xml')
-rw-r--r--libxml2/test/schemas/bug312957_0.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/libxml2/test/schemas/bug312957_0.xml b/libxml2/test/schemas/bug312957_0.xml
new file mode 100644
index 0000000..c22444f
--- /dev/null
+++ b/libxml2/test/schemas/bug312957_0.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<family xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="bug312957_1.xsd"
+ name="test">
+ <siblings>
+ <sibling name="gill"/>
+ </siblings>
+ <sisters>
+ <sister name="gill"/>
+ <sister name="annie"/>
+ </sisters>
+</family>
+
+