Author: lischke
Date: Thu Feb  3 07:49:06 2005
New Revision: 151166

URL: http://svn.apache.org/viewcvs?view=rev&rev=151166
Log:
updated to put on cvshome repository

Added:
    incubator/hermes/trunk/wse-xbeans/src/wsdl/wsa/
    incubator/hermes/trunk/wse-xbeans/src/wsdl/wsa/addressing-2004_08.xsd
    incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/
    incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.wsdl
    incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.xsd
Removed:
    incubator/hermes/trunk/wse-xbeans/src/wsdl/eventing.wsdl
    incubator/hermes/trunk/wse-xbeans/src/wsdl/eventing.xsd
Modified:
    incubator/hermes/trunk/wse-xbeans/maven.xml
    incubator/hermes/trunk/wse-xbeans/project.xml

Modified: incubator/hermes/trunk/wse-xbeans/maven.xml
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/wse-xbeans/maven.xml?view=diff&r1=151165&r2=151166
==============================================================================
--- incubator/hermes/trunk/wse-xbeans/maven.xml (original)
+++ incubator/hermes/trunk/wse-xbeans/maven.xml Thu Feb  3 07:49:06 2005
@@ -53,7 +53,7 @@
          memoryMaximumSize="192M"
          failonerror="on">
          
-        <fileset dir="${maven.src.dir}/wsdl" />
+        <fileset dir="${maven.src.dir}/wsdl/wse" />
         
       </schemaCompiler>
 

Modified: incubator/hermes/trunk/wse-xbeans/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/wse-xbeans/project.xml?view=diff&r1=151165&r2=151166
==============================================================================
--- incubator/hermes/trunk/wse-xbeans/project.xml (original)
+++ incubator/hermes/trunk/wse-xbeans/project.xml Thu Feb  3 07:49:06 2005
@@ -60,7 +60,19 @@
         <usage>Used to generate XMLBeans</usage>
       </properties>
     </dependency>
-    
+        
+       <dependency>
+           <groupId>apollo</groupId>
+           <artifactId>wsa-xbeans</artifactId>
+           <version>SNAPSHOT</version>
+           <url>http://incubator.apache.org/apollo/</url>
+           <properties>
+               <license>ApacheLicense-2.0.txt</license>
+               <usage>Needed for handling requests. This contains the 
XmlBeans-generated code from the WSA XSDs. This "could" be eliminated and 
generated on the fly, but it would make the builds longer.</usage>
+               <war.bundle>true</war.bundle>
+           </properties>
+       </dependency>
+        
   </dependencies>
 
 </project>

