mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-10 08:58:16 +03:00
* 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
263 B
Plaintext
11 lines
263 B
Plaintext
<element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<attribute name="name"/>
|
|
<attribute name="email"/>
|
|
<attribute name="preferredFormat">
|
|
<choice>
|
|
<value>html</value>
|
|
<value>text</value>
|
|
</choice>
|
|
</attribute>
|
|
</element>
|