xref: /aosp_15_r20/external/libxml2/test/relaxng/tutor6_3.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<element name="card" xmlns="http://relaxng.org/ns/structure/1.0">
2*7c568831SAndroid Build Coastguard Worker  <attribute name="name"/>
3*7c568831SAndroid Build Coastguard Worker  <attribute name="email"/>
4*7c568831SAndroid Build Coastguard Worker  <attribute name="preferredFormat">
5*7c568831SAndroid Build Coastguard Worker    <choice>
6*7c568831SAndroid Build Coastguard Worker      <value type="string">html</value>
7*7c568831SAndroid Build Coastguard Worker      <value type="string">text</value>
8*7c568831SAndroid Build Coastguard Worker    </choice>
9*7c568831SAndroid Build Coastguard Worker  </attribute>
10*7c568831SAndroid Build Coastguard Worker</element>
11