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