summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor11_4.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor11_4.rng')
-rw-r--r--test/relaxng/tutor11_4.rng19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/relaxng/tutor11_4.rng b/test/relaxng/tutor11_4.rng
deleted file mode 100644
index 158c7a5..0000000
--- a/test/relaxng/tutor11_4.rng
+++ /dev/null
@@ -1,19 +0,0 @@
-<element name="example" xmlns="http://relaxng.org/ns/structure/1.0">
- <zeroOrMore>
- <attribute>
- <anyName>
- <except>
- <name>xml:space</name>
- </except>
- </anyName>
- </attribute>
- </zeroOrMore>
- <optional>
- <attribute name="xml:space">
- <choice>
- <value>default</value>
- <value>preserve</value>
- </choice>
- </attribute>
- </optional>
-</element>