summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor10_9.rng
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/tutor10_9.rng')
-rw-r--r--libxml2/test/relaxng/tutor10_9.rng14
1 files changed, 14 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/tutor10_9.rng b/libxml2/test/relaxng/tutor10_9.rng
new file mode 100644
index 0000000..c954a91
--- /dev/null
+++ b/libxml2/test/relaxng/tutor10_9.rng
@@ -0,0 +1,14 @@
+<element name="ab:addressBook" xmlns:ab="http://www.example.com/addressBook"
+ xmlns:a="http://www.example.com/address"
+ xmlns="http://relaxng.org/ns/structure/1.0">
+ <zeroOrMore>
+ <element name="ab:card">
+ <element name="a:name">
+ <text/>
+ </element>
+ <element name="a:email">
+ <text/>
+ </element>
+ </element>
+ </zeroOrMore>
+</element>