- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 22:56:32 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv7953
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
Implemented the resolution for issue 4240. Editors' action 146.
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- ws-policy-framework.xml 22 Jan 2007 22:26:13 -0000 1.108
+++ ws-policy-framework.xml 22 Jan 2007 22:56:27 -0000 1.109
@@ -1076,6 +1076,12 @@
</wsp:ExactlyOne></eg>
<p>Distributing <el>wsp:All</el> over an empty <el>wsp:ExactlyOne</el> is equivalent to no alternatives. For example,</p>
<eg xml:space="preserve" role="needs-numbering"><wsp:All>
+ <wsp:ExactlyOne />
+</wsp:All></eg>
+<p>is equivalent to:</p>
+<eg xml:space="preserve" role="needs-numbering"><wsp:ExactlyOne /></eg>
+<p>and:</p>
+<eg xml:space="preserve" role="needs-numbering"><wsp:All>
<wsp:ExactlyOne>
<emph> <!-- assertion 1 --></emph>
<emph> <!-- assertion 2 --></emph>
@@ -2469,7 +2475,16 @@
for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4138">4138</loc>.
Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/140">140</loc>.
</td>
- </tr>
+ </tr>
+ <tr>
+ <td>20070122</td>
+ <td>ASV</td>
+ <td>Implemented the
+ <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0173.html">resolution</loc>
+ for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4240">4240</loc>.
+ Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/146">146</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- ws-policy-framework.html 22 Jan 2007 22:26:13 -0000 1.88
+++ ws-policy-framework.html 22 Jan 2007 22:56:28 -0000 1.89
@@ -689,6 +689,8 @@
(04) <wsp:All><emph><!-- assertion 2 --><!-- assertion 3 --></emph></wsp:All>
(05) <wsp:All><emph><!-- assertion 2 --><!-- assertion 4 --></emph></wsp:All>
(06) </wsp:ExactlyOne></pre></div><p>Distributing <code class="elt">wsp:All</code> over an empty <code class="elt">wsp:ExactlyOne</code> is equivalent to no alternatives. For example,</p><div class="exampleInner"><pre>(01) <wsp:All>
+(02) <wsp:ExactlyOne />
+(03) </wsp:All></pre></div><p>is equivalent to:</p><div class="exampleInner"><pre>(01) <wsp:ExactlyOne /></pre></div><p>and:</p><div class="exampleInner"><pre>(01) <wsp:All>
(02) <wsp:ExactlyOne>
(03) <emph> <!-- assertion 1 --></emph>
(04) <emph> <!-- assertion 2 --></emph>
@@ -1411,4 +1413,8 @@
<a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0166.html">resolution</a>
for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4138">4138</a>.
Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/140">140</a>.
+ </td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the
+ <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Jan/0173.html">resolution</a>
+ for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4240">4240</a>.
+ Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/146">146</a>.
</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
Received on Monday, 22 January 2007 22:56:39 UTC