summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor11_2.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor11_2.rng')
-rw-r--r--test/relaxng/tutor11_2.rng14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/relaxng/tutor11_2.rng b/test/relaxng/tutor11_2.rng
new file mode 100644
index 0000000..038ac48
--- /dev/null
+++ b/test/relaxng/tutor11_2.rng
@@ -0,0 +1,14 @@
+<element name="card" ns="http://www.example.com"
+ xmlns="http://relaxng.org/ns/structure/1.0">
+ <zeroOrMore>
+ <attribute>
+ <anyName>
+ <except>
+ <nsName/>
+ <nsName ns=""/>
+ </except>
+ </anyName>
+ </attribute>
+ </zeroOrMore>
+ <text/>
+</element>