summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/src/main/resources/complexType/cT_28.xsd
blob: 2a0bfb773220b788eb961266706767a3b4805049 (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
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you 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.
 -->
<!-- complexType containing an element for each supported data type -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com/xsd/28/">
    <xs:complexType name="cT_28">
        <xs:sequence>
            <xs:element name="type_anySimpleType" type="xs:anySimpleType" />
            <xs:element name="type_anyType" type="xs:anyType" />
            <xs:element name="type_anyURI" type="xs:anyURI" />
            <xs:element name="type_base64Binary" type="xs:base64Binary" />
            <xs:element name="type_boolean" type="xs:boolean" />
            <xs:element name="type_byte" type="xs:byte" />
            <xs:element name="type_date" type="xs:date" />
            <xs:element name="type_dateTime" type="xs:dateTime" />
            <xs:element name="type_decimal" type="xs:decimal" />
            <xs:element name="type_double" type="xs:double" />
            <xs:element name="type_duration" type="xs:duration" />
            <xs:element name="type_ENTITIES" type="xs:ENTITIES" />
            <xs:element name="type_ENTITY" type="xs:ENTITY" />
            <xs:element name="type_float" type="xs:float" />
            <xs:element name="type_gDay" type="xs:gDay" />
            <xs:element name="type_gMonth" type="xs:gMonth" />
            <xs:element name="type_gMonthDay" type="xs:gMonthDay" />
            <xs:element name="type_gYear" type="xs:gYear" />
            <xs:element name="type_gYearMonth" type="xs:gYearMonth" />
            <xs:element name="type_hexBinary" type="xs:hexBinary" />
            <xs:element name="type_ID" type="xs:ID" />
            <xs:element name="type_IDREF" type="xs:IDREF" />
            <xs:element name="type_IDREFS" type="xs:IDREFS" />
            <xs:element name="type_int" type="xs:int" />
            <xs:element name="type_integer" type="xs:integer" />
            <xs:element name="type_language" type="xs:language" />
            <xs:element name="type_long" type="xs:long" />
            <xs:element name="type_Name" type="xs:Name" />
            <xs:element name="type_NCName" type="xs:NCName" />
            <xs:element name="type_negativeInteger" type="xs:negativeInteger" />
            <xs:element name="type_NMTOKEN" type="xs:NMTOKEN" />
            <xs:element name="type_NMTOKENS" type="xs:NMTOKENS" />
            <xs:element name="type_nonNegativeInteger" type="xs:nonNegativeInteger" />
            <xs:element name="type_nonPositiveInteger" type="xs:nonPositiveInteger" />
            <xs:element name="type_QName" type="xs:QName" />
            <xs:element name="type_positiveInteger" type="xs:positiveInteger" />
            <xs:element name="type_short" type="xs:short" />
            <xs:element name="type_string" type="xs:string" />
            <xs:element name="type_time" type="xs:time" />
            <xs:element name="type_token" type="xs:token" />
            <xs:element name="type_unsignedByte" type="xs:unsignedByte" />
            <xs:element name="type_unsignedInt" type="xs:unsignedInt" />
            <xs:element name="type_unsignedLong" type="xs:unsignedLong" />
            <xs:element name="type_unsignedShort" type="xs:unsignedShort" />
        </xs:sequence>
    </xs:complexType>
</xs:schema>