summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor11_2.rng
blob: 038ac482ece2bd231cd51d33db7c8ed1b2ed181a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<element name="card" ns="http://www.example.com"
         xmlns="http://relaxng.org/ns/structure/1.0">
  <zeroOrMore>
    <attribute>
      <anyName>
        <except>
          <nsName/>
          <nsName ns=""/>
        </except>
      </anyName>
    </attribute>
  </zeroOrMore>
  <text/>
</element>