summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml
blob: 9231f057cfd7b8223731d78784bc960de08a0249 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<!--
 *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 -->
<dtfs:testElement0 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:dtfs="http://www.example.com/dynamicTypesFromSchema"
    xsi:schemaLocation="http://www.example.com/dynamicTypesFromSchema dynamicTypesFromSchema.xsd">
  <string>This is a string.  Multiple spaces are preserved.</string>
  <boolean>true</boolean>
  <boolean>false</boolean>
  <boolean>true</boolean>
  <boolean>1</boolean>
  <boolean>0</boolean>
  <decimal>-1.23</decimal>
  <decimal>12678967.543233</decimal>
  <decimal>+100000.00</decimal>
  <decimal>210</decimal>
  <float>0</float>
  <float>-0</float>
<!--  <float>INF</float> -->
  <float>NaN</float>
<!--  <float>-INF</float> -->
  <float>-1E4</float>
  <float>1267.43233E12</float>
  <float>12.78e-2</float>
  <float>12</float>
  <double>0</double>
  <double>-0</double>
<!--  <double>INF</double> -->
  <double>NaN</double>
<!--  <double>-INF</double> -->
  <double>-1E4</double>
  <double>1267.43233E200</double>
  <double>12.78e-150</double>
  <double>12</double>
  <duration>P1Y2M3DT10H30M5S</duration>
  <duration>-P120D</duration>
  <dateTime>1999-05-31T13:20:00-05:00</dateTime>
  <dateTime>2000-01-20T12:00:00</dateTime>
  <dateTime>2000-01-20T12:00:00Z</dateTime>
  <time>13:20:00-05:00</time>
  <time>12:00:00</time>
  <time>12:00:00Z</time>
  <date>2007-02-01</date>
  <date>1990-12-31</date>
  <date>1990-12-31-05:00</date>
  <date>1990-12-31Z</date>
  <gYearMonth>1990-12</gYearMonth>
  <gYearMonth>1990-12-05:00</gYearMonth>
  <gYearMonth>1990-12Z</gYearMonth>
  <gYear>1990</gYear>
  <gYear>1990-05:00</gYear>
  <gYear>1990Z</gYear>
  <gMonthDay>--12-31</gMonthDay>
  <gMonthDay>--12-31-05:00</gMonthDay>
  <gMonthDay>--12-31Z</gMonthDay>
  <gDay>---31</gDay>
  <gDay>---31-05:00</gDay>
  <gDay>---31Z</gDay>
  <gMonth>--12--</gMonth>
  <gMonth>--12---05:00</gMonth>
  <gMonth>--12--Z</gMonth>
  <hexBinary>0FB7</hexBinary>
  <base64Binary>GpM7</base64Binary>
  <anyURI>http://www.example.com/dynamicTypesFromSchema</anyURI>
</dtfs:testElement0>