aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/any-type/test-000.std
blob: b57b9eaf3f358ed62c26782383f352fa8f409448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <t:any/>
  <t:any/>
  <t:base x="abc">
    <a>123</a>
    <b>abc</b>
  </t:base>
  <t:any xsi:type="t:derived" x="xyz">
    <a>123</a>
    <b>abc</b>
    <c>9</c>
    <c>8</c>
    <c>7</c>
  </t:any>
</t:root>