WWW/2002/ws/ra/edcopies wseventing.html,1.141,1.142 wseventing.xml,1.135,1.136

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() > 50]
+(43)         /*/ow:Speed > 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() > 50]
+(43)         /*/ow:Speed > 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>&lt;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"&gt;
+  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'&gt;
   
   &lt;xs:import 
-    namespace="http://www.w3.org/XML/1998/namespace" 
-    schemaLocation="http://www.w3.org/2001/xml.xsd" /&gt;
+    namespace='http://www.w3.org/XML/1998/namespace' 
+    schemaLocation='http://www.w3.org/2001/xml.xsd' /&gt;
   &lt;xs:import
-    namespace="http://www.w3.org/2005/08/addressing"
-    schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd" /&gt;
+    namespace='http://www.w3.org/2005/08/addressing'
+    schemaLocation='http://www.w3.org/2005/08/addressing/ws-addr.xsd' /&gt;
  
   &lt;!-- Types and global elements --&gt;
-  &lt;xs:complexType name="DeliveryType" mixed="true"&gt;
+  &lt;xs:complexType name='DeliveryType' mixed='true'&gt;
     &lt;xs:sequence&gt;
-      &lt;xs:element ref="tns:NotifyTo" minOccurs="0" maxOccurs="1" /&gt;
-      &lt;xs:any namespace="##other" processContents="lax" 
-              minOccurs="0" maxOccurs="unbounded" /&gt;
+      &lt;xs:element ref='tns:NotifyTo' minOccurs='0' maxOccurs='1' /&gt;
+      &lt;xs:any namespace='##other' processContents='lax' 
+              minOccurs='0' maxOccurs='unbounded' /&gt;
     &lt;/xs:sequence&gt;
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
   &lt;/xs:complexType&gt;
  
-  &lt;xs:complexType name="FormatType" mixed="true"&gt;
+  &lt;xs:complexType name='FormatType' mixed='true'&gt;
     &lt;xs:sequence&gt;
-      &lt;xs:any namespace="##any" processContents="lax" 
-              minOccurs="0" maxOccurs="unbounded" /&gt;
+      &lt;xs:any namespace='##any' processContents='lax' 
+              minOccurs='0' maxOccurs='unbounded' /&gt;
     &lt;/xs:sequence&gt;
-    &lt;xs:attribute name="Name" type="xs:anyURI" use="optional" 
-      default="http://http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap" /&gt;
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;xs:attribute name='Name' type='xs:anyURI' use='optional' 
+      default='http://http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap' /&gt;
+    &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
   &lt;/xs:complexType&gt;
  
-  &lt;xs:simpleType name="NonNegativeDurationType"&gt;
-    &lt;xs:restriction base="xs:duration"&gt;
-      &lt;xs:minInclusive value="P0Y0M0DT0H0M0S" /&gt;
+  &lt;xs:simpleType name='NonNegativeDurationType'&gt;
+    &lt;xs:restriction base='xs:duration'&gt;
+      &lt;xs:minInclusive value='P0Y0M0DT0H0M0S' /&gt;
     &lt;/xs:restriction&gt;
   &lt;/xs:simpleType&gt;
  
-  &lt;xs:simpleType name="DurationDateTime"&gt;
-      &lt;xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" /&gt;
+  &lt;xs:simpleType name='DurationDateTime'&gt;
+      &lt;xs:union memberTypes='xs:dateTime tns:NonNegativeDurationType' /&gt;
   &lt;/xs:simpleType&gt;
  
-  &lt;xs:complexType name="MiniExpirationType"&gt;
+  &lt;xs:complexType name='MiniExpirationType'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="tns:DurationDateTime"&gt;
-        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;xs:extension base='tns:DurationDateTime'&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:complexType name="ExpirationType"&gt;
+  &lt;xs:complexType name='ExpirationType'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="tns:MiniExpirationType"&gt;
-        &lt;xs:attribute name="min" type="tns:DurationDateTime" use="optional"/&gt;
-        &lt;xs:attribute name="max" type="tns:DurationDateTime" use="optional"/&gt;
-        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;xs:extension base='tns:MiniExpirationType'&gt;
+        &lt;xs:attribute name='min' type='tns:DurationDateTime' use='optional'/&gt;
+        &lt;xs:attribute name='max' type='tns:DurationDateTime' use='optional'/&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:complexType name="FilterType" mixed="true"&gt;
+  &lt;xs:complexType name='FilterType' mixed='true'&gt;
     &lt;xs:sequence&gt;
