diff options
Diffstat (limited to 'test/relaxng/tutor7_2.rng')
-rw-r--r-- | test/relaxng/tutor7_2.rng | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/relaxng/tutor7_2.rng b/test/relaxng/tutor7_2.rng new file mode 100644 index 0000000..a1c71d2 --- /dev/null +++ b/test/relaxng/tutor7_2.rng @@ -0,0 +1,8 @@ +<element name="vector" xmlns="http://relaxng.org/ns/structure/1.0" + datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> + <list> + <oneOrMore> + <data type="double"/> + </oneOrMore> + </list> +</element> |