imported DTD compatibility test suite
[cxml-rng-test.git] / dtd-split / 041 / c.rng
blobb767356de13dbcb1fb41b77fd134b67cc0fde151
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="foo">
3 <optional>
4 <zeroOrMore>
5 <attribute name="bar" a:defaultValue="bbc"/>
6 </zeroOrMore>
7 </optional>
8 <notAllowed/>
9 </element>