summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml')
-rw-r--r--sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml78
1 files changed, 78 insertions, 0 deletions
diff --git a/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml b/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml
new file mode 100644
index 0000000000..9231f057cf
--- /dev/null
+++ b/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema0.xml
@@ -0,0 +1,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>