blob: 158c7a5a2b948a67b4fd2cf053411652695fda69 [file] [log] [blame]
Daniel Veillard419a7682003-02-03 23:22:49 +00001<element name="example" xmlns="http://relaxng.org/ns/structure/1.0">
2 <zeroOrMore>
3 <attribute>
4 <anyName>
5 <except>
6 <name>xml:space</name>
7 </except>
8 </anyName>
9 </attribute>
10 </zeroOrMore>
11 <optional>
12 <attribute name="xml:space">
13 <choice>
14 <value>default</value>
15 <value>preserve</value>
16 </choice>
17 </attribute>
18 </optional>
19</element>