summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/prefix/test.xml
blob: b6d0dd6cbeca3b3d3c6f60c80a083462c2062f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<t:root xmlns:t="test"
        xmlns:f="foo"
	xmlns:b="bar"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <a b:abar="456">
    <f:efoo>123</f:efoo>
  </a>

  <b>
    <b:derived><x>1</x><y>2</y></b:derived>
  </b>

  <c>
    <f:base xsi:type="b:derived2"><x>1</x><z>2</z></f:base>
  </c>

</t:root>