summaryrefslogtreecommitdiff
path: root/test/schemas/any5_2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/any5_2.xml')
-rw-r--r--test/schemas/any5_2.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/schemas/any5_2.xml b/test/schemas/any5_2.xml
new file mode 100644
index 0000000..e8434d1
--- /dev/null
+++ b/test/schemas/any5_2.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<foo xmlns="urn:test:foo"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:test:foo any5_0.xsd">
+ <boo/>
+ <boo xmlns="urn:test:bar"/>
+ <boo/>
+</foo>