-      &lt;xs:any namespace="##other" processContents="lax" 
-              minOccurs="0" maxOccurs="unbounded" /&gt;
+      &lt;xs:any namespace='##other' processContents='lax' 
+              minOccurs='0' maxOccurs='unbounded' /&gt;
     &lt;/xs:sequence&gt;
-    &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" 
-      default="http://www.w3.org/2009/09/ws-evt/Dialects/XPath10" /&gt;
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;xs:attribute name='Dialect' type='xs:anyURI' use='optional' 
+      default='http://www.w3.org/2009/09/ws-evt/Dialects/XPath10' /&gt;
+    &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
   &lt;/xs:complexType&gt;
  
-  &lt;xs:complexType name="LanguageSpecificStringType"&gt;
+  &lt;xs:complexType name='LanguageSpecificStringType'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="xs:string"&gt;
-        &lt;xs:attribute ref="xml:lang" /&gt;
-        &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:extension base='xs:string'&gt;
+        &lt;xs:attribute ref='xml:lang' /&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
  
-  &lt;xs:element name="NotifyTo" type="wsa:EndpointReferenceType" /&gt;
+  &lt;xs:element name='NotifyTo' type='wsa:EndpointReferenceType' /&gt;
  
   &lt;!-- Subscribe request --&gt;
-  &lt;xs:element name="Subscribe"&gt;
+  &lt;xs:element name='Subscribe'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="EndTo" type="wsa:EndpointReferenceType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:element name="Delivery" type="tns:DeliveryType" /&gt;
-        &lt;xs:element name="Format" type="tns:FormatType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:element name="Expires" type="tns:ExpirationType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:element name="Filter" type="tns:FilterType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:element name='EndTo' type='wsa:EndpointReferenceType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:element name='Delivery' type='tns:DeliveryType' /&gt;
+        &lt;xs:element name='Format' type='tns:FormatType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:element name='Expires' type='tns:ExpirationType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:element name='Filter' type='tns:FilterType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- Subscribe response --&gt;
-  &lt;xs:element name="SubscribeResponse"&gt;
+  &lt;xs:element name='SubscribeResponse'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="SubscriptionManager" 
-                    type="wsa:EndpointReferenceType" /&gt;
-        &lt;xs:element name="GrantedExpires" type="tns:MiniExpirationType" /&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:element name='SubscriptionManager' 
+                    type='wsa:EndpointReferenceType' /&gt;
+        &lt;xs:element name='GrantedExpires' type='tns:MiniExpirationType' /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- Used in a fault if there's an unsupported dialect --&gt;
-  &lt;xs:element name="SupportedDialect" type="xs:anyURI" /&gt;
+  &lt;xs:element name='SupportedDialect' type='xs:anyURI' /&gt;
  
   &lt;!-- Used in a fault if there's an unsupported format name --&gt;
-  &lt;xs:element name="SupportedDeliveryFormat" type="xs:anyURI" /&gt;
+  &lt;xs:element name='SupportedDeliveryFormat' type='xs:anyURI' /&gt;
  
   &lt;!-- Renew request --&gt;
-  &lt;xs:element name="Renew"&gt;
+  &lt;xs:element name='Renew'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="Expires" type="tns:ExpirationType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:element name='Expires' type='tns:ExpirationType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- Renew response --&gt;
-  &lt;xs:element name="RenewResponse"&gt;
+  &lt;xs:element name='RenewResponse'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="GrantedExpires" type="tns:MiniExpirationType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:element name='GrantedExpires' type='tns:MiniExpirationType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- GetStatus request --&gt;
-  &lt;xs:element name="GetStatus"&gt;
+  &lt;xs:element name='GetStatus'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- GetStatus response --&gt;
-  &lt;xs:element name="GetStatusResponse"&gt;
+  &lt;xs:element name='GetStatusResponse'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="GrantedExpires" type="tns:MiniExpirationType" 
-                    minOccurs="0" /&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:element name='GrantedExpires' type='tns:MiniExpirationType' 
+                    minOccurs='0' /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- Unsubscribe request --&gt;
-  &lt;xs:element name="Unsubscribe"&gt;
+  &lt;xs:element name='Unsubscribe'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- Unsubscribe response --&gt;
-  &lt;xs:element name="UnsubscribeResponse"&gt;
+  &lt;xs:element name='UnsubscribeResponse'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
   &lt;!-- SubscriptionEnd message --&gt;
