- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Sep 2009 21:59:03 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv6260
Modified Files:
wsenum.html wsenum.xml
Log Message:
7430
Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- wsenum.html 26 Aug 2009 03:25:09 -0000 1.55
+++ wsenum.html 1 Sep 2009 21:59:00 -0000 1.56
@@ -1340,7 +1340,8 @@
<xs:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
- <xs:attribute name="Dialect" type="xs:anyURI" />
+ <xs:attribute name="Dialect" type="xs:anyURI" use="optional"
+ default="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"/>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
@@ -1698,4 +1699,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7193">7193</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7235">7235</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=7235">7235</a></td></tr><tr><td> 2009/09/01 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6427">6427</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.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- wsenum.xml 26 Aug 2009 03:25:09 -0000 1.46
+++ wsenum.xml 1 Sep 2009 21:59:01 -0000 1.47
@@ -2455,7 +2455,8 @@
<xs:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
- <xs:attribute name="Dialect" type="xs:anyURI" />
+ <xs:attribute name="Dialect" type="xs:anyURI" use="optional"
+ default="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"/>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
@@ -3002,6 +3003,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7235">7235</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/09/01 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6427">6427</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Received on Tuesday, 1 September 2009 21:59:12 UTC