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