1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-14 19:24:06 +03:00
libxml2/test/relaxng/tutor10_7.rng

10 lines
256 B
Plaintext
Raw Normal View History

<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>