- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Sep 2006 22:01:41 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv22050
Modified Files:
ws-policy-framework.xml
Log Message:
Completed Action Item http://www.w3.org/2005/06/tracker/wspolicyeds/actions/17
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- ws-policy-framework.xml 18 Sep 2006 21:21:51 -0000 1.42
+++ ws-policy-framework.xml 18 Sep 2006 22:01:38 -0000 1.43
@@ -787,9 +787,10 @@
role="infoset-property">children</emph> property; as explained in
Section <specref ref='Policy_Operators'/>, this is equivalent to a
nested policy expression with a single alternative that has zero
-assertions. If this is not done then two assertions of the same type
-will not be compatible and intersection may fail (see Section <specref
-ref="Policy_Intersection"/>).</p></def>
+assertions. The reason for requring least an empty <code><wsp:Policy/></code>
+Element above is to ensure that two assertions of the same type will always be
+compatible and an intersection would not fail
+(see Section <specref ref="Policy_Intersection"/>).</p></def>
</gitem>
<gitem>
<label>/Assertion/*/wsp:Policy</label>
@@ -817,7 +818,8 @@
branches have branches etc, in the normal form, a policy is a stump
with straight vines.</p>
-<p>For example, consider the following compact nested policy expression:</p>
+<p>For example, consider the following policy expression with
+nested policy expressions in a compact form:</p>
<eg xml:space="preserve">(01) <wsp:Policy
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
xmlns:wsp="&nsuri;" >
@@ -849,7 +851,7 @@
indicated by the transport binding assertion requires the behavior
indicated by one of the assertions within the algorithm suite
assertion.</p>
-<p>The normalized form of this policy is equivalent to the following:</p>
+<p>The normalized form of the example above is equivalent to the following:</p>
<eg xml:space="preserve">(01) <wsp:Policy
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
xmlns:wsp="&nsuri;" >
@@ -1728,6 +1730,13 @@
<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/16">16</loc>.
</td>
</tr>
+ <tr>
+ <td>20060918</td>
+ <td>PY</td>
+ <td>Completed action item:
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/17">17</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Monday, 18 September 2006 22:01:45 UTC