mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
|
<element name="example" xmlns="http://relaxng.org/ns/structure/1.0">
|
||
|
<zeroOrMore>
|
||
|
<attribute>
|
||
|
<anyName/>
|
||
|
</attribute>
|
||
|
</zeroOrMore>
|
||
|
<optional>
|
||
|
<attribute name="xml:space">
|
||
|
<choice>
|
||
|
<value>default</value>
|
||
|
<value>preserve</value>
|
||
|
</choice>
|
||
|
</attribute>
|
||
|
</optional>
|
||
|
</element>
|