xref: /aosp_15_r20/external/libxml2/test/relaxng/tutor11_2.rng (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<element name="card" ns="http://www.example.com"
2*7c568831SAndroid Build Coastguard Worker         xmlns="http://relaxng.org/ns/structure/1.0">
3*7c568831SAndroid Build Coastguard Worker  <zeroOrMore>
4*7c568831SAndroid Build Coastguard Worker    <attribute>
5*7c568831SAndroid Build Coastguard Worker      <anyName>
6*7c568831SAndroid Build Coastguard Worker        <except>
7*7c568831SAndroid Build Coastguard Worker          <nsName/>
8*7c568831SAndroid Build Coastguard Worker          <nsName ns=""/>
9*7c568831SAndroid Build Coastguard Worker        </except>
10*7c568831SAndroid Build Coastguard Worker      </anyName>
11*7c568831SAndroid Build Coastguard Worker    </attribute>
12*7c568831SAndroid Build Coastguard Worker  </zeroOrMore>
13*7c568831SAndroid Build Coastguard Worker  <text/>
14*7c568831SAndroid Build Coastguard Worker</element>
15