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