Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / relaxng / tutor11_2.rng
1 <element name="card" ns="http://www.example.com"
2          xmlns="http://relaxng.org/ns/structure/1.0">
3   <zeroOrMore>
4     <attribute>
5       <anyName>
6         <except>
7           <nsName/>
8           <nsName ns=""/>
9         </except>
10       </anyName>
11     </attribute>
12   </zeroOrMore>
13   <text/>
14 </element>