-  &lt;xs:element name="SubscriptionEnd"&gt;
+  &lt;xs:element name='SubscriptionEnd'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="Status"
-                    type="tns:OpenSubscriptionEndCodeType" /&gt;
-        &lt;xs:element name="Reason" 
-                    type="tns:LanguageSpecificStringType" 
-                    minOccurs="0" maxOccurs="unbounded" /&gt;
-        &lt;xs:any namespace="##other" processContents="lax" 
-                minOccurs="0" maxOccurs="unbounded" /&gt;
+        &lt;xs:element name='Status'
+                    type='tns:OpenSubscriptionEndCodeType' /&gt;
+        &lt;xs:element name='Reason' 
+                    type='tns:LanguageSpecificStringType' 
+                    minOccurs='0' maxOccurs='unbounded' /&gt;
+        &lt;xs:any namespace='##other' processContents='lax' 
+                minOccurs='0' maxOccurs='unbounded' /&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
-  &lt;xs:simpleType name="SubscriptionEndCodeType"&gt;
-    &lt;xs:restriction base="xs:anyURI"&gt;
+  &lt;xs:simpleType name='SubscriptionEndCodeType'&gt;
+    &lt;xs:restriction base='xs:anyURI'&gt;
       &lt;xs:enumeration value=
-  "http://www.w3.org/2009/09/ws-evt/DeliveryFailure" /&gt;
+  'http://www.w3.org/2009/09/ws-evt/DeliveryFailure' /&gt;
       &lt;xs:enumeration value=
-  "http://www.w3.org/2009/09/ws-evt/SourceShuttingDown" /&gt;
+  'http://www.w3.org/2009/09/ws-evt/SourceShuttingDown' /&gt;
       &lt;xs:enumeration value=
-  "http://www.w3.org/2009/09/ws-evt/SourceCancelling" /&gt;
+  'http://www.w3.org/2009/09/ws-evt/SourceCancelling' /&gt;
     &lt;/xs:restriction&gt;
   &lt;/xs:simpleType&gt;
  
-  &lt;xs:simpleType name="OpenSubscriptionEndCodeType"&gt;
-    &lt;xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" /&gt;
+  &lt;xs:simpleType name='OpenSubscriptionEndCodeType'&gt;
+    &lt;xs:union memberTypes='tns:SubscriptionEndCodeType xs:anyURI' /&gt;
   &lt;/xs:simpleType&gt;
 
   &lt;!-- RetryAfter Fault Detail Element --&gt;
-  &lt;xs:element name="RetryAfter"  type="tns:RetryAfterType"/&gt;
-  &lt;xs:complexType name="RetryAfterType"&gt;
+  &lt;xs:element name='RetryAfter'  type='tns:RetryAfterType'/&gt;
+  &lt;xs:complexType name='RetryAfterType'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="xs:nonNegativeInteger"&gt;
-        &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:extension base='xs:nonNegativeInteger'&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
  
   &lt;!-- Wrapped Events --&gt;
-  &lt;xs:complexType name="EventType" mixed="true"&gt;
+  &lt;xs:complexType name='EventType' mixed='true'&gt;
     &lt;xs:sequence&gt;
-      &lt;xs:any namespace="##any" processContents="lax" minOccurs="0"
-              maxOccurs="unbounded"/&gt;
+      &lt;xs:any namespace='##any' processContents='lax' minOccurs='0'
+              maxOccurs='unbounded'/&gt;
     &lt;/xs:sequence&gt;
-    &lt;xs:attribute name="actionURI" type="xs:anyURI" use="optional" /&gt;
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+    &lt;xs:attribute name='actionURI' type='xs:anyURI' use='optional' /&gt;
+    &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:element name="Notify" type="tns:EventType" /&gt;
+  &lt;xs:element name='Notify' type='tns:EventType' /&gt;
 
   &lt;!-- Policy --&gt;
-  &lt;xs:complexType name="Duration"&gt;
+  &lt;xs:complexType name='Duration'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="tns:NonNegativeDurationType"&gt;
-       &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;xs:extension base='tns:NonNegativeDurationType'&gt;
+       &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:complexType name="URI"&gt;
+  &lt;xs:complexType name='URI'&gt;
     &lt;xs:simpleContent&gt;
-      &lt;xs:extension base="xs:anyURI"&gt;
-        &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;xs:extension base='xs:anyURI'&gt;
+        &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
       &lt;/xs:extension&gt;
     &lt;/xs:simpleContent&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:complexType name="Empty"&gt;
