2006/ws/policy ws-policy-framework.xml,1.108,1.109 ws-policy-framework.html,1.88,1.89

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 @@
 &lt;/wsp:ExactlyOne&gt;</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">&lt;wsp:All&gt;
+  &lt;wsp:ExactlyOne /&gt;
+&lt;/wsp:All&gt;</eg>
+<p>is equivalent to:</p>
+<eg xml:space="preserve" role="needs-numbering">&lt;wsp:ExactlyOne /&gt;</eg>
+<p>and:</p>
+<eg xml:space="preserve" role="needs-numbering">&lt;wsp:All&gt;
   &lt;wsp:ExactlyOne&gt;
 <emph>    &lt;!-- assertion 1 --&gt;</emph>
 <emph>    &lt;!-- assertion 2 --&gt;</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) &nbsp; &lt;wsp:All&gt;<emph>&lt;!-- assertion 2 --&gt;&lt;!-- assertion 3 --&gt;</emph>&lt;/wsp:All&gt;
 (05) &nbsp; &lt;wsp:All&gt;<emph>&lt;!-- assertion 2 --&gt;&lt;!-- assertion 4 --&gt;</emph>&lt;/wsp:All&gt;
 (06) &lt;/wsp:ExactlyOne&gt;</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) &lt;wsp:All&gt;
+(02)   &lt;wsp:ExactlyOne /&gt;
+(03) &lt;/wsp:All&gt;</pre></div><p>is equivalent to:</p><div class="exampleInner"><pre>(01) &lt;wsp:ExactlyOne /&gt;</pre></div><p>and:</p><div class="exampleInner"><pre>(01) &lt;wsp:All&gt;
 (02) &nbsp; &lt;wsp:ExactlyOne&gt;
 (03) <emph>&nbsp; &nbsp; &lt;!-- assertion 1 --&gt;</emph>
 (04) <emph>&nbsp; &nbsp; &lt;!-- assertion 2 --&gt;</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