mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
![]() |
<element name="card" ns="http://www.example.com"
|
||
|
xmlns="http://relaxng.org/ns/structure/1.0">
|
||
|
<zeroOrMore>
|
||
|
<attribute>
|
||
|
<anyName>
|
||
|
<except>
|
||
|
<nsName/>
|
||
|
<nsName ns=""/>
|
||
|
</except>
|
||
|
</anyName>
|
||
|
</attribute>
|
||
|
</zeroOrMore>
|
||
|
<text/>
|
||
|
</element>
|