Added: incubator/hermes/trunk/wse-xbeans/src/wsdl/wsa/addressing-2004_08.xsd
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/wse-xbeans/src/wsdl/wsa/addressing-2004_08.xsd?view=auto&rev=151166
==============================================================================
--- incubator/hermes/trunk/wse-xbeans/src/wsdl/wsa/addressing-2004_08.xsd 
(added)
+++ incubator/hermes/trunk/wse-xbeans/src/wsdl/wsa/addressing-2004_08.xsd Thu 
Feb  3 07:49:06 2005
@@ -0,0 +1,133 @@
+<?xml version="1.0"?>
+<!-- 
+Copyright ÃÂ 2002-2004 BEA Systems Inc., International Business Machines 
Corporation, 
+Microsoft Corporation, Inc, SAP AG, and Sun Microsystems, Inc.. All rights 
reserved. 
+
+Permission to copy, display, perform, modify and distribute the WS-Addressing 
Specification, 
+and to authorize others to do the foregoing, in any medium without fee or 
royalty is hereby
+granted for the purpose of developing and evaluating the WS-Addressing 
Specification.
+
+BEA, IBM, Microsoft, SAP AG, and Sun Microsystems (collectively, the 
"Authors") each agree 
+to grant a license to third parties, under royalty-free  and otherwise 
reasonable, 
+non-discriminatory terms and conditions, to their respective essential patent 
claims that
+they deem necessary to implement the WS-Addressing Specification.
+
+DISCLAIMERS:
+
+THE WS-Addressing Specification IS PROVIDED "AS IS", AND THE AUTHORS MAKE NO 
REPRESENTATIONS
+OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES 
OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; 
THAT THE 
+CONTENTS OF THE WS-Addressing Specification IS SUITABLE FOR ANY PURPOSE; NOR 
THAT THE 
+IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, 
COPYRIGHTS, 
+TRADEMARKS OR OTHER RIGHTS.
+
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL 
OR CONSEQUENTIAL 
+DAMAGES ARISING OUT OF ANY USE OF THE WS-Addressing Specification OR THE 
PERFORMANCE OR 
+IMPLEMENTATION OF THE CONTENTS THEREOF.
+
+You may remove these disclaimers from your modified versions of the 
WS-Addressing 
+Specification provided that you effectively disclaim all warranties and 
liabilities on behalf 
+of all copyright holders in the copies of any such modified versions you 
distribute.
+
+The name and trademarks of the Authors may NOT be used in any manner, 
including advertising 
+or publicity pertaining to the WS-Addressing Specification or its contents 
without specific, 
+written prior permission. Title to copyright in the WS-Addressing 
Specification will at all 
+times remain with the Authors.
+
+No other rights are granted by implication, estoppel or otherwise.
+
+-->
+<xs:schema targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
elementFormDefault="qualified" blockDefault="#all">
+  <!-- //////////////////// WS-Addressing //////////////////// -->
+  <!-- Endpoint reference -->
+  <xs:element name="EndpointReference" type="wsa:EndpointReferenceType"/>
+  <xs:complexType name="EndpointReferenceType">
+    <xs:sequence>
+      <xs:element name="Address" type="wsa:AttributedURI"/>
+      <xs:element name="ReferenceProperties" 
type="wsa:ReferencePropertiesType" minOccurs="0"/>
+      <xs:element name="ReferenceParameters" 
type="wsa:ReferenceParametersType" minOccurs="0"/>
+      <xs:element name="PortType" type="wsa:AttributedQName" minOccurs="0"/>
+      <xs:element name="ServiceName" type="wsa:ServiceNameType" minOccurs="0"/>
+      <xs:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded">
+        <xs:annotation>
+          <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>
+        </xs:annotation>
+      </xs:any>
+    </xs:sequence>
+    <xs:anyAttribute namespace="##other" processContents="lax"/>
+  </xs:complexType>
+  <xs:complexType name="ReferencePropertiesType">
+    <xs:sequence>
+      <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+  </xs:complexType>
+  <xs:complexType name="ReferenceParametersType">
+    <xs:sequence>
+      <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+    </xs:sequence>
+  </xs:complexType>
+  <xs:complexType name="ServiceNameType">
+    <xs:simpleContent>
+      <xs:extension base="xs:QName">
+        <xs:attribute name="PortName" type="xs:NCName"/>
+        <xs:anyAttribute namespace="##other" processContents="lax"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+  <!-- Message information header blocks -->
+  <xs:element name="MessageID" type="wsa:AttributedURI"/>
+  <xs:element name="RelatesTo" type="wsa:Relationship"/>
+  <xs:element name="To" type="wsa:AttributedURI"/>
+  <xs:element name="Action" type="wsa:AttributedURI"/>
+  <xs:element name="From" type="wsa:EndpointReferenceType"/>
+  <xs:element name="ReplyTo" type="wsa:EndpointReferenceType"/>
+  <xs:element name="FaultTo" type="wsa:EndpointReferenceType"/>
+  <xs:complexType name="Relationship">
+    <xs:simpleContent>
+      <xs:extension base="xs:anyURI">
+        <xs:attribute name="RelationshipType" type="xs:QName" use="optional"/>
+        <xs:anyAttribute namespace="##other" processContents="lax"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+  <xs:simpleType name="RelationshipTypeValues">
+    <xs:restriction base="xs:QName">
+      <xs:enumeration value="wsa:Reply"/>
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:element name="ReplyAfter" type="wsa:ReplyAfterType"/>
+  <xs:complexType name="ReplyAfterType">
+    <xs:simpleContent>
+      <xs:extension base="xs:nonNegativeInteger">
+        <xs:anyAttribute namespace="##other"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+  <xs:simpleType name="FaultSubcodeValues">
+    <xs:restriction base="xs:QName">
+      <xs:enumeration value="wsa:InvalidMessageInformationHeader"/>
+      <xs:enumeration value="wsa:MessageInformationHeaderRequired"/>
+      <xs:enumeration value="wsa:DestinationUnreachable"/>
+      <xs:enumeration value="wsa:ActionNotSupported"/>
+      <xs:enumeration value="wsa:EndpointUnavailable"/>
+    </xs:restriction>
+  </xs:simpleType>
+  <xs:attribute name="Action" type="xs:anyURI"/>
+  <!-- Common declarations and definitions -->
+  <xs:complexType name="AttributedQName">
+    <xs:simpleContent>
+      <xs:extension base="xs:QName">
+        <xs:anyAttribute namespace="##other" processContents="lax"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+  <xs:complexType name="AttributedURI">
+    <xs:simpleContent>
+      <xs:extension base="xs:anyURI">
+        <xs:anyAttribute namespace="##other" processContents="lax"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+</xs:schema>

