Added some more tests for element wildcards.
* test/schemas/any7_2.xml test/schemas/any6_2.xsd
test/schemas/any8_1.xsd test/schemas/any8_0.xml:
Added some more tests for element wildcards.
diff --git a/test/schemas/any8_0.xml b/test/schemas/any8_0.xml
new file mode 100644
index 0000000..6e87cff
--- /dev/null
+++ b/test/schemas/any8_0.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<foo:foo xmlns:foo="urn:test:foo"
+ xmlns:moo="urn:test:moo"
+ xmlns:boo="urn:test:boo"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="urn:test:foo any8_1.xsd">
+ <foo:bar/>
+ <foo:bar/>
+</foo:foo>