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

  <!-- required b is not present (invalid) -->
  <all>
    <a>a</a>
    <c>c</c>
  </all>

</t:root>