summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/choice/test-002.xml
blob: 3b7e663681d4fa456e0ef4d4d16bc2ef36f7eee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<t:root xmlns:t="test"
        xmlns:o="other"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <!-- invalid -->
  <choice>
    <c>c</c>
    <d>d</d>

    <o:any>any</o:any>

    <a>a</a>
    <b>b</b>
  </choice>

</t:root>