summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor9_2.rng
blob: cb434bdf99f74fee76e32b481b39968a1165d2d8 (plain)
1
2
3
4
5
6
7
<element name="data" xmlns="http://relaxng.org/ns/structure/1.0">
  <choice>
    <externalRef href="pattern1.rng"/>
    <externalRef href="pattern2.rng"/>
  </choice>
</element>