summaryrefslogtreecommitdiff
path: root/test/schemas/seq0_0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/schemas/seq0_0.xml')
-rw-r--r--test/schemas/seq0_0.xml61
1 files changed, 0 insertions, 61 deletions
diff --git a/test/schemas/seq0_0.xml b/test/schemas/seq0_0.xml
deleted file mode 100644
index 54b1c1c..0000000
--- a/test/schemas/seq0_0.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<doc>
- <!-- at least one present -->
- <z-o>
- <b/>
- </z-o>
- <o-o>
- <c/>
- </o-o>
- <z-u>
- <d/>
- </z-u>
- <o-u>
- <e/>
- </o-u>
- <z-3>
- <f/>
- </z-3>
- <o-3>
- <g/>
- </o-3>
- <!-- more than one present when allowed -->
- <z-o>
- <b/>
- </z-o>
- <o-o>
- <c/>
- </o-o>
- <z-u>
- <d/>
- <d/>
- <d/>
- </z-u>
- <o-u>
- <e/>
- <e/>
- <e/>
- </o-u>
- <z-3>
- <f/>
- <f/>
- <f/>
- </z-3>
- <o-3>
- <g/>
- <g/>
- <g/>
- </o-3>
- <!-- min 0 are not present -->
- <z-o/>
- <o-o>
- <c/>
- </o-o>
- <z-u/>
- <o-u>
- <e/>
- </o-u>
- <z-3/>
- <o-3>
- <g/>
- </o-3>
-</doc>