summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor10_10.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor10_10.rng')
-rw-r--r--test/relaxng/tutor10_10.rng13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/relaxng/tutor10_10.rng b/test/relaxng/tutor10_10.rng
deleted file mode 100644
index 375b628..0000000
--- a/test/relaxng/tutor10_10.rng
+++ /dev/null
@@ -1,13 +0,0 @@
-<element name="addressBook" ns="http://www.example.com/addressBook"
- xmlns="http://relaxng.org/ns/structure/1.0">
- <zeroOrMore>
- <element name="card" ns="http://www.example.com/addressBook">
- <element name="name" ns="http://www.example.com/address">
- <text/>
- </element>
- <element name="email" ns="http://www.example.com/address">
- <text/>
- </element>
- </element>
- </zeroOrMore>
-</element>