summaryrefslogtreecommitdiff
path: root/test/VCM/21.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/VCM/21.xml')
-rw-r--r--test/VCM/21.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/VCM/21.xml b/test/VCM/21.xml
new file mode 100644
index 0000000..78c8713
--- /dev/null
+++ b/test/VCM/21.xml
@@ -0,0 +1,8 @@
+<!DOCTYPE doc [
+<!ELEMENT doc (a, (b | c)*, d*)? >
+<!ELEMENT a EMPTY>
+<!ELEMENT b EMPTY>
+<!ELEMENT c EMPTY>
+<!ELEMENT d EMPTY>
+]>
+<doc><a/><d/></doc>