imported DTD compatibility test suite
[cxml-rng-test.git] / dtd-split / 015 / i.rng
blobb5139c46940f98bd58a832fd8a69f83b1c7805b0
1 <?xml version="1.0" encoding="utf-8"?>
2 <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="abc">
3 <attribute>
4 <choice>
5 <name>abc</name>
6 <name>def</name>
7 </choice>
8 <data type="IDREF" datatypeLibrary="http://relaxng.org/ns/compatibility/datatypes/1.0"/>
9 </attribute>
10 </element>