summaryrefslogtreecommitdiffstats
path: root/libxml2/test/relaxng/tutor6_3.rng
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/relaxng/tutor6_3.rng')
-rw-r--r--libxml2/test/relaxng/tutor6_3.rng10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/tutor6_3.rng b/libxml2/test/relaxng/tutor6_3.rng
new file mode 100644
index 0000000..0683d0b
--- /dev/null
+++ b/libxml2/test/relaxng/tutor6_3.rng
@@ -0,0 +1,10 @@
+<element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
+ <attribute name="name"/>
+ <attribute name="email"/>
+ <attribute name="preferredFormat">
+ <choice>
+ <value type="string">html</value>
+ <value type="string">text</value>
+ </choice>
+ </attribute>
+</element>