summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor3_1.rng
blob: 78d67362f322d86c153e1594cda44fe320372fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
  <zeroOrMore>
    <element name="card">
      <attribute name="name">
        <text/>
      </attribute>
      <attribute name="email">
        <text/>
      </attribute>
    </element>
  </zeroOrMore>
</element>