summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/restriction/test-003.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/validation/restriction/test-003.xml')
-rw-r--r--tests/cxx/parser/validation/restriction/test-003.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/cxx/parser/validation/restriction/test-003.xml b/tests/cxx/parser/validation/restriction/test-003.xml
deleted file mode 100644
index 49f18c7..0000000
--- a/tests/cxx/parser/validation/restriction/test-003.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<t:root xmlns:t="test"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="test test.xsd">
-
- <!-- valid base but not restriction: sequence maxOccurs="1" -->
- <restriction-a z="z">
- <a>a</a>
- <b>b</b>
- <c>c</c>
-
- <a>a</a>
- <b>b</b>
- <c>c</c>
- </restriction-a>
-
-</t:root>