WWW/2002/ws/ra/edcopies/ws-evt eventing.xsd,1.18,1.19 EventingPolicy.xsd,1.2,NONE

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

Modified Files:
	eventing.xsd 
Removed Files:
	EventingPolicy.xsd 
Log Message:
8124 8179


--- EventingPolicy.xsd DELETED ---

Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- eventing.xsd	7 Nov 2009 05:01:57 -0000	1.18
+++ eventing.xsd	7 Nov 2009 16:33:02 -0000	1.19
@@ -247,4 +247,58 @@
 
   <xs:element name="Notify" type="tns:EventType" />
 
+  <!-- Policy -->
+  <xs:complexType name="Duration">
+    <xs:simpleContent>
+      <xs:extension base="tns:NonNegativeDurationType">
+       <xs:anyAttribute namespace="##other" processContents="lax"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+
+  <xs:complexType name="URI">
+    <xs:simpleContent>
+      <xs:extension base="xs:anyURI">
+        <xs:anyAttribute namespace="##other" processContents="lax"/>
+      </xs:extension>
+    </xs:simpleContent>
+  </xs:complexType>
+
+  <xs:complexType name="Empty">
+    <xs:sequence/>
+    <xs:anyAttribute namespace="##other" processContents="lax"/>
+  </xs:complexType>
+
+  <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:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
+  <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:sequence>
+      <xs:anyAttribute namespace="##other" processContents="lax" />
+    </xs:complexType>
+  </xs:element>
+
 </xs:schema>

Received on Saturday, 7 November 2009 16:33:09 UTC