mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
|
<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>
|