xref: /aosp_15_r20/external/libxml2/test/relaxng/710744.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*7c568831SAndroid Build Coastguard Worker<grammar xmlns="http://relaxng.org/ns/structure/1.0">
3*7c568831SAndroid Build Coastguard Worker  <start>
4*7c568831SAndroid Build Coastguard Worker    <element name="test" ns="http://example.com/1/">
5*7c568831SAndroid Build Coastguard Worker      <zeroOrMore>
6*7c568831SAndroid Build Coastguard Worker        <attribute>
7*7c568831SAndroid Build Coastguard Worker          <choice>
8*7c568831SAndroid Build Coastguard Worker            <nsName ns="http://example.com/1/"/>
9*7c568831SAndroid Build Coastguard Worker            <nsName ns="http://example.com/2/"/>
10*7c568831SAndroid Build Coastguard Worker          </choice>
11*7c568831SAndroid Build Coastguard Worker          <text/>
12*7c568831SAndroid Build Coastguard Worker        </attribute>
13*7c568831SAndroid Build Coastguard Worker      </zeroOrMore>
14*7c568831SAndroid Build Coastguard Worker    </element>
15*7c568831SAndroid Build Coastguard Worker  </start>
16*7c568831SAndroid Build Coastguard Worker</grammar>
17