summaryrefslogtreecommitdiffstats
path: root/interop/src/main/resources/interop50.xsd
blob: 0330613381b9c27b6ece9dfae1390cce230d8234 (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
71
72
73
74
75
76
77
78
79
<?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.
 -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
        targetNamespace="http://www.apache.org/tuscany/interop" 
        xmlns:tns="http://www.apache.org/tuscany/interop">   

<notation name="interop50" public="commonj.sdo"/>
                
  <element name="RootElement50">
    <complexType>
      <sequence>
        <element name="anySimpleType" type="anySimpleType" maxOccurs="unbounded"/>
        <element name="anyType" type="anyType" maxOccurs="unbounded"/>
        <element name="anyURI" type="anyURI" maxOccurs="unbounded"/>
        <element name="base64Binary" type="base64Binary" maxOccurs="unbounded"/>
        <element name="boolean" type="boolean" maxOccurs="unbounded"/>
        <element name="byte" type="byte" maxOccurs="unbounded"/>
        <element name="date" type="date" maxOccurs="unbounded"/>
        <element name="dateTime" type="dateTime" maxOccurs="unbounded"/>
        <element name="decimal" type="decimal" maxOccurs="unbounded"/>
        <element name="double" type="double" maxOccurs="unbounded"/>
        <element name="duration" type="duration" maxOccurs="unbounded"/>
        <element name="float" type="float" maxOccurs="unbounded"/>
        <element name="gDay" type="gDay" maxOccurs="unbounded"/>
        <element name="gMonth" type="gMonth" maxOccurs="unbounded"/>
        <element name="gMonthDay" type="gMonthDay" maxOccurs="unbounded"/>
        <element name="gYear" type="gYear" maxOccurs="unbounded"/>
        <element name="gYearMonth" type="gYearMonth" maxOccurs="unbounded"/>
        <element name="hexBinary" type="hexBinary" maxOccurs="unbounded"/>
        <element name="ID" type="ID" maxOccurs="unbounded"/>
        <element name="IDREF" type="IDREF" maxOccurs="unbounded"/>
        <element name="IDREFS" type="IDREFS" maxOccurs="unbounded"/>
        <element name="int" type="int" maxOccurs="unbounded"/>
        <element name="integer" type="integer" maxOccurs="unbounded"/>
        <element name="language" type="language" maxOccurs="unbounded"/>
        <element name="long" type="long" maxOccurs="unbounded"/>
        <element name="Name" type="Name" maxOccurs="unbounded"/>
        <element name="NCName" type="NCName" maxOccurs="unbounded"/>
        <element name="negativeInteger" type="negativeInteger" maxOccurs="unbounded"/>
        <element name="NMTOKEN" type="NMTOKEN" maxOccurs="unbounded"/>
        <element name="NMTOKENS" type="NMTOKENS" maxOccurs="unbounded"/>
        <element name="nonNegativeInteger" type="nonNegativeInteger" maxOccurs="unbounded"/>
        <element name="nonPositiveInteger" type="nonPositiveInteger" maxOccurs="unbounded"/>
        <element name="normalizedString" type="normalizedString" maxOccurs="unbounded"/>
        <element name="NOTATION"  maxOccurs="unbounded">
          <simpleType >
            <restriction base="NOTATION">
              <enumeration value="tns:interop50"/>
            </restriction>
          </simpleType>
        </element>
        <element name="positiveInteger" type="positiveInteger" maxOccurs="unbounded"/>
        <element name="QName" type="QName" maxOccurs="unbounded"/>
        <element name="short" type="short" maxOccurs="unbounded"/>
        <element name="string" type="string" maxOccurs="unbounded"/>
        <element name="time" type="time" maxOccurs="unbounded"/>
        <element name="token" type="token" maxOccurs="unbounded"/>
        <element name="unsignedByte" type="unsignedByte" maxOccurs="unbounded"/>
        <element name="unsignedInt" type="unsignedInt" maxOccurs="unbounded"/>
        <element name="unsignedLong" type="unsignedLong" maxOccurs="unbounded"/>
        <element name="unsignedShort" type="unsignedShort" maxOccurs="unbounded"/>
      </sequence>
    </complexType>
  </element>
</schema>