libxml2 2.9.1 clean sources
[tomato/tomato-dir865l.git] / release / src / router / libxml2 / test / relaxng / tutor11_4.rng
blob158c7a5a2b948a67b4fd2cf053411652695fda69
1 <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>