mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
dd1655c579
* README: updated the policy on private mail answers * relaxng.c: more work on Relax-NG * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
<element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<attribute name="name"/>
|
|
<attribute name="email"/>
|
|
<attribute name="preferredFormat">
|
|
<choice>
|
|
<value type="string">html</value>
|
|
<value type="string">text</value>
|
|
</choice>
|
|
</attribute>
|
|
</element>
|