summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor10_5.rng
blob: 85f54188c110103291be8f4381361024f4114f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<element name="addressBook" ns="http://www.example.com"
         xmlns="http://relaxng.org/ns/structure/1.0">
  <zeroOrMore>
    <element name="card">
      <element name="name">
        <text/>
      </element>
      <element name="email">
        <text/>
      </element>
    </element>
  </zeroOrMore>
</element>