You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/08/30 23:17:08 UTC

svn commit: r264864 - /webservices/pubscribe/trunk/wsn-xbeans/src/wsdl/wsn/WS-BaseNotification-1_2-Draft_01.wsdl

Author: scamp
Date: Tue Aug 30 14:17:04 2005
New Revision: 264864

URL: http://svn.apache.org/viewcvs?rev=264864&view=rev
Log:
fixed elements which had no annonymous complex type

Modified:
    webservices/pubscribe/trunk/wsn-xbeans/src/wsdl/wsn/WS-BaseNotification-1_2-Draft_01.wsdl

Modified: webservices/pubscribe/trunk/wsn-xbeans/src/wsdl/wsn/WS-BaseNotification-1_2-Draft_01.wsdl
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/wsn-xbeans/src/wsdl/wsn/WS-BaseNotification-1_2-Draft_01.wsdl?rev=264864&r1=264863&r2=264864&view=diff
==============================================================================
--- webservices/pubscribe/trunk/wsn-xbeans/src/wsdl/wsn/WS-BaseNotification-1_2-Draft_01.wsdl (original)
+++ webservices/pubscribe/trunk/wsn-xbeans/src/wsdl/wsn/WS-BaseNotification-1_2-Draft_01.wsdl Tue Aug 30 14:17:04 2005
@@ -264,13 +264,18 @@
 
          <!-- ========== Message Types for SubscriptionManager  =========== -->
 
-         <xsd:element name="PauseSubscription"/>
-
-         <xsd:element name="PauseSubscriptionResponse"/>
-
-         <xsd:element name="ResumeSubscription"/>
-
-         <xsd:element name="ResumeSubscriptionResponse"/>
+         <xsd:element name="PauseSubscription">
+            <xsd:complexType/>
+         </xsd:element>
+         <xsd:element name="PauseSubscriptionResponse">
+            <xsd:complexType/>
+         </xsd:element>
+         <xsd:element name="ResumeSubscription">
+            <xsd:complexType/>
+         </xsd:element>
+         <xsd:element name="ResumeSubscriptionResponse">
+            <xsd:complexType/>
+         </xsd:element>
 
          <xsd:complexType name="PauseFailedFaultType">
             <xsd:complexContent>