- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Dec 2009 00:04:09 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv13425
Modified Files:
wseventing.html wseventing.xml
Log Message:
fix xpath in sample - thanks to Johannes Echterhoff
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- wseventing.xml 9 Dec 2009 00:36:36 -0000 1.135
+++ wseventing.xml 10 Dec 2009 00:04:07 -0000 1.136
@@ -1279,7 +1279,7 @@
(40) </wse:Delivery>
(41) <wse:Expires>2004-06-26T21:07:00.000-08:00</wse:Expires>
(42) <wse:Filter xmlns:ow="http://www.example.org/oceanwatch" >
-(43) /*/ow:Speed/[node() &gt; 50]
+(43) /*/ow:Speed &gt; 50
(44) </wse:Filter>
(45) </wse:Subscribe>
(46) </s12:Body>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- wseventing.html 8 Dec 2009 23:58:57 -0000 1.141
+++ wseventing.html 10 Dec 2009 00:04:07 -0000 1.142
@@ -754,7 +754,7 @@
(40) </wse:Delivery>
(41) <wse:Expires>2004-06-26T21:07:00.000-08:00</wse:Expires>
(42) <wse:Filter xmlns:ow="http://www.example.org/oceanwatch" >
-(43) /*/ow:Speed/[node() &gt; 50]
+(43) /*/ow:Speed &gt; 50
(44) </wse:Filter>
(45) </wse:Subscribe>
(46) </s12:Body>
@@ -2032,305 +2032,305 @@
A non-normative copy of the XML schema is listed below for
convenience.
</p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema
- targetNamespace="http://www.w3.org/2009/09/ws-evt"
- xmlns:tns="http://www.w3.org/2009/09/ws-evt"
- xmlns:wsa="http://www.w3.org/2005/08/addressing"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified"
- blockDefault="#all">
+ targetNamespace='http://www.w3.org/2009/09/ws-evt'
+ xmlns:tns='http://www.w3.org/2009/09/ws-evt'
+ xmlns:wsa='http://www.w3.org/2005/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" />
+ namespace='http://www.w3.org/XML/1998/namespace'
+ schemaLocation='http://www.w3.org/2001/xml.xsd' />
<xs:import
- namespace="http://www.w3.org/2005/08/addressing"
- schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd" />
+ namespace='http://www.w3.org/2005/08/addressing'
+ schemaLocation='http://www.w3.org/2005/08/addressing/ws-addr.xsd' />
<!-- Types and global elements -->
- <xs:complexType name="DeliveryType" mixed="true">
+ <xs:complexType name='DeliveryType' mixed='true'>
<xs:sequence>
- <xs:element ref="tns:NotifyTo" minOccurs="0" maxOccurs="1" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:element ref='tns:NotifyTo' minOccurs='0' maxOccurs='1' />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
- <xs:complexType name="FormatType" mixed="true">
+ <xs:complexType name='FormatType' mixed='true'>
<xs:sequence>
- <xs:any namespace="##any" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:any namespace='##any' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:attribute name="Name" type="xs:anyURI" use="optional"
- default="http://http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='Name' type='xs:anyURI' use='optional'
+ default='http://http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
- <xs:simpleType name="NonNegativeDurationType">
- <xs:restriction base="xs:duration">
- <xs:minInclusive value="P0Y0M0DT0H0M0S" />
+ <xs:simpleType name='NonNegativeDurationType'>
+ <xs:restriction base='xs:duration'>
+ <xs:minInclusive value='P0Y0M0DT0H0M0S' />
</xs:restriction>
</xs:simpleType>
- <xs:simpleType name="DurationDateTime">
- <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" />
+ <xs:simpleType name='DurationDateTime'>
+ <xs:union memberTypes='xs:dateTime tns:NonNegativeDurationType' />
</xs:simpleType>
- <xs:complexType name="MiniExpirationType">
+ <xs:complexType name='MiniExpirationType'>
<xs:simpleContent>
- <xs:extension base="tns:DurationDateTime">
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:extension base='tns:DurationDateTime'>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:complexType name="ExpirationType">
+ <xs:complexType name='ExpirationType'>
<xs:simpleContent>
- <xs:extension base="tns:MiniExpirationType">
- <xs:attribute name="min" type="tns:DurationDateTime" use="optional"/>
- <xs:attribute name="max" type="tns:DurationDateTime" use="optional"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:extension base='tns:MiniExpirationType'>
+ <xs:attribute name='min' type='tns:DurationDateTime' use='optional'/>
+ <xs:attribute name='max' type='tns:DurationDateTime' use='optional'/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:complexType name="FilterType" mixed="true">
+ <xs:complexType name='FilterType' mixed='true'>
<xs:sequence>
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:any namespace='##other' processContents='lax'
+ 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" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='Dialect' type='xs:anyURI' use='optional'
+ default='http://www.w3.org/2009/09/ws-evt/Dialects/XPath10' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
- <xs:complexType name="LanguageSpecificStringType">
+ <xs:complexType name='LanguageSpecificStringType'>
<xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:attribute ref="xml:lang" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:extension base='xs:string'>
+ <xs:attribute ref='xml:lang' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:element name="NotifyTo" type="wsa:EndpointReferenceType" />
+ <xs:element name='NotifyTo' type='wsa:EndpointReferenceType' />
<!-- Subscribe request -->
- <xs:element name="Subscribe">
+ <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="Format" type="tns:FormatType"
- minOccurs="0" />
- <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:element name='EndTo' type='wsa:EndpointReferenceType'
+ minOccurs='0' />
+ <xs:element name='Delivery' type='tns:DeliveryType' />
+ <xs:element name='Format' type='tns:FormatType'
+ minOccurs='0' />
+ <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:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- Subscribe response -->
- <xs:element name="SubscribeResponse">
+ <xs:element name='SubscribeResponse'>
<xs:complexType>
<xs:sequence>
- <xs:element name="SubscriptionManager"
- type="wsa:EndpointReferenceType" />
- <xs:element name="GrantedExpires" type="tns:MiniExpirationType" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:element name='SubscriptionManager'
+ type='wsa:EndpointReferenceType' />
+ <xs:element name='GrantedExpires' type='tns:MiniExpirationType' />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <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" />
+ <xs:element name='SupportedDialect' type='xs:anyURI' />
<!-- Used in a fault if there's an unsupported format name -->
- <xs:element name="SupportedDeliveryFormat" type="xs:anyURI" />
+ <xs:element name='SupportedDeliveryFormat' type='xs:anyURI' />
<!-- Renew request -->
- <xs:element name="Renew">
+ <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: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:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- Renew response -->
- <xs:element name="RenewResponse">
+ <xs:element name='RenewResponse'>
<xs:complexType>
<xs:sequence>
- <xs:element name="GrantedExpires" type="tns:MiniExpirationType"
- minOccurs="0" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:element name='GrantedExpires' type='tns:MiniExpirationType'
+ minOccurs='0' />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- GetStatus request -->
- <xs:element name="GetStatus">
+ <xs:element name='GetStatus'>
<xs:complexType>
<xs:sequence>
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- GetStatus response -->
- <xs:element name="GetStatusResponse">
+ <xs:element name='GetStatusResponse'>
<xs:complexType>
<xs:sequence>
- <xs:element name="GrantedExpires" type="tns:MiniExpirationType"
- minOccurs="0" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:element name='GrantedExpires' type='tns:MiniExpirationType'
+ minOccurs='0' />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- Unsubscribe request -->
- <xs:element name="Unsubscribe">
+ <xs:element name='Unsubscribe'>
<xs:complexType>
<xs:sequence>
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- Unsubscribe response -->
- <xs:element name="UnsubscribeResponse">
+ <xs:element name='UnsubscribeResponse'>
<xs:complexType>
<xs:sequence>
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
+ <xs:any namespace='##other' processContents='lax'
+ minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- SubscriptionEnd message -->
- <xs:element name="SubscriptionEnd">
+ <xs:element name='SubscriptionEnd'>
<xs:complexType>
<xs:sequence>
- <xs:element name="Status"
- 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:element name='Status'
+ 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:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:simpleType name="SubscriptionEndCodeType">
- <xs:restriction base="xs:anyURI">
+ <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/2009/09/ws-evt/DeliveryFailure' />
<xs:enumeration value=
- "http://www.w3.org/2009/09/ws-evt/SourceShuttingDown" />
+ 'http://www.w3.org/2009/09/ws-evt/SourceShuttingDown' />
<xs:enumeration value=
- "http://www.w3.org/2009/09/ws-evt/SourceCancelling" />
+ 'http://www.w3.org/2009/09/ws-evt/SourceCancelling' />
</xs:restriction>
</xs:simpleType>
- <xs:simpleType name="OpenSubscriptionEndCodeType">
- <xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" />
+ <xs:simpleType name='OpenSubscriptionEndCodeType'>
+ <xs:union memberTypes='tns:SubscriptionEndCodeType xs:anyURI' />
</xs:simpleType>
<!-- RetryAfter Fault Detail Element -->
- <xs:element name="RetryAfter" type="tns:RetryAfterType"/>
- <xs:complexType name="RetryAfterType">
+ <xs:element name='RetryAfter' type='tns:RetryAfterType'/>
+ <xs:complexType name='RetryAfterType'>
<xs:simpleContent>
- <xs:extension base="xs:nonNegativeInteger">
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:extension base='xs:nonNegativeInteger'>
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<!-- Wrapped Events -->
- <xs:complexType name="EventType" mixed="true">
+ <xs:complexType name='EventType' mixed='true'>
<xs:sequence>
- <xs:any namespace="##any" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:attribute name="actionURI" type="xs:anyURI" use="optional" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='actionURI' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
- <xs:element name="Notify" type="tns:EventType" />
+ <xs:element name='Notify' type='tns:EventType' />
<!-- Policy -->
- <xs:complexType name="Duration">
+ <xs:complexType name='Duration'>
<xs:simpleContent>
- <xs:extension base="tns:NonNegativeDurationType">
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:extension base='tns:NonNegativeDurationType'>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:complexType name="URI">
+ <xs:complexType name='URI'>
<xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:extension base='xs:anyURI'>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:complexType name="Empty">
+ <xs:complexType name='Empty'>
<xs:sequence/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
- <xs:element name="EventSource">
+ <xs:element name='EventSource'>
<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="MaxExpires" type="tns:Duration" minOccurs="0"/>
- <xs:element name="FormatName" type="tns:URI" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/>
+ <xs:element name='FilterDialect' type='tns:URI' minOccurs='0'
+ maxOccurs='unbounded'/>
+ <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/>
+ <xs:element name='FormatName' type='tns:URI' minOccurs='0'
+ maxOccurs='unbounded'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="SubscriptionManager">
+ <xs:element name='SubscriptionManager'>
<xs:complexType>
<xs:sequence>
- <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/>
- <xs:element name="GetStatusOperationSupported" type="tns:Empty"
- minOccurs="0"/>
- <xs:element name="UnsubscribeOperationSupported" type="tns:Empty"
- minOccurs="0"/>
- <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/>
+ <xs:element name='GetStatusOperationSupported' type='tns:Empty'
+ minOccurs='0'/>
+ <xs:element name='UnsubscribeOperationSupported' type='tns:Empty'
+ minOccurs='0'/>
+ <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
</xs:schema></pre></div></div></div><div class="div1">
@@ -2341,108 +2341,108 @@
A non-normative copy of the WSDL description is listed below
for convenience.
</p><div class="exampleOuter"><div class="exampleInner"><pre><wsdl:definitions
- targetNamespace="http://www.w3.org/2009/09/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:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" >
+ targetNamespace='http://www.w3.org/2009/09/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: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/2009/09/ws-evt'
schemaLocation=
- "http://www.w3.org/2009/09/ws-evt/eventing.xsd" />
+ 'http://www.w3.org/2009/09/ws-evt/eventing.xsd' />
</xs:schema>
</wsdl:types>
- <wsdl:message name="SubscribeMsg" >
- <wsdl:part name="body" element="wse:Subscribe" />
+ <wsdl:message name='SubscribeMsg' >
+ <wsdl:part name='body' element='wse:Subscribe' />
</wsdl:message>
- <wsdl:message name="SubscribeResponseMsg" >
- <wsdl:part name="body" element="wse:SubscribeResponse" />
+ <wsdl:message name='SubscribeResponseMsg' >
+ <wsdl:part name='body' element='wse:SubscribeResponse' />
</wsdl:message>
- <wsdl:message name="RenewMsg" >
- <wsdl:part name="body" element="wse:Renew" />
+ <wsdl:message name='RenewMsg' >
+ <wsdl:part name='body' element='wse:Renew' />
</wsdl:message>
- <wsdl:message name="RenewResponseMsg" >
- <wsdl:part name="body" element="wse:RenewResponse" />
+ <wsdl:message name='RenewResponseMsg' >
+ <wsdl:part name='body' element='wse:RenewResponse' />
</wsdl:message>
- <wsdl:message name="GetStatusMsg" >
- <wsdl:part name="body" element="wse:GetStatus" />
+ <wsdl:message name='GetStatusMsg' >
+ <wsdl:part name='body' element='wse:GetStatus' />
</wsdl:message>
- <wsdl:message name="GetStatusResponseMsg" >
- <wsdl:part name="body" element="wse:GetStatusResponse" />
+ <wsdl:message name='GetStatusResponseMsg' >
+ <wsdl:part name='body' element='wse:GetStatusResponse' />
</wsdl:message>
- <wsdl:message name="UnsubscribeMsg" >
- <wsdl:part name="body" element="wse:Unsubscribe" />
+ <wsdl:message name='UnsubscribeMsg' >
+ <wsdl:part name='body' element='wse:Unsubscribe' />
</wsdl:message>
- <wsdl:message name="UnsubscribeResponseMsg" >
- <wsdl:part name="body" element="wse:UnsubscribeResponse" />
+ <wsdl:message name='UnsubscribeResponseMsg' >
+ <wsdl:part name='body' element='wse:UnsubscribeResponse' />
</wsdl:message>
- <wsdl:message name="SubscriptionEnd" >
- <wsdl:part name="body" element="wse:SubscriptionEnd" />
+ <wsdl:message name='SubscriptionEnd' >
+ <wsdl:part name='body' element='wse:SubscriptionEnd' />
</wsdl:message>
- <message name="notifyEvent">
- <part name="parameter" element="tns:Notify"/>
+ <message name='notifyEvent'>
+ <part name='parameter' element='tns:Notify'/>
</message>
- <wsdl:portType name="EventSource" >
- <wsdl:operation name="SubscribeOp" >
+ <wsdl:portType name='EventSource' >
+ <wsdl:operation name='SubscribeOp' >
<wsdl:input
- message="wse:SubscribeMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/Subscribe"/>
+ message='wse:SubscribeMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/Subscribe'/>
<wsdl:output
- message="wse:SubscribeResponseMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/SubscribeResponse"/>
+ message='wse:SubscribeResponseMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscribeResponse'/>
</wsdl:operation>
</wsdl:portType>
- <wsdl:portType name="SubscriptionEndPortType" >
- <wsdl:operation name="SubscriptionEnd" >
+ <wsdl:portType name='SubscriptionEndPortType' >
+ <wsdl:operation name='SubscriptionEnd' >
<wsdl:input
- message="wse:SubscriptionEnd"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/SubscriptionEnd"/>
+ message='wse:SubscriptionEnd'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscriptionEnd'/>
</wsdl:operation>
</wsdl:portType>
- <wsdl:portType name="SubscriptionManager" >
- <wsdl:operation name="RenewOp" >
+ <wsdl:portType name='SubscriptionManager' >
+ <wsdl:operation name='RenewOp' >
<wsdl:input
- message="wse:RenewMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/Renew"/>
+ message='wse:RenewMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/Renew'/>
<wsdl:output
- message="wse:RenewResponseMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/RenewResponse"/>
+ message='wse:RenewResponseMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/RenewResponse'/>
</wsdl:operation>
- <wsdl:operation name="GetStatusOp" >
+ <wsdl:operation name='GetStatusOp' >
<wsdl:input
- message="wse:GetStatusMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/GetStatus"/>
+ message='wse:GetStatusMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatus'/>
<wsdl:output
- message="wse:GetStatusResponseMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/GetStatusResponse"/>
+ message='wse:GetStatusResponseMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatusResponse'/>
</wsdl:operation>
- <wsdl:operation name="UnsubscribeOp" >
+ <wsdl:operation name='UnsubscribeOp' >
<wsdl:input
- message="wse:UnsubscribeMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/Unsubscribe"/>
+ message='wse:UnsubscribeMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/Unsubscribe'/>
<wsdl:output
- message="wse:UnsubscribeResponseMsg"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse"/>
+ message='wse:UnsubscribeResponseMsg'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse'/>
</wsdl:operation>
</wsdl:portType>
- <portType name="WrappedSinkPortType">
- <operation name="NotifyEvent">
- <input message="tns:notifyEvent" name="NotifyEvent"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent"/>
+ <portType name='WrappedSinkPortType'>
+ <operation name='NotifyEvent'>
+ <input message='tns:notifyEvent' name='NotifyEvent'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/>
</operation>
</portType>
</wsdl:definitions></pre></div></div></div><div class="div1">
@@ -2453,38 +2453,38 @@
the following abstract WSDL and notification messages MUST be
wrapped in the element defined in the WSDL.
</p><div class="exampleOuter"><div class="exampleInner"><pre><definitions
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
- xmlns:wsa="http://www.w3.org/2005/08/addressing/"
- xmlns:tns="http://www.w3.org/2009/09/ws-evt"
- targetNamespace="http://www.w3.org/2009/09/ws-evt">
+ xmlns='http://schemas.xmlsoap.org/wsdl/'
+ xmlns:xs='http://www.w3.org/2001/XMLSchema'
+ xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata'
+ xmlns:wsa='http://www.w3.org/2005/08/addressing/'
+ xmlns:tns='http://www.w3.org/2009/09/ws-evt'
+ targetNamespace='http://www.w3.org/2009/09/ws-evt'>
<types>
<xs:schema
- targetNamespace="http://www.w3.org/2009/09/ws-evt">
+ targetNamespace='http://www.w3.org/2009/09/ws-evt'>
- <xs:complexType name="EventType" mixed="true">
+ <xs:complexType name='EventType' mixed='true'>
<xs:sequence>
- <xs:any namespace="##any" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:attribute name="actionURI" type="xs:anyURI" use="optional" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='actionURI' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
- <xs:element name="Notify" type="tns:EventType" />
+ <xs:element name='Notify' type='tns:EventType' />
</xs:schema>
</types>
- <message name="notifyEvent">
- <part name="parameter" element="tns:Notify"/>
+ <message name='notifyEvent'>
+ <part name='parameter' element='tns:Notify'/>
</message>
- <portType name="WrappedSinkPortType">
- <operation name="NotifyEvent">
- <input message="tns:notifyEvent" name="NotifyEvent"
- wsam:Action="http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent"/>
+ <portType name='WrappedSinkPortType'>
+ <operation name='NotifyEvent'>
+ <input message='tns:notifyEvent' name='NotifyEvent'
+ wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/>
</operation>
</portType>
</definitions></pre></div></div></div><div class="div1">
@@ -2495,38 +2495,38 @@
</p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt/EventDescriptions.xsd">http://www.w3.org/2009/09/ws-evt/EventDescriptions.xsd</a></pre></div></div><p>
A non-normative copy of the XML schema is listed below for
convenience.
- </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.w3.org/2009/09/ws-evt"
- elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:element name="EventDescriptions">
+ </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
+ targetNamespace='http://www.w3.org/2009/09/ws-evt'
+ elementFormDefault='qualified' attributeFormDefault='unqualified'>
+ <xs:element name='EventDescriptions'>
<xs:complexType>
<xs:sequence>
- <xs:element name="types">
+ <xs:element name='types'>
<xs:annotation>
<xs:documentation>Data type definitions that are relevant to described notifications.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
- <xs:element name="eventType" maxOccurs="unbounded">
+ <xs:element name='eventType' maxOccurs='unbounded'>
<xs:complexType>
<xs:sequence>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
- <xs:attribute name="name" type="xs:NCName" use="required"/>
- <xs:attribute name="element" type="xs:QName" use="required"/>
- <xs:attribute name="actionURI" type="xs:anyURI" use="optional"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:attribute name='name' type='xs:NCName' use='required'/>
+ <xs:attribute name='element' type='xs:QName' use='required'/>
+ <xs:attribute name='actionURI' type='xs:anyURI' use='optional'/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
- <xs:attribute name="targetNamespace" type="xs:anyURI" use="required"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:attribute name='targetNamespace' type='xs:anyURI' use='required'/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
</xs:schema></pre></div></div></div><div class="div1">
Received on Thursday, 10 December 2009 00:04:20 UTC