summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor9_11.rng
blob: cf63b02b83a4631cf11c1491e170f2c64ed1c3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<grammar xmlns="http://relaxng.org/ns/structure/1.0">

  <include href="addressBook.rng">

    <define name="cardContent">
      <element name="name">
	<text/>
      </element>
      <element name="emailAddress">
	<text/>
      </element>
    </define>

  </include>

</grammar>