Added: incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.wsdl
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.wsdl?view=auto&rev=151166
==============================================================================
--- incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.wsdl (added)
+++ incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.wsdl Thu Feb  3 
07:49:06 2005
@@ -0,0 +1,167 @@
+<?xml version="1.0"?>
+
+<definitions name="PubSubWS" 
+   targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing/services";
+   xmlns:tns="http://schemas.xmlsoap.org/ws/2004/08/eventing/services";
+   xmlns:xs="http://www.w3.org/2001/XMLSchema";
+   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
+   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
+   xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing";
+   xmlns="http://schemas.xmlsoap.org/wsdl/";>
+
+  <types>
+    <xs:schema
+        targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"; >
+      <xs:include schemaLocation="eventing.xsd" />
+    </xs:schema>
+  </types>
+
+
+  <message name="SubscribeMsg" >
+    <part name="body" element="wse:Subscribe" />
+  </message>
+  
+  <message name="SubscribeResponseMsg" >
+    <part name="body" element="wse:SubscribeResponse" />
+  </message>
+
+  <message name="RenewMsg" >
+    <part name="body" element="wse:Renew" />
+  </message>
+  <message name="RenewResponseMsg" >
+    <part name="body" element="wse:RenewResponse" />
+  </message>
+
+  <message name="GetStatusMsg" >
+    <part name="body" element="wse:GetStatus" />
+  </message>
+  <message name="GetStatusResponseMsg" >
+    <part name="body" element="wse:GetStatusResponse" />
+  </message>
+
+  <message name="UnsubscribeMsg" >
+    <part name="body" element="wse:Unsubscribe" />
+  </message>
+  <message name="UnsubscribeResponseMsg" />
+
+  <message name="SubscriptionEnd" >
+    <part name="body" element="wse:SubscriptionEnd" />
+  </message>
+  <message name="SubscriptionEndResponseMsg" />
+    
+  <portType name="EventSource" >
+    <operation name="SubscribeMsg" >
+      <input message="tns:SubscribeMsg" name="SubscribeMsg" />
+      <output message="tns:SubscribeResponseMsg" name="SubscribeResponseMsg"/>
+    </operation>
+  </portType>
+
+  <portType name="SubscriptionEnd" >
+    <operation name="SubscriptionEnd" >
+      <input message="tns:SubscriptionEnd" name="SubscriptionEnd"/>
+      <output message="tns:SubscriptionEndResponseMsg" 
name="SubscriptionEndResponseMsg"/>
+    </operation>
+  </portType>
+
+  <portType name="SubscriptionManager" >
+    <operation name="RenewMsg" >
+      <input message="tns:RenewMsg" name="RenewMsg" />
+      <output message="tns:RenewResponseMsg" name="RenewResponseMsg"/>
+    </operation>
+    <operation name="GetStatusMsg" >
+      <input message="tns:GetStatusMsg" name="GetStatusMsg" />
+      <output message="tns:GetStatusResponseMsg" name="GetStatusResponseMsg" />
+    </operation>
+    <operation name="UnsubscribeMsg" >
+      <input message="tns:UnsubscribeMsg" name="UnsubscribeMsg" />
+      <output message="tns:UnsubscribeResponseMsg" 
name="UnsubscribeResponseMsg" />
+    </operation>
+  </portType>
+
+<!-- end orig -->
+  
+   <binding name="EventSourceBinding" type="tns:EventSource">
+      <soap:binding 
+         style="document"
+         transport="http://schemas.xmlsoap.org/soap/http"/>
+      <operation name="SubscribeMsg">
+         <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeMsg"/>
+         <input name="SubscribeMsg">
+            <soap:body use="literal"/>
+         </input>
+         <output name="SubscribeResponseMsg">
+            <soap:body use="literal"/>
+         </output>
+      </operation>
+   </binding>
+   
+   <binding name="SubscriptionEndBinding" type="tns:SubscriptionEnd">
+      <soap:binding 
+         style="document"
+         transport="http://schemas.xmlsoap.org/soap/http"/>
+      <operation name="SubscriptionEnd">
+         <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscriptionEnd"/>
+         <input name="SubscriptionEnd">
+            <soap:body use="literal"/>
+         </input>
+         <output name="SubscriptionEndResponseMsg">
+            <soap:body use="literal"/>
+         </output>
+      </operation>
+   </binding>
+   
+    <binding name="SubscriptionManagerBinding" type="tns:SubscriptionManager">
+      <soap:binding 
+         style="document"
+         transport="http://schemas.xmlsoap.org/soap/http"/>
+      <operation name="RenewMsg">
+         <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewMsg"/>
+         <input name="RenewMsg">
+            <soap:body 
+               use="literal"/>
+         </input>
+         <output name="RenewResponseMsg">
+            <soap:body
+               use="literal"/>
+         </output>
+      </operation>
+
+      <operation name="GetStatusMsg">
+         <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusMsg"/>
+         <input name="GetStatusMsg">
+            <soap:body use="literal"/>
+         </input>
+         <output name="GetStatusResponseMsg">
+            <soap:body use="literal"/>
+         </output>
+      </operation>
+
+      <operation name="UnsubscribeMsg">
+         <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/UnsubscribeMsg"/>
+         <input name="UnsubscribeMsg">
+            <soap:body use="literal"/>
+         </input>
+         <output name="UnsubscribeResponseMsg">
+            <soap:body use="literal"/>
+         </output>
+      </operation>
+   </binding>
+
+   <service name="EventingService">
+      <documentation>
+         A publish subscribe system based on web services
+      </documentation>
+      <port name="EventSourcePort" binding="tns:EventSourceBinding">
+         <soap:address 
+          location="http://localhost:8080/axis/services/EventSourcePort"/>
+      </port>
+      <port name="SubscriptionManagerPort" 
binding="tns:SubscriptionManagerBinding">
+         <soap:address 
+          
location="http://localhost:8080/axis/services/SubscriptionManagerPort"/>
+      </port>
+      <port name="SubscriptionEndPort" binding="tns:SubscriptionEndBinding">
+         <soap:address 
+          location="http://localhost:8080/axis/services/SubscriptionEndPort"/>
+      </port>      
+   </service>
+</definitions>

