summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/choice/test-003.xml
blob: ba15c7ec1c213ebec2e3b2ab34ccfcdce9f62f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>
  </choice>

</t:root>