diff options
Diffstat (limited to 'test/relaxng/tutor3_9.rng')
-rw-r--r-- | test/relaxng/tutor3_9.rng | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/relaxng/tutor3_9.rng b/test/relaxng/tutor3_9.rng new file mode 100644 index 0000000..a3895cc --- /dev/null +++ b/test/relaxng/tutor3_9.rng @@ -0,0 +1,5 @@ +<element name="card" xmlns="http://relaxng.org/ns/structure/1.0"> + <attribute name="email"> + <text/> + </attribute> +</element> |