diff options
Diffstat (limited to 'libxml2/test/relaxng/tutor6_1.rng')
-rw-r--r-- | libxml2/test/relaxng/tutor6_1.rng | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libxml2/test/relaxng/tutor6_1.rng b/libxml2/test/relaxng/tutor6_1.rng new file mode 100644 index 0000000..7a06092 --- /dev/null +++ b/libxml2/test/relaxng/tutor6_1.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>html</value> + <value>text</value> + </choice> + </attribute> +</element> |