aboutsummaryrefslogtreecommitdiff
path: root/tests/schema/element-group/test-002.std
diff options
context:
space:
mode:
Diffstat (limited to 'tests/schema/element-group/test-002.std')
-rw-r--r--tests/schema/element-group/test-002.std24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/schema/element-group/test-002.std b/tests/schema/element-group/test-002.std
deleted file mode 100644
index d2c60fe..0000000
--- a/tests/schema/element-group/test-002.std
+++ /dev/null
@@ -1,24 +0,0 @@
-primary
-{
- namespace test
- {
- complex type
- {
- any 'any #1'
- element foo
- any 'any #0'
- [1, 1] sequence
- {
- [0, unbounded] sequence
- {
- [1, 1] any 'any #1'
- }
- [0, unbounded] sequence
- {
- [1, 1] element foo http://www.w3.org/2001/XMLSchema#int
- [1, 1] any 'any #0'
- }
- }
- }
- }
-}