summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/all/test-003.xml
blob: b147cba9504236844c0f50adffa215cfcd41ae93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <!-- invalid -->
  <all>
   <a>a</a>
   <b>b</b>
   <a>a</a>
  </all>

</t:root>