+  &lt;xs:complexType name='Empty'&gt;
     &lt;xs:sequence/&gt;
-    &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+    &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
   &lt;/xs:complexType&gt;
 
-  &lt;xs:element name="EventSource"&gt;
+  &lt;xs:element name='EventSource'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/&gt;
-        &lt;xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
-                                         maxOccurs="unbounded"/&gt;
-        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/&gt;
-        &lt;xs:element name="FormatName" type="tns:URI" minOccurs="0"
-                                      maxOccurs="unbounded"/&gt;
-        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
-                                    maxOccurs="unbounded"/&gt;
+        &lt;xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/&gt;
+        &lt;xs:element name='FilterDialect' type='tns:URI' minOccurs='0'
+                                         maxOccurs='unbounded'/&gt;
+        &lt;xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/&gt;
+        &lt;xs:element name='FormatName' type='tns:URI' minOccurs='0'
+                                      maxOccurs='unbounded'/&gt;
+        &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
+                                    maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
 
-  &lt;xs:element name="SubscriptionManager"&gt;
+  &lt;xs:element name='SubscriptionManager'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/&gt;
-        &lt;xs:element name="GetStatusOperationSupported" type="tns:Empty"
-                                                       minOccurs="0"/&gt;
-        &lt;xs:element name="UnsubscribeOperationSupported" type="tns:Empty"
-                                                         minOccurs="0"/&gt;
-        &lt;xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/&gt;
-        &lt;xs:any namespace="##other" processContents="lax" minOccurs="0"
-                                    maxOccurs="unbounded"/&gt;
+        &lt;xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/&gt;
+        &lt;xs:element name='GetStatusOperationSupported' type='tns:Empty'
+                                                       minOccurs='0'/&gt;
+        &lt;xs:element name='UnsubscribeOperationSupported' type='tns:Empty'
+                                                         minOccurs='0'/&gt;
+        &lt;xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/&gt;
+        &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
+                                    maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
 &lt;/xs:schema&gt;</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>&lt;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" &gt;
+  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' &gt;
 
   &lt;wsdl:types&gt;
     &lt;xs:schema&gt;
        &lt;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" /&gt;
+  'http://www.w3.org/2009/09/ws-evt/eventing.xsd' /&gt;
     &lt;/xs:schema&gt;
   &lt;/wsdl:types&gt;
   
-  &lt;wsdl:message name="SubscribeMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:Subscribe" /&gt;
+  &lt;wsdl:message name='SubscribeMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:Subscribe' /&gt;
   &lt;/wsdl:message&gt;
-  &lt;wsdl:message name="SubscribeResponseMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:SubscribeResponse" /&gt;
+  &lt;wsdl:message name='SubscribeResponseMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:SubscribeResponse' /&gt;
   &lt;/wsdl:message&gt;
   
-  &lt;wsdl:message name="RenewMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:Renew" /&gt;
+  &lt;wsdl:message name='RenewMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:Renew' /&gt;
   &lt;/wsdl:message&gt;
-  &lt;wsdl:message name="RenewResponseMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:RenewResponse" /&gt;
+  &lt;wsdl:message name='RenewResponseMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:RenewResponse' /&gt;
   &lt;/wsdl:message&gt;
   
-  &lt;wsdl:message name="GetStatusMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:GetStatus" /&gt;
+  &lt;wsdl:message name='GetStatusMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:GetStatus' /&gt;
   &lt;/wsdl:message&gt;
-  &lt;wsdl:message name="GetStatusResponseMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:GetStatusResponse" /&gt;
+  &lt;wsdl:message name='GetStatusResponseMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:GetStatusResponse' /&gt;
   &lt;/wsdl:message&gt;
   
-  &lt;wsdl:message name="UnsubscribeMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:Unsubscribe" /&gt;
+  &lt;wsdl:message name='UnsubscribeMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:Unsubscribe' /&gt;
   &lt;/wsdl:message&gt;
-  &lt;wsdl:message name="UnsubscribeResponseMsg" &gt;
-    &lt;wsdl:part name="body" element="wse:UnsubscribeResponse" /&gt;
+  &lt;wsdl:message name='UnsubscribeResponseMsg' &gt;
+    &lt;wsdl:part name='body' element='wse:UnsubscribeResponse' /&gt;
   &lt;/wsdl:message&gt;
  
