mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
<element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
|
||
|
<zeroOrMore>
|
||
|
<element name="card">
|
||
|
<attribute name="name">
|
||
|
<text/>
|
||
|
</attribute>
|
||
|
<attribute name="email">
|
||
|
<text/>
|
||
|
</attribute>
|
||
|
</element>
|
||
|
</zeroOrMore>
|
||
|
</element>
|