mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +03:00
c6e997c9a8
* relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests * xmlschemastypes.c: added a number of base type definition but not the associated checks, those are still TODOs Daniel
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
<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>
|