WWW/2002/ws/ra/edcopies/ws-evt eventing.wsdl,1.12,1.13 eventing.xsd,1.31,1.32 rddl.html,1.5,1.6

Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt
In directory hutz:/tmp/cvs-serv8815/ws-evt

Modified Files:
	eventing.wsdl eventing.xsd rddl.html 
Log Message:
use the 2011/03 namespace instead of 2009/09



Index: eventing.wsdl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.wsdl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- eventing.wsdl	24 May 2011 19:39:24 -0000	1.12
+++ eventing.wsdl	27 Sep 2011 18:58:19 -0000	1.13
@@ -1,17 +1,17 @@
 <wsdl:definitions
-  targetNamespace='http://www.w3.org/2009/09/ws-evt'
+  targetNamespace='http://www.w3.org/2011/03/ws-evt'
   xmlns:wsa='http://www.w3.org/2005/08/addressing'
   xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata'
-  xmlns:wse='http://www.w3.org/2009/09/ws-evt' 
+  xmlns:wse='http://www.w3.org/2011/03/ws-evt' 
   xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' 
   xmlns:xs='http://www.w3.org/2001/XMLSchema' >
 
   <wsdl:types>
     <xs:schema>
        <xs:import
-         namespace='http://www.w3.org/2009/09/ws-evt'
+         namespace='http://www.w3.org/2011/03/ws-evt'
          schemaLocation=
-  'http://www.w3.org/2009/09/ws-evt/eventing.xsd' />
+  'http://www.w3.org/2011/03/ws-evt/eventing.xsd' />
     </xs:schema>
   </wsdl:types>
   
@@ -55,10 +55,10 @@
     <wsdl:operation name='SubscribeOp' >
       <wsdl:input 
         message='wse:SubscribeMsg'
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/Subscribe'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/Subscribe'/>
       <wsdl:output 
         message='wse:SubscribeResponseMsg' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscribeResponse'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/SubscribeResponse'/>
     </wsdl:operation>
   </wsdl:portType>
   
@@ -66,7 +66,7 @@
     <wsdl:operation name='SubscriptionEnd' >
       <wsdl:input 
         message='wse:SubscriptionEnd' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscriptionEnd'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/SubscriptionEnd'/>
     </wsdl:operation>
   </wsdl:portType>
   
@@ -74,33 +74,33 @@
     <wsdl:operation name='RenewOp' >
       <wsdl:input 
         message='wse:RenewMsg' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/Renew'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/Renew'/>
       <wsdl:output 
         message='wse:RenewResponseMsg' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/RenewResponse'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/RenewResponse'/>
     </wsdl:operation>
     <wsdl:operation name='GetStatusOp' >
       <wsdl:input 
         message='wse:GetStatusMsg'
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatus'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/GetStatus'/>
       <wsdl:output 
         message='wse:GetStatusResponseMsg' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatusResponse'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/GetStatusResponse'/>
     </wsdl:operation>
     <wsdl:operation name='UnsubscribeOp' >
       <wsdl:input 
         message='wse:UnsubscribeMsg' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/Unsubscribe'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/Unsubscribe'/>
       <wsdl:output 
         message='wse:UnsubscribeResponseMsg' 
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/UnsubscribeResponse'/>
     </wsdl:operation>
   </wsdl:portType>
 
   <wsdl:portType name='WrappedSinkPortType'>
     <wsdl:operation name='NotifyEvent'>
       <wsdl:input message='wse:notifyEvent'
-        wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/>
+        wsam:Action='http://www.w3.org/2011/03/ws-evt/WrappedSinkPortType/NotifyEvent'/>
     </wsdl:operation>
   </wsdl:portType>
 </wsdl:definitions>

Index: rddl.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/rddl.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rddl.html	23 Sep 2009 10:12:34 -0000	1.5
+++ rddl.html	27 Sep 2011 18:58:19 -0000	1.6
@@ -13,11 +13,11 @@
     </a>
    </p>
 
-   <h1>WS-Eventing Namespace: <code>http://www.w3.org/2009/09/ws-evt</code></h1>
+   <h1>WS-Eventing Namespace: <code>http://www.w3.org/2011/03/ws-evt</code></h1>
   </div>
 
   <p>