-  &lt;wsdl:message name="SubscriptionEnd" &gt;
-    &lt;wsdl:part name="body" element="wse:SubscriptionEnd" /&gt;
+  &lt;wsdl:message name='SubscriptionEnd' &gt;
+    &lt;wsdl:part name='body' element='wse:SubscriptionEnd' /&gt;
   &lt;/wsdl:message&gt;
 
-  &lt;message name="notifyEvent"&gt;
-    &lt;part name="parameter" element="tns:Notify"/&gt;
+  &lt;message name='notifyEvent'&gt;
+    &lt;part name='parameter' element='tns:Notify'/&gt;
   &lt;/message&gt;
   
-  &lt;wsdl:portType name="EventSource" &gt;
-    &lt;wsdl:operation name="SubscribeOp" &gt;
+  &lt;wsdl:portType name='EventSource' &gt;
+    &lt;wsdl:operation name='SubscribeOp' &gt;
       &lt;wsdl:input 
-        message="wse:SubscribeMsg"
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/Subscribe"/&gt;
+        message='wse:SubscribeMsg'
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/Subscribe'/&gt;
       &lt;wsdl:output 
-        message="wse:SubscribeResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/SubscribeResponse"/&gt;
+        message='wse:SubscribeResponseMsg' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscribeResponse'/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
   
-  &lt;wsdl:portType name="SubscriptionEndPortType" &gt;
-    &lt;wsdl:operation name="SubscriptionEnd" &gt;
+  &lt;wsdl:portType name='SubscriptionEndPortType' &gt;
+    &lt;wsdl:operation name='SubscriptionEnd' &gt;
       &lt;wsdl:input 
-        message="wse:SubscriptionEnd" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/SubscriptionEnd"/&gt;
+        message='wse:SubscriptionEnd' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscriptionEnd'/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
   
-  &lt;wsdl:portType name="SubscriptionManager" &gt;
-    &lt;wsdl:operation name="RenewOp" &gt;
+  &lt;wsdl:portType name='SubscriptionManager' &gt;
+    &lt;wsdl:operation name='RenewOp' &gt;
       &lt;wsdl:input 
-        message="wse:RenewMsg" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/Renew"/&gt;
+        message='wse:RenewMsg' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/Renew'/&gt;
       &lt;wsdl:output 
-        message="wse:RenewResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/RenewResponse"/&gt;
+        message='wse:RenewResponseMsg' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/RenewResponse'/&gt;
     &lt;/wsdl:operation&gt;
-    &lt;wsdl:operation name="GetStatusOp" &gt;
+    &lt;wsdl:operation name='GetStatusOp' &gt;
       &lt;wsdl:input 
-        message="wse:GetStatusMsg"
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/GetStatus"/&gt;
+        message='wse:GetStatusMsg'
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatus'/&gt;
       &lt;wsdl:output 
-        message="wse:GetStatusResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/GetStatusResponse"/&gt;
+        message='wse:GetStatusResponseMsg' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatusResponse'/&gt;
     &lt;/wsdl:operation&gt;
-    &lt;wsdl:operation name="UnsubscribeOp" &gt;
+    &lt;wsdl:operation name='UnsubscribeOp' &gt;
       &lt;wsdl:input 
-        message="wse:UnsubscribeMsg" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/Unsubscribe"/&gt;
+        message='wse:UnsubscribeMsg' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/Unsubscribe'/&gt;
       &lt;wsdl:output 
-        message="wse:UnsubscribeResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse"/&gt;
+        message='wse:UnsubscribeResponseMsg' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse'/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
 
-  &lt;portType name="WrappedSinkPortType"&gt;
-    &lt;operation name="NotifyEvent"&gt;
-      &lt;input message="tns:notifyEvent" name="NotifyEvent" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent"/&gt;
+  &lt;portType name='WrappedSinkPortType'&gt;
+    &lt;operation name='NotifyEvent'&gt;
+      &lt;input message='tns:notifyEvent' name='NotifyEvent' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/&gt;
     &lt;/operation&gt;
   &lt;/portType&gt;
 &lt;/wsdl:definitions&gt;</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>&lt;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"&gt;
+  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'&gt;
   
   &lt;types&gt;
     &lt;xs:schema 
-        targetNamespace="http://www.w3.org/2009/09/ws-evt"&gt;
+        targetNamespace='http://www.w3.org/2009/09/ws-evt'&gt;
 
-      &lt;xs:complexType name="EventType" mixed="true"&gt; 
+      &lt;xs:complexType name='EventType' mixed='true'&gt; 
         &lt;xs:sequence&gt; 
