summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/choice/test-000.xml
blob: 39b9614158d00f10d96fac10d6d30a3e86522cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<t:root xmlns:t="test"
        xmlns:o="other"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <choice>
    <a>a</a>

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

  <choice>
    <c>c</c>
    <d>d</d>

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

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

  <choice>
    <c>c</c>
    <d>d</d>

    <d>d</d>

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

</t:root>