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