imported DTD compatibility test suite
[cxml-rng-test.git] / dtd-split / 043 / i.rng
blobcc810b0eb2e812e65f3c7a104fa8177a1890ee7c
1 <?xml version="1.0" encoding="utf-8"?>
2 <grammar 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">
3 <start>
4 <element name="root">
5 <!-- choice with non-empty child -->
6 <choice>
7 <element name="child">
8 <empty/>
9 </element>
10 <optional>
11 <attribute name="abc" a:defaultValue="abc"/>
12 </optional>
13 </choice>
14 </element>
15 </start>
16 </grammar>