- From: Toufic Boubez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Sep 2006 17:30:05 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv16865
Modified Files:
ws-policy-framework.xml
Log Message:
http://www.w3.org/2005/06/tracker/wspolicyeds/actions/8
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- ws-policy-framework.xml 12 Sep 2006 21:37:21 -0000 1.38
+++ ws-policy-framework.xml 13 Sep 2006 17:30:03 -0000 1.39
@@ -435,7 +435,7 @@
<div2 id="rPolicy">
<head>Policy</head>
- <p>At the abstract level a <termref
+ <p>A <termref
def='policy'>policy</termref> is a potentially empty
collection of <termref def='policy_alternative'>policy
alternatives</termref>. A policy with zero alternatives
@@ -570,12 +570,12 @@
<p>If an <termref def='policy_assertion'>assertion</termref> in the
normal form of a policy expression contains a <termref def="nested_policy_expression">nested policy
expression</termref>, the nested policy expression <rfc2119>MUST</rfc2119>
-contain at most one policy alternative.</p>
+ contain at most one policy alternative (see <specref ref='Policy_Assertion_Nesting' />).</p>
<p>To simplify processing and improve interoperability, the normal
form of a policy expression should be used where practical.</p>
-<p>For example, the following is the normal form of the policy expression example introduced earlier.</p>
+ <p>For example, the following is the normal form of the policy expression example introduced earlier (see <specref ref='Example' />).</p>
<eg xml:space="preserve">(01) <wsp:Policy
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
xmlns:wsp="&nsuri;" >
@@ -806,9 +806,9 @@
normalized recursively. The nesting of a policy expression (and a
<el>wsp:Policy</el> child) is retained in the normal form, but in
the normal form, each nested policy expression contains at most one
-policy alternative. If an assertion A contains a nested policy
-expression E, and if E contains more than one policy alternative, A is
-duplicated such that there are as many instances of A as choices in E,
+policy alternative. If an assertion A contains a nested policy
+expression E, and if E contains more than one policy alternative,
+A is duplicated such that there are as many instances of A as choices in E,
and the nested policy expression of a duplicate A contains a single
choice. This process is applied recursively to the assertions within
those choices and to their nested policy expression, if
@@ -1698,6 +1698,13 @@
<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/6">6</loc>.
</td>
</tr>
+ <tr>
+ <td>20060913</td>
+ <td>TIB</td>
+ <td>Completed action item:
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/8">8</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Wednesday, 13 September 2006 17:30:16 UTC