Added: incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.xsd
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.xsd?view=auto&rev=151166
==============================================================================
--- incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.xsd (added)
+++ incubator/hermes/trunk/wse-xbeans/src/wsdl/wse/eventing.xsd Thu Feb  3 
07:49:06 2005
@@ -0,0 +1,206 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- 
+(c) 2004 BEA Systems Inc., Computer Associates International, Inc., 
International Business Machines Corporation, Microsoft Corporation, Inc, Sun 
Microsystems, Inc., and TIBCO Software Inc. All rights reserved.
+
+BEA Systems Inc., Computer Associates International, Inc., International 
Business Machines Corporation, Microsoft Corporation, Inc, Sun Microsystems, 
Inc, and TIBCO Software Inc (collectively, the "Authors") hereby grant you 
permission to copy and display the WS-Eventing Specification (the 
"Specification", which includes WSDL and schema documents), in any medium 
without fee or royalty, provided that you include the following on ALL copies 
of the Specification, that you make:
+
+1.     A link or URL to the WS-Eventing Specification at one of the Authors' 
websites 
+2.     The copyright notice as shown in the WS-Eventing Specification. 
+
+BEA, CA, IBM, Microsoft, Sun and TIBCO (collectively, the "Authors") each 
agree to grant you a license, under royalty-free and otherwise reasonable, 
non-discriminatory terms and conditions, to their respective essential patent 
claims that they deem necessary to implement the Specification. 
+
+THE SPECIFICATION IS PROVIDED "AS IS," AND THE AUTHORS MAKE NO REPRESENTATIONS 
OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF 
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; 
THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT 
THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, 
COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. 
+
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL 
OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION 
OF THE SPECIFICATION. 
+
+The name and trademarks of the Authors may NOT be used in any manner, 
including advertising or publicity pertaining to the Specification or its 
contents without specific, written prior permission. Title to copyright in the 
Specification will at all times remain with the Authors. 
+
+No other rights are granted by implication, estoppel or otherwise.
+-->
+<xs:schema
+  targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"; 
+  xmlns:tns="http://schemas.xmlsoap.org/ws/2004/08/eventing";
+  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";
+  xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
+  elementFormDefault="qualified" 
+  blockDefault="#all">
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace";
+       schemaLocation="http://www.w3.org/2001/xml.xsd"; />
+
+  <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
+       schemaLocation="../wsa/addressing-2004_08.xsd" />
+
+  <!-- Types and global elements -->
+  <xs:complexType name="DeliveryType" mixed="true">
+    <xs:sequence>
+      <xs:element name="NotifyTo" type="wsa:EndpointReferenceType" />    
+      <xs:any namespace="##any" processContents="lax" 
+        minOccurs="0" maxOccurs="unbounded" />
+    </xs:sequence>
+    <xs:attribute name="Mode" type="xs:anyURI" use="optional" />
+    <xs:anyAttribute namespace="##other" processContents="lax" />
+  </xs:complexType>
+
+
+
+  <xs:simpleType name="NonNegativeDurationType">
+    <xs:restriction base="xs:duration">
+      <xs:minInclusive value="P0Y0M0DT0H0M0S" />
+    </xs:restriction>
+  </xs:simpleType>
+
+  <xs:simpleType name="ExpirationType">
+      <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" />
+  </xs:simpleType>
+
+  <xs:complexType name="FilterType" mixed="true">
+    <xs:sequence>
+      <xs:any namespace="##other" processContents="lax" 
+        minOccurs="0" maxOccurs="unbounded" />
+    </xs:sequence>
+    <xs:attribute name="Dialect" type="xs:anyURI" use="optional" />
+    <xs:anyAttribute namespace="##other" processContents="lax" />
+  </xs:complexType>
+
+  <xs:complexType name="LanguageSpecificStringType">
+    <xs:simpleContent>
+      <xs:extension base="xs:string">
+        <xs:attribute ref="xml:lang" />
+        <xs:anyAttribute namespace="##other" processContents="lax" />
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+
+  <!-- Subscribe request -->
+  <xs:element name="Subscribe">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name="EndTo" type="wsa:EndpointReferenceType" 
+          minOccurs="0" />
+        <xs:element name="Delivery" type="tns:DeliveryType" />
+        <xs:element name="Expires" type="tns:ExpirationType" 
+          minOccurs="0" />
+        <xs:element name="Filter" type="tns:FilterType" minOccurs="0" />
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <xs:element name="Identifier" type="xs:anyURI" />
+ 
+  <!-- Subscribe response -->
+  <xs:element name="SubscribeResponse">
+    <xs:complexType>
+      <xs:sequence>
+         <xs:element name="SubscriptionManager" 
+                    type="wsa:EndpointReferenceType" />
+        <xs:element name="Expires" type="tns:ExpirationType" />
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <!-- Used in a fault if there's an unsupported dialect -->
+  <xs:element name="SupportedDialect" type="xs:anyURI" />
+
+  <!-- Used in a fault if there's an unsupported delivery mode -->
+  <xs:element name="SupportedDeliveryMode" type="xs:anyURI" />
+
+  <!-- Renew request -->
+  <xs:element name="Renew">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name="Expires" type="tns:ExpirationType" 
+          minOccurs="0" />
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <!-- Renew response -->
+  <xs:element name="RenewResponse">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name="Expires" type="tns:ExpirationType" 
+          minOccurs="0" />
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <!-- GetStatus request -->
+  <xs:element name="GetStatus">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <!-- GetStatus response -->
+  <xs:element name="GetStatusResponse">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name="Expires" type="tns:ExpirationType" 
+          minOccurs="0" />
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <!-- Unsubscribe request -->
+  <xs:element name="Unsubscribe">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <!-- count(/s:Envelope/s:Body/*) = 0 for Unsubscribe response -->
+
+  <!-- SubscriptionEnd message -->
+  <xs:element name="SubscriptionEnd">
+    <xs:complexType>
+      <xs:sequence>
+        <xs:element name="SubscriptionManager" 
+                    type="wsa:EndpointReferenceType" />
+        <xs:element name="Code" type="tns:OpenSubscriptionEndCodeType" />
+        <xs:element name="Reason" type="tns:LanguageSpecificStringType" 
+          minOccurs="0" maxOccurs="unbounded" />
+        <xs:any namespace="##other" processContents="lax" 
+          minOccurs="0" maxOccurs="unbounded" />
+      </xs:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <xs:simpleType name="SubscriptionEndCodeType">
+    <xs:restriction base="xs:QName">
+      <xs:enumeration value="tns:DeliveryFailure" />
+      <xs:enumeration value="tns:SourceShuttingDown" />
+      <xs:enumeration value="tns:SourceCancelling" />
+    </xs:restriction>
+  </xs:simpleType>
+
+  <xs:simpleType name="OpenSubscriptionEndCodeType">
+    <xs:union memberTypes="tns:SubscriptionEndCodeType xs:QName" />
+  </xs:simpleType>
+
+  <xs:attribute name="EventSource" type="xs:boolean" />
+
+</xs:schema>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to