mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
|
<element name="addressBook" ns="http://www.example.com"
|
||
|
xmlns="http://relaxng.org/ns/structure/1.0">
|
||
|
<zeroOrMore>
|
||
|
<element name="card">
|
||
|
<attribute name="name"/>
|
||
|
<attribute name="email"/>
|
||
|
</element>
|
||
|
</zeroOrMore>
|
||
|
</element>
|