summaryrefslogtreecommitdiff
path: root/test/relaxng/492317.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/492317.rng')
-rw-r--r--test/relaxng/492317.rng16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/relaxng/492317.rng b/test/relaxng/492317.rng
deleted file mode 100644
index 343f294..0000000
--- a/test/relaxng/492317.rng
+++ /dev/null
@@ -1,16 +0,0 @@
-<element name="root" xmlns="http://relaxng.org/ns/structure/1.0">
- <choice>
- <element name="child">
- <attribute name="type">
- <value>Foo</value>
- </attribute>
- <!-- Define stuff that's only valid when type is "Foo" -->
- </element>
- <element name="child">
- <attribute name="type">
- <value>Bar</value>
- </attribute>
- <!-- Define stuff that's only valid when type is "Bar" -->
- </element>
- </choice>
-</element>