imported DTD compatibility test suite
[cxml-rng-test.git] / dtd-split / 024 / i.rng
blobfa551bb620b7ae5812d21ead5a51535d88d48fb0
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- foo/@bar is competing with foo/@* -->
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 <zeroOrMore>
11 <attribute>
12 <anyName/>
13 <value>abc</value>
14 </attribute>
15 </zeroOrMore>
16 </element>
17 </element>