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

  <int-string-union/>
  <int-string-union> </int-string-union>
  <int-string-union>one</int-string-union>
  <int-string-union>1</int-string-union>

</t:root>