xref: /aosp_15_r20/external/libxml2/test/relaxng/table.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<grammar xmlns="http://relaxng.org/ns/structure/1.0">
2*7c568831SAndroid Build Coastguard Worker
3*7c568831SAndroid Build Coastguard Worker<define name="cell.content">
4*7c568831SAndroid Build Coastguard Worker  <notAllowed/>
5*7c568831SAndroid Build Coastguard Worker</define>
6*7c568831SAndroid Build Coastguard Worker
7*7c568831SAndroid Build Coastguard Worker<start>
8*7c568831SAndroid Build Coastguard Worker  <element name="table">
9*7c568831SAndroid Build Coastguard Worker    <oneOrMore>
10*7c568831SAndroid Build Coastguard Worker      <element name="tr">
11*7c568831SAndroid Build Coastguard Worker        <oneOrMore>
12*7c568831SAndroid Build Coastguard Worker	  <element name="td">
13*7c568831SAndroid Build Coastguard Worker	    <ref name="cell.content"/>
14*7c568831SAndroid Build Coastguard Worker	  </element>
15*7c568831SAndroid Build Coastguard Worker        </oneOrMore>
16*7c568831SAndroid Build Coastguard Worker      </element>
17*7c568831SAndroid Build Coastguard Worker    </oneOrMore>
18*7c568831SAndroid Build Coastguard Worker  </element>
19*7c568831SAndroid Build Coastguard Worker</start>
20*7c568831SAndroid Build Coastguard Worker
21*7c568831SAndroid Build Coastguard Worker</grammar>
22