summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor6_1.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor6_1.rng')
-rw-r--r--test/relaxng/tutor6_1.rng10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/relaxng/tutor6_1.rng b/test/relaxng/tutor6_1.rng
deleted file mode 100644
index 7a06092..0000000
--- a/test/relaxng/tutor6_1.rng
+++ /dev/null
@@ -1,10 +0,0 @@
-<element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
- <attribute name="name"/>
- <attribute name="email"/>
- <attribute name="preferredFormat">
- <choice>
- <value>html</value>
- <value>text</value>
- </choice>
- </attribute>
-</element>