mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-27 03:21:26 +03:00
419a7688d0
* relaxng: more work on grammars and refs/defs * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
20 lines
416 B
Plaintext
20 lines
416 B
Plaintext
<element name="example" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<zeroOrMore>
|
|
<attribute>
|
|
<anyName>
|
|
<except>
|
|
<name>xml:space</name>
|
|
</except>
|
|
</anyName>
|
|
</attribute>
|
|
</zeroOrMore>
|
|
<optional>
|
|
<attribute name="xml:space">
|
|
<choice>
|
|
<value>default</value>
|
|
<value>preserve</value>
|
|
</choice>
|
|
</attribute>
|
|
</optional>
|
|
</element>
|