- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Mar 2007 21:50:34 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv18095
Modified Files:
ws-policy-primer.xml
Log Message:
Applied the resolution to issue 4262 (editors action 201).
Index: ws-policy-primer.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ws-policy-primer.xml 15 Mar 2007 19:25:46 -0000 1.35
+++ ws-policy-primer.xml 15 Mar 2007 21:50:31 -0000 1.36
@@ -475,6 +475,20 @@
Therefore ignorable assertions may have an effect on determining compatibility of provider and consumer policies.
</p>
</div2>
+
+ <div2 id="Both-Optional-Ignorable">
+ <head>Marking Assertions both Optional and Ignorable</head>
+ <p>As described in the sections above and in Section <specref ref="strict-lax-policy-intersection"/>,
+ the WS-Policy 1.5 specification defines two
+ attributes that can be used to mark an assertion: wsp:Optional and wsp:Ignorable.</p>
+ <p>The WS-Policy Framework allows a policy assertion to be marked with both "optional"
+ and "Ignorable" attributes simultaneously. The presence of "@wsp:optional=true" on an assertion
+ is a syntactic compact form for two alternatives in normal form, one with the assertion
+ and the other without the assertion. Hence syntactically marking an assertion "A" with both the
+ @wsp:Optional and @wsp:Ignorable with the value of "true" for both, is equivalent to
+ two alternatives; one where the assertion A exists with @wsp:Ignorable=true and the
+ second where the assertion A does not exist.</p>
+ </div2>
<div2 id="nested-policy-expressions">
<head>Nested Policy Expressions</head>
@@ -2201,9 +2215,18 @@
(editors action
<loc
href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/194">194</loc>).
- </td>
-
- </tr>
+ </td>
+ </tr>
+ <tr>
+ <td>20070315</td>
+ <td>PY</td>
+ <td>Applied <loc href="http://www.w3.org/2007/03/14-ws-policy-irc#T17-29-32">the resolution</loc>
+ to <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4262">issue 4262</loc>
+ (editors action
+ <loc
+ href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/201">201</loc>).
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Thursday, 15 March 2007 21:50:41 UTC