-          &lt;xs:any namespace="##any" processContents="lax" minOccurs="0"
-                  maxOccurs="unbounded"/&gt; 
+          &lt;xs:any namespace='##any' processContents='lax' minOccurs='0'
+                  maxOccurs='unbounded'/&gt; 
         &lt;/xs:sequence&gt; 
-        &lt;xs:attribute name="actionURI" type="xs:anyURI" use="optional" /&gt; 
-        &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt; 
+        &lt;xs:attribute name='actionURI' type='xs:anyURI' use='optional' /&gt; 
+        &lt;xs:anyAttribute namespace='##other' processContents='lax' /&gt; 
       &lt;/xs:complexType&gt; 
 
-      &lt;xs:element name="Notify" type="tns:EventType" /&gt;
+      &lt;xs:element name='Notify' type='tns:EventType' /&gt;
     &lt;/xs:schema&gt;
   &lt;/types&gt;
   
-  &lt;message name="notifyEvent"&gt;
-    &lt;part name="parameter" element="tns:Notify"/&gt;
+  &lt;message name='notifyEvent'&gt;
+    &lt;part name='parameter' element='tns:Notify'/&gt;
   &lt;/message&gt;
   
-  &lt;portType name="WrappedSinkPortType"&gt;
-    &lt;operation name="NotifyEvent"&gt;
-      &lt;input message="tns:notifyEvent" name="NotifyEvent" 
-        wsam:Action="http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent"/&gt;
+  &lt;portType name='WrappedSinkPortType'&gt;
+    &lt;operation name='NotifyEvent'&gt;
+      &lt;input message='tns:notifyEvent' name='NotifyEvent' 
+        wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/&gt;
     &lt;/operation&gt;
   &lt;/portType&gt;
 &lt;/definitions&gt;</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>&lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           targetNamespace="http://www.w3.org/2009/09/ws-evt"
-           elementFormDefault="qualified" attributeFormDefault="unqualified"&gt;
-  &lt;xs:element name="EventDescriptions"&gt;
+   </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
+           targetNamespace='http://www.w3.org/2009/09/ws-evt'
+           elementFormDefault='qualified' attributeFormDefault='unqualified'&gt;
+  &lt;xs:element name='EventDescriptions'&gt;
     &lt;xs:complexType&gt;
       &lt;xs:sequence&gt;
-        &lt;xs:element name="types"&gt;
+        &lt;xs:element name='types'&gt;
           &lt;xs:annotation&gt;
             &lt;xs:documentation&gt;Data type definitions that are relevant to described notifications.&lt;/xs:documentation&gt;
           &lt;/xs:annotation&gt;
           &lt;xs:complexType&gt;
             &lt;xs:sequence&gt;
-              &lt;xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/&gt;
+              &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/&gt;
             &lt;/xs:sequence&gt;
-            &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+            &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
           &lt;/xs:complexType&gt;
         &lt;/xs:element&gt;
-        &lt;xs:element name="eventType" maxOccurs="unbounded"&gt;
+        &lt;xs:element name='eventType' maxOccurs='unbounded'&gt;
           &lt;xs:complexType&gt;
             &lt;xs:sequence&gt;
-              &lt;xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/&gt;
+              &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/&gt;
             &lt;/xs:sequence&gt;
-            &lt;xs:attribute name="name" type="xs:NCName" use="required"/&gt;
-            &lt;xs:attribute name="element" type="xs:QName" use="required"/&gt;
-            &lt;xs:attribute name="actionURI" type="xs:anyURI" use="optional"/&gt;
-            &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+            &lt;xs:attribute name='name' type='xs:NCName' use='required'/&gt;
+            &lt;xs:attribute name='element' type='xs:QName' use='required'/&gt;
+            &lt;xs:attribute name='actionURI' type='xs:anyURI' use='optional'/&gt;
+            &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
           &lt;/xs:complexType&gt;
         &lt;/xs:element&gt;
-        &lt;xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/&gt;
+        &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/&gt;
       &lt;/xs:sequence&gt;
-      &lt;xs:attribute name="targetNamespace" type="xs:anyURI" use="required"/&gt;
-      &lt;xs:anyAttribute namespace="##other" processContents="lax"/&gt;
+      &lt;xs:attribute name='targetNamespace' type='xs:anyURI' use='required'/&gt;
+      &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
 &lt;/xs:schema&gt;</pre></div></div></div><div class="div1">

Received on Thursday, 10 December 2009 00:04:20 UTC