Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #464: wsa.xsd

File wsa.xsd, 5.2 kB (added by user, 9 months ago)
Line 
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 BEA Systems Inc. and IBM Corporation and Microsoft Corporation. All rights reserved.
39
40 -->
41 <xs:schema targetNamespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" blockDefault="#all">
42
43    <!-- //////////////////// WS-Addressing //////////////////// -->
44         <!-- Endpoint reference -->
45         <xs:element name="EndpointReference" type="wsa:EndpointReferenceType"/>
46         <xs:complexType name="EndpointReferenceType">
47                 <xs:sequence>
48                         <xs:element name="Address" type="wsa:AttributedURI"/>
49                         <xs:element name="ReferenceProperties" type="wsa:ReferencePropertiesType" minOccurs="0"/>
50                         <xs:element name="PortType" type="wsa:AttributedQName" minOccurs="0"/>
51                         <xs:element name="ServiceName" type="wsa:ServiceNameType" minOccurs="0"/>
52                         <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
53                                 <xs:annotation>
54                                         <xs:documentation>If "Policy" elements from namespace "http://schemas.xmlsoap.org/ws/2002/12/policy#policy" are used, they must appear first (before any extensibility elements).</xs:documentation>
55                                 </xs:annotation>
56                         </xs:any>                       
57                 </xs:sequence>
58                 <xs:anyAttribute namespace="##other" processContents="lax"/>
59         </xs:complexType>
60         <xs:complexType name="ReferencePropertiesType">
61                 <xs:sequence>
62                         <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
63                 </xs:sequence>
64         </xs:complexType>
65         <xs:complexType name="ServiceNameType">
66                 <xs:simpleContent>
67                         <xs:extension base="xs:QName">
68                                 <xs:attribute name="PortName" type="xs:NCName"/>
69                                 <xs:anyAttribute namespace="##other" processContents="lax"/>
70                         </xs:extension>
71                 </xs:simpleContent>
72         </xs:complexType>
73         <!-- Message information header blocks -->
74         <xs:element name="MessageID" type="wsa:AttributedURI"/>
75         <xs:element name="RelatesTo" type="wsa:Relationship"/>
76         <xs:element name="To" type="wsa:AttributedURI"/>
77         <xs:element name="Action" type="wsa:AttributedURI"/>
78         <xs:element name="From" type="wsa:EndpointReferenceType"/>
79         <xs:element name="ReplyTo" type="wsa:EndpointReferenceType"/>
80         <xs:element name="FaultTo" type="wsa:EndpointReferenceType"/>
81         <xs:element name="Recipient" 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:Response"/>
93                 </xs:restriction>
94         </xs:simpleType>
95         <!-- Common declarations and definitions -->
96         <xs:complexType name="AttributedQName">
97                 <xs:simpleContent>
98                         <xs:extension base="xs:QName">
99                                 <xs:anyAttribute namespace="##other" processContents="lax"/>
100                         </xs:extension>
101                 </xs:simpleContent>
102         </xs:complexType>
103         <xs:complexType name="AttributedURI">
104                 <xs:simpleContent>
105                         <xs:extension base="xs:anyURI">
106                                 <xs:anyAttribute namespace="##other" processContents="lax"/>
107                         </xs:extension>
108                 </xs:simpleContent>
109         </xs:complexType>
110 </xs:schema>