mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
![]() |
<element name="addressBook" ns="http://www.example.com"
|
||
|
xmlns="http://relaxng.org/ns/structure/1.0">
|
||
|
<zeroOrMore>
|
||
|
<element name="card" ns="http://www.example.com">
|
||
|
<attribute name="name" ns=""/>
|
||
|
<attribute name="email" ns=""/>
|
||
|
</element>
|
||
|
</zeroOrMore>
|
||
|
</element>
|