summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml')
-rw-r--r--sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml b/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml
new file mode 100644
index 0000000000..f7f059fc21
--- /dev/null
+++ b/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml
@@ -0,0 +1,62 @@
+<?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:testElement1
+ 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">
+ <normalizedString>a string without CR or TAB characters</normalizedString>
+ <token>a normalizedString without leading or trailing or multiple internal blanks</token>
+ <language>en-US</language>
+ <NMTOKEN>a-sequeunce:of.XML_NameChar_characters</NMTOKEN>
+ <NMTOKENS>one or more NMTOKEN items separated with single spaces</NMTOKENS>
+ <Name>A_letter_underscore_or_colon_optionally_followed_by_NameChar_characters</Name>
+ <NCName>a_Name_without_colons</NCName>
+ <ID>an_NCName_for_ID_attribute</ID>
+ <IDREF>an_NCName_for_ID_attribute</IDREF>
+ <IDREFS>an_NCName_for_ID_attribute an_NCName_for_ID_attribute</IDREFS>
+ <integer>92233720368547758079223372036854775807</integer>
+ <integer>0</integer>
+ <integer>-92233720368547758089223372036854775808</integer>
+ <nonPositiveInteger>0</nonPositiveInteger>
+ <nonPositiveInteger>-92233720368547758089223372036854775808</nonPositiveInteger>
+ <negativeInteger>-1</negativeInteger>
+ <negativeInteger>-92233720368547758089223372036854775808</negativeInteger>
+ <long>9223372036854775807</long>
+ <long>0</long>
+ <long>-9223372036854775808</long>
+ <int>2147483647</int>
+ <int>1</int>
+ <int>-2147483648</int>
+ <short>32767</short>
+ <short>0</short>
+ <short>-32768</short>
+ <byte>127</byte>
+ <byte>0</byte>
+ <byte>-128</byte>
+ <nonNegativeInteger>92233720368547758079223372036854775807</nonNegativeInteger>
+ <nonNegativeInteger>0</nonNegativeInteger>
+ <unsignedLong>18446744073709551615</unsignedLong>
+ <unsignedLong>0</unsignedLong>
+ <unsignedInt>4294967295</unsignedInt>
+ <unsignedInt>0</unsignedInt>
+ <unsignedShort>65535</unsignedShort>
+ <unsignedShort>0</unsignedShort>
+ <unsignedByte>255</unsignedByte>
+ <unsignedByte>0</unsignedByte>
+ <positiveInteger>92233720368547758079223372036854775807</positiveInteger>
+ <positiveInteger>1</positiveInteger>
+</dtfs:testElement1>