summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema2.xml')
-rw-r--r--sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema2.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema2.xml b/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema2.xml
new file mode 100644
index 0000000000..f13f9554fc
--- /dev/null
+++ b/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema2.xml
@@ -0,0 +1,47 @@
+<?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:testElement2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:dtfs="http://www.example.com/dynamicTypesFromSchema"
+ xmlns:notest="http://www.example.com/notChecked"
+ xsi:schemaLocation="http://www.example.com/dynamicTypesFromSchema dynamicTypesFromSchema.xsd">
+ <smallBigDecimal>99999999.88</smallBigDecimal>
+ <smallBigInteger>8888888888</smallBigInteger>
+ <smallInt>77</smallInt>
+ <wierdNumber>1111</wierdNumber>
+ <smallOddNumber>3</smallOddNumber>
+ <headerValue xsi:nil="true"/>
+ <overallStatus xsi:nil="true"/>
+ <addresses ip="IP.255.255.255.0"/>
+ <addresses ip="IP.255.255.255.1"/>
+ <addresses ip="IP.255.255.255.255"/>
+ <components from="IP.255.255.255.255" status="Good" to="IP.255.255.255.255"/>
+ <components from="IP.255.255.255.255" status="Indifferent" to="IP.255.255.255.0"/>
+ <components cc="IP.255.255.255.1" from="IP.255.255.255.255" status="Bad"
+ to="IP.255.255.255.255"/>
+ <components bcc="IP.255.255.255.1" from="IP.255.255.255.255" status="unspecified"
+ to="IP.255.255.255.255"/>
+ <item>IP.255.255.255.0</item>
+ <items>IP.255.255.255.1</items>
+ <items>IP.255.255.255.255</items>
+ <cluster>IP.255.255.255.0 IP.255.255.255.1</cluster>
+ <clusters>IP.255.255.255.0 IP.255.255.255.1</clusters>
+ <clusters>IP.255.255.255.0 IP.255.255.255.1</clusters>
+ <statusOrMonthList>1 5 12</statusOrMonthList>
+ <statusOrMonthList>Indifferent</statusOrMonthList>
+ <dtfs:nCName>A_Non_Colon_Name</dtfs:nCName>
+ <notest:otherTag statusOrMonthList="1 7 25">The testing of this element is lax.</notest:otherTag>
+</dtfs:testElement2>