summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/same-type/test.xml
blob: f8b6d1e713a94930059e5f320dd89073a0db7850 (plain)
1
2
3
4
5
6
7
8
9
10
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <t:base><a>a1</a></t:base>
  <t:derived><a>a2</a></t:derived>
  <t:base xsi:type="t:base"><a>a3</a></t:base>
  <t:derived xsi:type="t:base"><a>a4</a></t:derived>

</t:root>