summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/restriction/test-002.xml
blob: eb7684c5792ba66a51b86bfa3d49a8fb4a4117fe (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">

  <!-- valid base but not restriction: z attribute -->
  <restriction-a>
    <a>a</a>
    <b>b</b>
    <c>c</c>
  </restriction-a>

</t:root>