imported DTD compatibility test suite
[cxml-rng-test.git] / dtd-split / 021 / c.rng
blobdbf16aa1f5d0ab63bb021bf0300608a6e4fb8684
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="root">
3 <element name="foo">
4 <attribute name="bar">
5 <data type="ID" datatypeLibrary="http://relaxng.org/ns/compatibility/datatypes/1.0"/>
6 </attribute>
7 </element>
8 <notAllowed/> <!-- this effectively kills other two elements -->
9 <element name="foo">
10 <attribute name="bar">
11 <value>abc</value>
12 </attribute>
13 </element>
14 </element>