imported DTD compatibility test suite
[cxml-rng-test.git] / dtd-split / 020 / i.rng
blob1c8944a63acbb31e78bff3af014aa287339aefd7
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- foo/@bar is competing -->
3 <element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:foo="foo" name="root">
4 <element name="foo">
5 <attribute name="bar">
6 <data type="ID" datatypeLibrary="http://relaxng.org/ns/compatibility/datatypes/1.0"/>
7 </attribute>
8 </element>
9 <element name="foo">
10 <attribute name="bar">
11 <value>abc</value>
12 </attribute>
13 </element>
14 </element>