WWW/2002/ws/ra/edcopies/ws-evt eventing.xsd,1.6,1.7

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

Modified Files:
	eventing.xsd 
Log Message:
issue 6428


Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- eventing.xsd	9 Mar 2009 17:16:50 -0000	1.6
+++ eventing.xsd	17 Mar 2009 23:36:12 -0000	1.7
@@ -21,7 +21,17 @@
               minOccurs="0" maxOccurs="unbounded" />
     </xs:sequence>
     <xs:attribute name="Mode" type="xs:anyURI" use="optional" 
-      default="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push" />
+      default="http://http://www.w3.org/2009/02/ws-evt/DeliveryModes/Push" />
+    <xs:anyAttribute namespace="##other" processContents="lax" />
+  </xs:complexType>
+ 
+  <xs:complexType name="FormatType" mixed="true">
+    <xs:sequence>
+      <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/02/ws-evt/DeliveryFormats/Unwrap" />
     <xs:anyAttribute namespace="##other" processContents="lax" />
   </xs:complexType>
  
@@ -64,6 +74,7 @@
         <xs:element name="EndTo" type="wsa:EndpointReferenceType" 
                     minOccurs="0" />
         <xs:element name="Delivery" type="tns:DeliveryType" />
+        <xs:element name="Format" type="tns:FormatType" />
         <xs:element name="Expires" type="tns:ExpirationType" 
                     minOccurs="0" />
         <xs:element name="Filter" type="tns:FilterType" 
@@ -97,6 +108,9 @@
   <!-- Used in a fault if there's an unsupported delivery mode -->
   <xs:element name="SupportedDeliveryMode" type="xs:anyURI" />
  
+  <!-- Used in a fault if there's an unsupported format name -->
+  <xs:element name="SupportedDeliveryFormat" type="xs:anyURI" />
+ 
   <!-- Renew request -->
   <xs:element name="Renew">
     <xs:complexType>

Received on Tuesday, 17 March 2009 23:36:24 UTC