2006/ws/policy ws-policy-framework.xml,1.136,1.137

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv4021

Modified Files:
	ws-policy-framework.xml 
Log Message:
Implemented the changes proposed at F2F Editors' action 275 & 276

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- ws-policy-framework.xml	24 May 2007 18:59:35 -0000	1.136
+++ ws-policy-framework.xml	29 May 2007 02:13:30 -0000	1.137
@@ -81,8 +81,8 @@
                 entities in a Web services-based system. </p>
 
             <p>A <termref def="policy">policy</termref> is a collection of policy alternatives. A
-                    <termref def="policy_alternative">policy alternative </termref> is a collection
-                of policy assertions. A <termref def="policy_assertion">policy assertion</termref>
+                    <termref def="policy_alternative">policy alternative </termref> 
+                    is a collection of policy assertions. A <termref def="policy_assertion">policy assertion</termref>
                 represents a requirement, capability, or other property of a behavior. A <termref
                     def="policy_expression">policy expression</termref> is an XML Infoset
                 representation of its policy, either in a normal form or in its equivalent compact
@@ -429,9 +429,13 @@
 
 
                 <p><termdef id="policy_alternative" term="policy alternative">A <term>policy
-                            alternative</term> is a potentially empty collection of <termref
-                            def="policy_assertion">policy assertions</termref>.</termdef> An
-                    alternative with zero assertions indicates no behaviors. An alternative with one
+                            alternative</term> is a potentially empty 
+                            <termref def="collection"> collection </termref> of <termref
+                            def="policy_assertion">policy assertions</termref>.</termdef> 
+                   <termdef id="collection" term="collection"> The items in a
+                            <term>collection</term> in this specification are unordered and may contain duplicates. 
+                   </termdef>
+                            An alternative with zero assertions indicates no behaviors. An alternative with one
                     or more assertions indicates behaviors implied by those, and only those
                     assertions.</p>
 
@@ -1237,7 +1241,7 @@
                             <def>
                                 <ulist>
                                     <item>
-                                        <p><code>&lt;wsp:All /&gt;</code> expresses a policy
+                                        <p><code>&lt;wsp:All /&gt;</code> expresses a policy alternative
                                             with zero policy assertions. Note that since
                                                 <el>wsp:Policy</el> is equivalent to
                                             <el>wsp:All</el>, <code>&lt;wsp:Policy
@@ -3182,6 +3186,23 @@
                             Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/297">297</loc>.
                             </td>
                     </tr>
+                        <tr>
+                        <td>20070528</td>
+                        <td>MH</td>
+                        <td>Implemented the changes proposed at F2F
+                            <loc href="http://www.w3.org/2007/05/23-ws-policy-minutes.html#item08">indicated by this reference</loc> 
+                            for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4552">4552</loc>. 
+                            Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/275">275</loc>.
+                            </td>
+                    </tr>
+                     <tr>
+                        <td>20070528</td>
+                        <td>MH</td>
+                        <td>Implemented the changes proposed at F2F
+                            for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4556">4556</loc>. 
+                            Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/276">276</loc>.
+                            </td>
+                    </tr>
                 </tbody>
             </table>
         </inform-div1>

Received on Tuesday, 29 May 2007 02:13:34 UTC