summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/ostream/test.xml
blob: 5409d2ab8b431e54ae74dcfab37bff880301b0b5 (plain)
1
2
3
4
5
6
7
8
9
10
<root xmlns="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="derived1"><a>a</a><fund>1</fund><b>b</b></base>
  <base xsi:type="derived2"><a>a</a><fund>1</fund><c>c1</c><c>c2</c></base>
  <derived3><a>a</a><fund>1</fund><d>d1</d><d>d2</d></derived3>

</root>