2006/ws/policy ws-policy-framework.xml,1.52,1.53 ws-policy-framework.html,1.39,1.40

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

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
Log Message:
Implemented the resolution for issue 3549.

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ws-policy-framework.xml	25 Sep 2006 09:24:00 -0000	1.52
+++ ws-policy-framework.xml	26 Sep 2006 07:50:17 -0000	1.53
@@ -367,7 +367,7 @@
 
 	    <p>Domain authors <rfc2119>MAY</rfc2119> define that an assertion contains a
 	    <termref def='policy_expression'>policy
-	    expression</termref> as one of its <emph
+	        expression</termref> (as defined in <specref ref="rPolicy_Expression"/>) as one of its <emph
 	    role="infoset-property">children</emph>.  <termref def="nested_policy_expression">Nested policy expression(s)</termref> are used by domain authors to further
 	    qualify one or more specific aspects of the original
 	    assertion. For example, security policy domain authors may
@@ -378,8 +378,9 @@
 	    <p>The XML Infoset of a <termref def="policy_assertion">policy assertion</termref> <rfc2119>MAY</rfc2119> contain a non-empty <emph
 	    role="infoset-property">attributes</emph> property and/or a non-empty <emph
 	    role="infoset-property">children</emph>
-	    property. Such content <rfc2119>MAY</rfc2119> be used to parameterize the
-	    behavior indicated by the assertion.  
+	        property. Such properties are <termref def="policy_assertion_parameter">policy assertion parameters</termref> 
+	        and <rfc2119>MAY</rfc2119> be used to  
+	        parameterize the behavior indicated by the assertion.  
 	    <termdef id='policy_assertion_parameter' term='policy assertion parameter'>A <term>policy assertion parameter</term> 
 	    qualifies the behavior indicated by a <termref def='policy_assertion'>policy assertion</termref>.</termdef>
 	    For example, an
@@ -913,7 +914,9 @@
 <p>The following rules are used to transform a compact policy expression into a normal form policy expression:</p>
 <glist><gitem>
 <label>Equivalence</label>
-<def><p><el>wsp:Policy</el> is equivalent to <el>wsp:All</el>.</p></def>
+<def><p>Use of <el>wsp:Policy</el> as an operator within a policy expression is  
+    equivalent to <el>wsp:All</el>.</p>
+</def>
 </gitem>
 <gitem>
 <label>Empty</label>
@@ -1938,6 +1941,15 @@
                             to include the Security Considerations section from the Primer document.
                         </td>
                     </tr>
+                    <tr>
+                        <td>20060926</td>
+                        <td>ASV</td>
+                        <td>Implemented the 
+                            <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/30">resolution</loc> 
+                            for issue 
+                            <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3549">3549</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.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ws-policy-framework.html	25 Sep 2006 09:24:00 -0000	1.39
+++ ws-policy-framework.html	26 Sep 2006 07:50:17 -0000	1.40
@@ -1,6 +1,5 @@
-<!DOCTYPE html
-  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en-US"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Policy 1.5 - Framework</title><style type="text/css">
 code           { font-family: monospace; }
 
 div.constraint,
@@ -48,30 +47,49 @@
 div.exampleWrapper { margin: 4px }
 div.exampleHeader { font-weight: bold;
[...2109 lines suppressed...]
                             to include the Security Considerations section from the Primer document.
-                        </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
+                        </td>
+                    </tr>
+                    <tr>
+                        <td rowspan="1" colspan="1">20060926</td>
+                        <td rowspan="1" colspan="1">ASV</td>
+                        <td rowspan="1" colspan="1">Implemented the 
+                            <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/30">resolution</a> 
+                            for issue 
+                            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3549">3549</a>.                	
+                        </td>
+                    </tr>
+                </tbody>
+            </table><br>
+        </div>
+    </div>
+</body></html>
\ No newline at end of file

Received on Tuesday, 26 September 2006 07:50:27 UTC