WWW/2002/ws/ra/edcopies/ws-evt eventing.xsd,1.21,1.22

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

Modified Files:
	eventing.xsd 
Log Message:
7986


Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- eventing.xsd	19 Jan 2010 22:38:49 -0000	1.21
+++ eventing.xsd	28 Jan 2010 05:19:20 -0000	1.22
@@ -81,6 +81,13 @@
   </xs:complexType>
  
   <xs:element name='NotifyTo' type='wsa:EndpointReferenceType' />
+
+  <xs:complexType name='NotificationPolicy'>
+    <xs:sequence>
+      <xs:any namespace='##other' processContents='lax'
+              maxOccurs='unbounded'/>
+    </xs:sequence>
+  </xs:complexType>
  
   <!-- Subscribe request -->
   <xs:element name='Subscribe'>
@@ -279,6 +286,8 @@
         <xs:element name='FormatName' type='tns:URI' minOccurs='0'
                                       maxOccurs='unbounded'/>
         <xs:element name='EndToSupported' type='tns:Empty' minOccurs='0'/>
+        <xs:element name='NotificationPolicy' type='tns:NotificationPolicy' 
+                                              minOccurs='0'/>
         <xs:any namespace='##other' processContents='lax' minOccurs='0'
                                     maxOccurs='unbounded'/>
       </xs:sequence>

Received on Thursday, 28 January 2010 05:19:25 UTC