- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Mar 2010 05:35:02 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt
In directory hutz:/tmp/cvs-serv7367/ws-evt
Modified Files:
eventing.wsdl eventing.xsd
Log Message:
MOAP
Index: eventing.wsdl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.wsdl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- eventing.wsdl 9 Dec 2009 00:36:36 -0000 1.10
+++ eventing.wsdl 10 Mar 2010 05:35:00 -0000 1.11
@@ -47,9 +47,9 @@
<wsdl:part name='body' element='wse:SubscriptionEnd' />
</wsdl:message>
- <message name='notifyEvent'>
- <part name='parameter' element='tns:Notify'>
- </message>
+ <wsdl:message name='notifyEvent'>
+ <wsdl:part name='parameter' element='wse:Notify'/>
+ </wsdl:message>
<wsdl:portType name='EventSource' >
<wsdl:operation name='SubscribeOp' >
@@ -97,10 +97,10 @@
</wsdl:operation>
</wsdl:portType>
- <portType name='WrappedSinkPortType'>
- <operation name='NotifyEvent'>
- <input message='tns:notifyEvent' name='NotifyEvent'
+ <wsdl:portType name='WrappedSinkPortType'>
+ <wsdl:operation name='NotifyEvent'>
+ <wsdl:input message='wse:notifyEvent' name='NotifyEvent'
wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/>
- </operation>
- </portType>
+ </wsdl:operation>
+ </wsdl:portType>
</wsdl:definitions>
Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- eventing.xsd 8 Feb 2010 18:11:29 -0000 1.23
+++ eventing.xsd 10 Mar 2010 05:35:00 -0000 1.24
@@ -281,11 +281,27 @@
<xs:complexType>
<xs:sequence>
<xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/>
- <xs:element name='FilterDialect' type='tns:URI' minOccurs='0'
- maxOccurs='unbounded'/>
+ <xs:element name='FilterDialect' minOccurs='0' maxOccurs='unbounded'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='0'/>
+ </xs:sequence>
+ <xs:attribute name='URI' type='xs:anyURI' use='required' />
+ <xs:anyAttribute namespace="##other" processContents='lax'/>
+ </xs:complexType>
+ </xs:element>
<xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/>
- <xs:element name='FormatName' type='tns:URI' minOccurs='0'
- maxOccurs='unbounded'/>
+ <xs:element name='FormatName' minOccurs='0' maxOccurs='unbounded'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='0'/>
+ </xs:sequence>
+ <xs:attribute name='URI' type='xs:anyURI' use='required' />
+ <xs:anyAttribute namespace="##other" processContents='lax'/>
+ </xs:complexType>
+ </xs:element>
<xs:element name='EndToSupported' type='tns:Empty' minOccurs='0'/>
<xs:element name='NotificationPolicy' type='tns:NotificationPolicy'
minOccurs='0'/>
Received on Wednesday, 10 March 2010 05:35:05 UTC