aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/enumeration/test-000.xml
blob: b43342ecd1fb0e12771d43e552e399a4a7b682ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <base xsi:type="t:derived">a</base>
  <base xsi:type="t:derived">b</base>

  <simple>a</simple>
  <simple>b</simple>

  <simple xsi:type="t:interm">b</simple>
  <simple xsi:type="t:final">c</simple>
  <simple xsi:type="t:complex" x="c">c</simple>

</t:root>