~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/WS/.svn/text-base/WS-Addressing04.xsd.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!-- 
3
 
 
4
 
Legal Disclaimer
5
 
 
6
 
The presentation, distribution or other dissemination of the information 
7
 
contained in this document is not a license, either expressly or impliedly, 
8
 
to any intellectual property owned or controlled by BEA or IBM or Microsoft
9
 
and\or any other third party.  BEA and IBM and Microsoft and\or any other
10
 
third party may have patents, patent applications, trademarks, copyrights, 
11
 
or other intellectual property rights covering subject matter in this 
12
 
document.  The furnishing of this document does not give you any license 
13
 
to BEA's and IBM's and Microsoft's or any other third party's patents, 
14
 
trademarks, copyrights, or other intellectual property.
15
 
 
16
 
This document and the information contained herein is provided on an "AS IS"
17
 
basis and to the maximum extent permitted by applicable law, BEA and IBM 
18
 
and Microsoft provide the document AS IS AND WITH ALL FAULTS, and hereby 
19
 
disclaims all other warranties and conditions, either express, implied or 
20
 
statutory, including, but not limited to, any (if any) implied warranties, 
21
 
duties or conditions of merchantability, of fitness for a particular 
22
 
purpose, of accuracy or completeness of responses, of results, of 
23
 
workmanlike effort, of lack of viruses, and of lack of negligence, all with
24
 
regard to the document. ALSO, THERE IS NO WARRANTY OR CONDITION OF 
25
 
TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR 
26
 
NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS WITH REGARD TO THE 
27
 
DOCUMENT.
28
 
 
29
 
IN NO EVENT WILL BEA or IBM or MICROSOFT BE LIABLE TO ANY OTHER PARTY FOR THE
30
 
COST OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE, 
31
 
LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR SPECIAL 
32
 
DAMAGES WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE, ARISING IN ANY 
33
 
WAY OUT OF THIS OR ANY OTHER AGREEMENT RELATING TO THIS DOCUMENT, WHETHER OR 
34
 
NOT SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
35
 
 
36
 
Copyright Notice
37
 
 
38
 
Copyright 2003,2004 BEA Systems Inc. and IBM Corporation and Microsoft Corporation. All rights reserved.
39
 
 
40
 
-->
41
 
<xs:schema targetNamespace="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" elementFormDefault="qualified" blockDefault="#all">
42
 
  <!-- //////////////////// WS-Addressing //////////////////// -->
43
 
  <!-- Endpoint reference -->
44
 
  <xs:element name="EndpointReference" type="wsa:EndpointReferenceType"/>
45
 
  <xs:complexType name="EndpointReferenceType">
46
 
    <xs:sequence>
47
 
      <xs:element name="Address" type="wsa:AttributedURI"/>
48
 
      <xs:element name="ReferenceProperties" type="wsa:ReferencePropertiesType" minOccurs="0"/>
49
 
      <xs:element name="PortType" type="wsa:AttributedQName" minOccurs="0"/>
50
 
      <xs:element name="ServiceName" type="wsa:ServiceNameType" minOccurs="0"/>
51
 
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
52
 
        <xs:annotation>
53
 
          <xs:documentation>
54
 
                                         If "Policy" elements from namespace "http://schemas.xmlsoap.org/ws/2002/12/policy#policy" are used, they must appear first (before any extensibility elements).
55
 
                                        </xs:documentation>
56
 
        </xs:annotation>
57
 
      </xs:any>
58
 
    </xs:sequence>
59
 
    <xs:anyAttribute namespace="##other" processContents="lax"/>
60
 
  </xs:complexType>
61
 
  <xs:complexType name="ReferencePropertiesType">
62
 
    <xs:sequence>
63
 
      <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
64
 
    </xs:sequence>
65
 
  </xs:complexType>
66
 
  <xs:complexType name="ServiceNameType">
67
 
    <xs:simpleContent>
68
 
      <xs:extension base="xs:QName">
69
 
        <xs:attribute name="PortName" type="xs:NCName"/>
70
 
        <xs:anyAttribute namespace="##other" processContents="lax"/>
71
 
      </xs:extension>
72
 
    </xs:simpleContent>
73
 
  </xs:complexType>
74
 
  <!-- Message information header blocks -->
75
 
  <xs:element name="MessageID" type="wsa:AttributedURI"/>
76
 
  <xs:element name="RelatesTo" type="wsa:Relationship"/>
77
 
  <xs:element name="To" type="wsa:AttributedURI"/>
78
 
  <xs:element name="Action" type="wsa:AttributedURI"/>
79
 
  <xs:element name="From" type="wsa:EndpointReferenceType"/>
80
 
  <xs:element name="ReplyTo" type="wsa:EndpointReferenceType"/>
81
 
  <xs:element name="FaultTo" type="wsa:EndpointReferenceType"/>
82
 
  <xs:complexType name="Relationship">
83
 
    <xs:simpleContent>
84
 
      <xs:extension base="xs:anyURI">
85
 
        <xs:attribute name="RelationshipType" type="xs:QName" use="optional"/>
86
 
        <xs:anyAttribute namespace="##other" processContents="lax"/>
87
 
      </xs:extension>
88
 
    </xs:simpleContent>
89
 
  </xs:complexType>
90
 
  <xs:simpleType name="RelationshipTypeValues">
91
 
    <xs:restriction base="xs:QName">
92
 
      <xs:enumeration value="wsa:Reply"/>
93
 
    </xs:restriction>
94
 
  </xs:simpleType>
95
 
  <xs:element name="ReplyAfter"/>
96
 
  <xs:complexType name="ReplyAfterType">
97
 
    <xs:simpleContent>
98
 
      <xs:extension base="xs:nonNegativeInteger">
99
 
        <xs:anyAttribute namespace="##other"/>
100
 
      </xs:extension>
101
 
    </xs:simpleContent>
102
 
  </xs:complexType>
103
 
  <xs:simpleType name="FaultSubcodeValues">
104
 
    <xs:restriction base="xs:QName">
105
 
      <xs:enumeration value="wsa:InvalidMessageInformationHeader"/>
106
 
      <xs:enumeration value="wsa:MessageInformationHeaderRequired"/>
107
 
      <xs:enumeration value="wsa:DestinationUnreachable"/>
108
 
      <xs:enumeration value="wsa:ActionNotSupported"/>
109
 
      <xs:enumeration value="wsa:EndpointUnavailable"/>
110
 
    </xs:restriction>
111
 
  </xs:simpleType>
112
 
  <xs:attribute name="Action" type="xs:anyURI"/>
113
 
  <!-- Common declarations and definitions -->
114
 
  <xs:complexType name="AttributedQName">
115
 
    <xs:simpleContent>
116
 
      <xs:extension base="xs:QName">
117
 
        <xs:anyAttribute namespace="##other" processContents="lax"/>
118
 
      </xs:extension>
119
 
    </xs:simpleContent>
120
 
  </xs:complexType>
121
 
  <xs:complexType name="AttributedURI">
122
 
    <xs:simpleContent>
123
 
      <xs:extension base="xs:anyURI">
124
 
        <xs:anyAttribute namespace="##other" processContents="lax"/>
125
 
      </xs:extension>
126
 
    </xs:simpleContent>
127
 
  </xs:complexType>
128
 
</xs:schema>