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

  <base><a>a</a><fund>1</fund></base>
  <base xsi:type="t:derived1"><a>a</a><fund>1</fund><b>b</b></base>
  <base xsi:type="t:derived2"><a>a</a><fund>1</fund><c>c1</c><c>c2</c></base>

</t:root>