summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor11_1.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor11_1.rng')
-rw-r--r--test/relaxng/tutor11_1.rng22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/relaxng/tutor11_1.rng b/test/relaxng/tutor11_1.rng
deleted file mode 100644
index 2511af1..0000000
--- a/test/relaxng/tutor11_1.rng
+++ /dev/null
@@ -1,22 +0,0 @@
-<grammar xmlns="http://relaxng.org/ns/structure/1.0">
-
- <start>
- <ref name="anyElement"/>
- </start>
-
- <define name="anyElement">
- <element>
- <anyName/>
- <zeroOrMore>
- <choice>
- <attribute>
- <anyName/>
- </attribute>
- <text/>
- <ref name="anyElement"/>
- </choice>
- </zeroOrMore>
- </element>
- </define>
-
-</grammar>