summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/float/test.xml
blob: e5124a42ef46d730fff1f217cbe334626d7df848 (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
29
30
31
32
33
34
35
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd"
        f="0.0" do="0.0" de="0.0">

  <float>0.0</float>
  <float>1.0</float>
  <float>1000000.0</float>
  <float>0.0000001</float>
  <float-list>0.0 1.0 1000000.0 0.0000001</float-list>

  <double>0.0</double>
  <double>1.0</double>
  <double>100000000000000.0</double>
  <double>0.000000000000001</double>
  <double-list>0.0 1.0 100000000000000.0 0.000000000000001</double-list>

  <decimal>0.0</decimal>
  <decimal>1.0</decimal>
  <decimal>10000</decimal>
  <decimal>100000000000000.0</decimal>
  <decimal>0.000000000000001</decimal>
  <decimal-list>0.0 1.0 100000000000000.0 0.000000000000001</decimal-list>

  <simple>0.0</simple>
  <simple>1.0</simple>
  <simple>12.34</simple>
  <simple>0.12</simple>

  <complex>0.0</complex>
  <complex>1.0</complex>
  <complex>12.34</complex>
  <complex>0.12</complex>

</t:root>