2006/ws/policy ws-policy-attachment.xml,1.64,1.65

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

Modified Files:
	ws-policy-attachment.xml 
Log Message:
Implemented resolution for issue 3894, Editors AI 71

Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- ws-policy-attachment.xml	3 Nov 2006 20:28:40 -0000	1.64
+++ ws-policy-attachment.xml	9 Nov 2006 16:38:08 -0000	1.65
@@ -1628,6 +1628,35 @@
 </tr>
 </tbody>
 </table>
+ <p>
+   Two {policy} properties are equivalent when they represent policies that 
+   contain the same number of <termref def="policy_alternative">policy alternatives</termref>, 
+   and each <termref def="policy_alternative">policy alternative</termref> in the first policy 
+   is equivalent to some <termref def="policy_alternative">policy alternative</termref> 
+   in the second policy, and conversely.
+ </p>
+  <p>
+    Two <termref def="policy_alternative">policy alternatives</termref> are 
+    equivalent when each <termref def="policy_assertion">policy assertion</termref> 
+    in the first <termref def="policy_alternative">policy alternative</termref> is  
+    equivalent to some <termref def="policy_assertion">policy assertion</termref> 
+    in the second <termref def="policy_alternative">policy alternative</termref>, and conversely.  
+    If either <termref def="policy_alternative">policy alternative</termref> 
+    contains multiple <termref def="policy_assertion">policy assertions</termref> of 
+    the same type, <termref def="policy_alternative">policy alternative</termref>
+    equality is dependent on the semantics of that assertion type.
+  </p>
+  <p>
+    Two <termref def="policy_assertion">policy assertions</termref> are equivalent 
+    if they have the same QName and, if either <termref def="policy_assertion">policy assertion</termref> 
+    has a nested policy, both assertions must have a 
+    nested policy and the nested policies must be equal.  If either assertion 
+    contains policy assertion parameters, then the policy assertion parameters 
+    SHOULD be compared for equality.  Comparing policy assertion parameters 
+    for equality is not defined by this document, but <termref def="policy_assertion">policy assertion</termref> 
+    equality may be further refined by the corresponding <termref def="policy_assertion">policy assertion</termref> 
+    specification.
+  </p>
 </div2>
 <div2 id="effective-policy">
 <head>Effective Policy</head>
@@ -2912,7 +2941,15 @@
     <td>ASV</td>
     <td>Reset Section <specref ref="change-description"/>.
     </td>
-  </tr>   
+  </tr>
+  <tr>
+    <td>20061109</td>
+    <td>PY</td>
+    <td>Implemented the
+      <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0192.html">resolution for Issue 3894.</loc> 
+      Editors' Action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/71">71</loc>.
+    </td>
+  </tr> 
 </tbody>
 </table>
 </inform-div1>

Received on Thursday, 9 November 2006 16:38:27 UTC