summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor10_7.rng
blob: ce93df774f64ac05241bc2d8cd6486dd7ea4d0bb (plain)
1
2
3
4
5
6
7
8
9
<element name="addressBook" ns="http://www.example.com"
         xmlns="http://relaxng.org/ns/structure/1.0">
  <zeroOrMore>
    <element name="card">
      <attribute name="name"/>
      <attribute name="email"/>
    </element>
  </zeroOrMore>
</element>