1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-11 12:58:16 +03:00
libxml2/test/relaxng/tutor10_8.rng

10 lines
296 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" ns="http://www.example.com">
<attribute name="name" ns=""/>
<attribute name="email" ns=""/>
</element>
</zeroOrMore>
</element>