xref: /aosp_15_r20/external/libxml2/test/relaxng/tutor12_1.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:a="http://www.example.com/annotation">
2*7c568831SAndroid Build Coastguard Worker  <zeroOrMore>
3*7c568831SAndroid Build Coastguard Worker    <element name="card">
4*7c568831SAndroid Build Coastguard Worker      <a:documentation>Information about a single email address.</a:documentation>
5*7c568831SAndroid Build Coastguard Worker      <element name="name">
6*7c568831SAndroid Build Coastguard Worker        <text/>
7*7c568831SAndroid Build Coastguard Worker      </element>
8*7c568831SAndroid Build Coastguard Worker      <element name="email">
9*7c568831SAndroid Build Coastguard Worker        <text/>
10*7c568831SAndroid Build Coastguard Worker      </element>
11*7c568831SAndroid Build Coastguard Worker    </element>
12*7c568831SAndroid Build Coastguard Worker  </zeroOrMore>
13*7c568831SAndroid Build Coastguard Worker</element>
14