aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/any-type/test-000.xml
blob: 7a6563cc33a9d8db9ddc4dfcccc54fdac594abc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <t:any>
    <x>abc</x>
    junk
    <y>123</y>
  </t:any>

  <t:any1>
    <x>abc</x>
    junk
    <y>123</y>
  </t:any1>

  <t:base x="abc">
    <a>123</a>
    <b>abc</b>
  </t:base>

  <t:any x="xyz" xsi:type="t:derived">
    <a>123</a>
    <b>abc</b>
    <c>9</c>
    <c>8</c>
    <c>7</c>
  </t:any>

</t:root>