- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 May 2009 00:34:08 +0000
- To: public-ws-resource-access-notifications@w3.org
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>
<wsen:EnumerationEnd ...>
- <wsen:EnumerationContext>...</wsen:EnumerationContext>
<wsen:Code>
( http://www.w3.org/2009/02/ws-enu/SourceShuttingDown
| http://www.w3.org/2009/02/ws-enu/SourceCancelling )
@@ -969,11 +968,7 @@
</wsen:EnumerationEnd></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 @@
<!-- EnumerationEnd message -->
<xs:element name="EnumerationEnd">
<xs:complexType>
- <xs:sequence>
- <xs:element name="EnumerationContext"
- type="tns:EnumerationContextType" />
- <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
- <xs:element name="Reason" type="tns:LanguageSpecificStringType"
- minOccurs="0" maxOccurs="unbounded" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
- </xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:sequence>
+ <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
+ <xs:element name="Reason" type="tns:LanguageSpecificStringType"
+ 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>
@@ -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>
<wsen:EnumerationEnd ...>
- <wsen:EnumerationContext>...</wsen:EnumerationContext>
<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 @@
<!-- EnumerationEnd message -->
<xs:element name="EnumerationEnd">
<xs:complexType>
- <xs:sequence>
- <xs:element name="EnumerationContext"
- type="tns:EnumerationContextType" />
- <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
- <xs:element name="Reason" type="tns:LanguageSpecificStringType"
- minOccurs="0" maxOccurs="unbounded" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
- </xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:sequence>
+ <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
+ <xs:element name="Reason" type="tns:LanguageSpecificStringType"
+ 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>
@@ -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