-   This (<code>http://www.w3.org/2009/09/ws-evt</code>) is a URI defined in the
+   This (<code>http://www.w3.org/2011/03/ws-evt</code>) is a URI defined in the
 
    <rddl:resource id="Spec" 
     xlink:title="WS-Eventing specification" 
@@ -50,12 +50,12 @@
    xlink:title="Latest WS-Eventing schema document"
    xlink:role="http://www.w3.org/2001/XMLSchema"
    xlink:arcrole="http://www.rddl.org/purposes#schema-validation"
-   xlink:href="http://www.w3.org/2009/09/ws-evt"
+   xlink:href="http://www.w3.org/2011/03/ws-evt"
    xlink:type="simple" xlink:show="none" xlink:actuate="none">
 
    <p>
     <a title="Latest WS-Eventing schema document"
-     href="http://www.w3.org/2009/09/ws-evt">http://www.w3.org/2009/09/ws-evt</a>
+     href="http://www.w3.org/2011/03/ws-evt">http://www.w3.org/2011/03/ws-evt</a>
    </p>
   </rddl:resource>
 
@@ -74,7 +74,7 @@
     
    <p>
     <a title="2009-02-17 WS-Eventing schema document"
-     href="http://www.w3.org/2009/09/ws-evt/eventing.xsd">http://www.w3.org/2009/09/ws-evt/eventing.xsd</a>
+     href="http://www.w3.org/2011/03/ws-evt/eventing.xsd">http://www.w3.org/2011/03/ws-evt/eventing.xsd</a>
    </p>
   </rddl:resource>
 
@@ -94,7 +94,7 @@
 
    <p>
     <a title="Latest WS-Eventing WSDL document"
-     href="http://www.w3.org/2009/09/ws-evt/eventing.wsdl">http://www.w3.org/2009/09/ws-evt</a>
+     href="http://www.w3.org/2011/03/ws-evt/eventing.wsdl">http://www.w3.org/2011/03/ws-evt</a>
    </p>
   </rddl:resource>
 
@@ -113,13 +113,13 @@
     
    <p>
     <a title="2009-02-17 WS-Eventing WSDL document"
-     href="http://www.w3.org/2009/09/ws-evt/eventing.wsdl">http://www.w3.org/2009/09/ws-evt/eventing.wsdl</a>
+     href="http://www.w3.org/2011/03/ws-evt/eventing.wsdl">http://www.w3.org/2011/03/ws-evt/eventing.wsdl</a>
    </p>
   </rddl:resource>
 
   <h2>Stability of this namespace URI</h2>
   <p>
-   This namespace URI (<code>http://www.w3.org/2009/09/ws-evt</code>) is
+   This namespace URI (<code>http://www.w3.org/2011/03/ws-evt</code>) is
    defined in a <a
    href="http://www.w3.org/2005/10/Process-20051014/tr.html#first-wd">W3C
    First Public Working Draft</a> and is stable.

Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- eventing.xsd	17 Nov 2010 03:53:31 -0000	1.31
+++ eventing.xsd	27 Sep 2011 18:58:19 -0000	1.32
@@ -1,6 +1,6 @@
 <xs:schema 
-  targetNamespace='http://www.w3.org/2009/09/ws-evt' 
-  xmlns:tns='http://www.w3.org/2009/09/ws-evt'
+  targetNamespace='http://www.w3.org/2011/03/ws-evt' 
+  xmlns:tns='http://www.w3.org/2011/03/ws-evt'
   xmlns:wsa='http://www.w3.org/2005/08/addressing'
   xmlns:xs='http://www.w3.org/2001/XMLSchema' 
   elementFormDefault='qualified' 
@@ -29,7 +29,7 @@
               minOccurs='0' maxOccurs='unbounded' />
     </xs:sequence>
     <xs:attribute name='Name' type='xs:anyURI' use='optional' 
-      default='http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap' />
+      default='http://www.w3.org/2011/03/ws-evt/DeliveryFormats/Unwrap' />
     <xs:anyAttribute namespace='##other' processContents='lax' />
   </xs:complexType>
  
@@ -66,7 +66,7 @@
               minOccurs='0' maxOccurs='unbounded' />
     </xs:sequence>
     <xs:attribute name='Dialect' type='xs:anyURI' use='optional' 
-      default='http://www.w3.org/2009/09/ws-evt/Dialects/XPath10' />
+      default='http://www.w3.org/2011/03/ws-evt/Dialects/XPath10' />
     <xs:anyAttribute namespace='##other' processContents='lax' />
   </xs:complexType>
  
@@ -217,11 +217,11 @@
   <xs:simpleType name='SubscriptionEndCodeType'>
     <xs:restriction base='xs:anyURI'>
       <xs:enumeration value=
-  'http://www.w3.org/2009/09/ws-evt/DeliveryFailure' />
+  'http://www.w3.org/2011/03/ws-evt/DeliveryFailure' />
       <xs:enumeration value=
-  'http://www.w3.org/2009/09/ws-evt/SourceShuttingDown' />
+  'http://www.w3.org/2011/03/ws-evt/SourceShuttingDown' />
       <xs:enumeration value=
-  'http://www.w3.org/2009/09/ws-evt/SourceCancelling' />
+  'http://www.w3.org/2011/03/ws-evt/SourceCancelling' />
     </xs:restriction>
   </xs:simpleType>
  

Received on Tuesday, 27 September 2011 18:58:28 UTC