diff options
Diffstat (limited to 'libxml2/test/relaxng/492317.rng')
-rw-r--r-- | libxml2/test/relaxng/492317.rng | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libxml2/test/relaxng/492317.rng b/libxml2/test/relaxng/492317.rng deleted file mode 100644 index 343f294..0000000 --- a/libxml2/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> |