Imported Upstream version 2.8.0
[platform/upstream/libxml2.git] / test / relaxng / tutor6_3.rng
1 <element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
2   <attribute name="name"/>
3   <attribute name="email"/>
4   <attribute name="preferredFormat">
5     <choice>
6       <value type="string">html</value>
7       <value type="string">text</value>
8     </choice>
9   </attribute>
10 </element>