• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/test/relaxng/
1<element name="card" ns="http://www.example.com"
2         xmlns="http://relaxng.org/ns/structure/1.0">
3  <zeroOrMore>
4    <attribute>
5      <anyName>
6        <except>
7          <nsName/>
8          <nsName ns=""/>
9        </except>
10      </anyName>
11    </attribute>
12  </zeroOrMore>
13  <text/>
14</element>
15