1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00
libxml2/test/relaxng/tutor9_11.rng

17 lines
279 B
Plaintext
Raw Normal View History

<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>