summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor10_6.rng
blob: fd50547a9fb4496d4c2070184c217bfbd87b6c98 (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" ns="http://www.example.com">
      <element name="name" ns="http://www.example.com">
        <text/>
      </element>
      <element name="email" ns="http://www.example.com">
        <text/>
      </element>
    </element>
  </zeroOrMore>
</element>