WWW/2002/ws/ra/edcopies wsenum.html,1.35,1.36 wsenum.xml,1.26,1.27

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

Modified Files:
	wsenum.html wsenum.xml 
Log Message:
6860


Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- wsenum.html	28 Apr 2009 20:16:32 -0000	1.35
+++ wsenum.html	13 May 2009 00:34:06 -0000	1.36
@@ -957,7 +957,6 @@
 
 <b>[Body]</b>
   &lt;wsen:EnumerationEnd ...&gt;
-    &lt;wsen:EnumerationContext&gt;...&lt;/wsen:EnumerationContext&gt;
     &lt;wsen:Code&gt;
       ( http://www.w3.org/2009/02/ws-enu/SourceShuttingDown
       | http://www.w3.org/2009/02/ws-enu/SourceCancelling )
@@ -969,11 +968,7 @@
   &lt;/wsen:EnumerationEnd&gt;</pre></div></div><p>
      The following describes additional, normative
      constraints on the outline listed above:
-    </p><dl><dt class="label"><b>[Body]</b>/wsen:Release/wsen:EnumerationContext </dt><dd><p>
-        This required element contains the XML data
-        that represents the enumeration context being
-        terminated.
-       </p></dd><dt class="label"><b>[Body]</b>/wsen:EnumerationEnd/wsen:Code =
+    </p><dl><dt class="label"><b>[Body]</b>/wsen:EnumerationEnd/wsen:Code =
        "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown"
       </dt><dd><p>
         This value MUST be used if the data source
@@ -1495,16 +1490,14 @@
   &lt;!-- EnumerationEnd message --&gt;
   &lt;xs:element name="EnumerationEnd"&gt;
     &lt;xs:complexType&gt;
-    &lt;xs:sequence&gt;
-      &lt;xs:element name="EnumerationContext" 
-                  type="tns:EnumerationContextType" /&gt;
-      &lt;xs:element name="Code" type="tns:OpenEnumerationEndCodeType" /&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:sequence&gt;
+        &lt;xs:element name="Code" type="tns:OpenEnumerationEndCodeType" /&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:complexType&gt;
   &lt;/xs:element&gt;
 
@@ -1642,4 +1635,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6499">6499</a></td></tr><tr><td> 2009/04/07 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6726">6726</a></td></tr><tr><td> 2009/04/22 </td><td> KW </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6739">6739</a></td></tr><tr><td> 2009/04/28 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr><tr><td> 2009/05/12 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6860">6860</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- wsenum.xml	28 Apr 2009 20:16:32 -0000	1.26
+++ wsenum.xml	13 May 2009 00:34:06 -0000	1.27
@@ -1580,7 +1580,6 @@
 
 <kw>[Body]</kw>
   &lt;wsen:EnumerationEnd ...>
-    &lt;wsen:EnumerationContext>...&lt;/wsen:EnumerationContext>
     &lt;wsen:Code>
       ( http://www.w3.org/2009/02/ws-enu/SourceShuttingDown
       | http://www.w3.org/2009/02/ws-enu/SourceCancelling )
@@ -1599,17 +1598,6 @@
 
     <glist>
      <gitem>
-      <label> <kw>[Body]</kw>/wsen:Release/wsen:EnumerationContext </label>
-      <def>
-       <p>
-        This required element contains the XML data
-        that represents the enumeration context being
-        terminated.
-       </p>
-      </def>
-     </gitem>
-
-     <gitem>
       <label>
        <kw>[Body]</kw>/wsen:EnumerationEnd/wsen:Code =
        "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown"
@@ -2555,16 +2543,14 @@
   &lt;!-- EnumerationEnd message -->
   &lt;xs:element name="EnumerationEnd">
     &lt;xs:complexType>
-    &lt;xs:sequence>
-      &lt;xs:element name="EnumerationContext" 
-                  type="tns:EnumerationContextType" />
-      &lt;xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
-      &lt;xs:element name="Reason" type="tns:LanguageSpecificStringType" 
-                  minOccurs="0" maxOccurs="unbounded" />
-      &lt;xs:any namespace="##other" processContents="lax" 
-              minOccurs="0" maxOccurs="unbounded" />
-    &lt;/xs:sequence>
-    &lt;xs:anyAttribute namespace="##other" processContents="lax" />
+      &lt;xs:sequence>
+        &lt;xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
+        &lt;xs:element name="Reason" type="tns:LanguageSpecificStringType" 
+                    minOccurs="0" maxOccurs="unbounded" />
+        &lt;xs:any namespace="##other" processContents="lax" 
+                minOccurs="0" maxOccurs="unbounded" />
+      &lt;/xs:sequence>
+      &lt;xs:anyAttribute namespace="##other" processContents="lax" />
     &lt;/xs:complexType>
   &lt;/xs:element>
 
@@ -2807,6 +2793,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/05/12 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6860">6860</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Received on Wednesday, 13 May 2009 00:34:17 UTC