summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/sequence/test-005.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/validation/sequence/test-005.xml')
-rw-r--r--tests/cxx/parser/validation/sequence/test-005.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/cxx/parser/validation/sequence/test-005.xml b/tests/cxx/parser/validation/sequence/test-005.xml
new file mode 100644
index 0000000..e3dd03d
--- /dev/null
+++ b/tests/cxx/parser/validation/sequence/test-005.xml
@@ -0,0 +1,15 @@
+<t:root xmlns:t="test"
+ xmlns:o1="other1"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="test test.xsd">
+
+ <!-- fail any namespace="##targetNamespace other" -->
+ <sequence>
+ <c>c</c>
+ <d>d</d>
+ <o1:any>any</o1:any>
+ <f>f</f>
+ <e>e</e>
+ </sequence>
+
+</t:root>