mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-29 11:21:26 +03:00
18 lines
393 B
Plaintext
18 lines
393 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>
|
||
|
<optional>
|
||
|
<attribute name="note">
|
||
|
<text/>
|
||
|
</attribute>
|
||
|
</optional>
|
||
|
</element>
|
||
|
</zeroOrMore>
|
||
|
</element>
|