summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/src/main/resources/dynamicTypesFromSchema1.xml
blob: f7f059fc21cac626c9b8c1c530fc1e31c374b970 (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
<?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>