summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor3_1.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor3_1.rng')
-rw-r--r--test/relaxng/tutor3_1.rng12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/relaxng/tutor3_1.rng b/test/relaxng/tutor3_1.rng
new file mode 100644
index 0000000..78d6736
--- /dev/null
+++ b/test/relaxng/tutor3_1.rng
@@ -0,0 +1,12 @@
+<element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
+ <zeroOrMore>
+ <element name="card">
+ <attribute name="name">
+ <text/>
+ </attribute>
+ <attribute name="email">
+ <text/>
+ </attribute>
+ </element>
+ </zeroOrMore>
+</element>