- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Jun 2007 23:51:29 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv1263 Modified Files: ws-policy-framework.xml ws-policy-framework.html Log Message: Implemented the resolution for issue 4584. Editors' action 314. Index: ws-policy-framework.xml =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- ws-policy-framework.xml 1 Jun 2007 05:34:07 -0000 1.143 +++ ws-policy-framework.xml 7 Jun 2007 23:51:26 -0000 1.144 @@ -383,7 +383,9 @@ ref="ignorable-policy-assertions"/>). <termdef id="ignorable_policy_assertion" term="ignorable policy assertion">An <term>ignorable policy assertion</term> is an assertion that may be - ignored for policy intersection (as defined in <xspecref + ignored for purposes of determining the compatibility of alternatives + in policy intersection in a lax mode + (as defined in <xspecref href="&framework.latest;#Policy_Intersection">4.5 Policy Intersection</xspecref>).</termdef> By default, an assertion is not ignorable for policy intersection. </p> @@ -1687,8 +1689,15 @@ <div2 id="ignorable-policy-assertions"> <head>Ignorable Policy Assertions</head> <p>The <att>wsp:Ignorable</att> attribute indicates if a policy assertion is an - <termref def="ignorable_policy_assertion">ignorable policy - assertion</termref>. The schema outline for this attribute is as follows:</p> + <termref def="ignorable_policy_assertion">ignorable policy + assertion</termref>. The behavior implied by an ignorable assertion + is expected to be a behavior that need not be engaged for successful + interoperation with the entity that includes such ignorable assertions + in its policy. + </p> + <p> + The schema outline for the <att>wsp:Ignorable</att> attribute is as follows: + </p> <eg xml:space="preserve" role="needs-numbering"><Assertion ( wsp:Ignorable="xs:boolean" )? … > … </Assertion></eg> <p>The following describes the Attribute Information Item defined in the schema outline above:</p> @@ -1779,8 +1788,9 @@ </item> </ulist> <p>If two alternatives are compatible, their intersection is an alternative - containing all of the occurrences of all of the assertions from each of the - alternatives (i.e., the bag union of the two).</p> + containing all of the occurrences of all of the assertions from both + alternatives (i.e., the bag union of the two), regardless of whether + or not they are marked with the <att>wsp:Ignorable='true'</att> attribute.</p> </item> <item> @@ -3323,6 +3333,15 @@ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/312">312</loc>. </td> </tr> + <tr> + <td>20070607</td> + <td>PY</td> + <td>Implemented the resolution + for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4584">4584</loc>. + Editors' action + <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/314">314</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.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- ws-policy-framework.html 30 May 2007 05:10:02 -0000 1.117 +++ ws-policy-framework.html 7 Jun 2007 23:51:26 -0000 1.118 @@ -104,7 +104,7 @@ <h2><a name="w3c-doctype" id="w3c-doctype"></a>Editors' copy $Date$ @@ @@@@ @@@@</h2><dl><dt>This version:</dt><dd> <a href="ws-policy-framework.html">ws-policy-framework.html</a> </dd><dt>Latest version:</dt><dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8</a></dd><dt>Previous version:</dt><dd> - <a href="http://www.w3.org/TR/2007/CR-ws-policy-20070228">http://www.w3.org/TR/2007/CR-ws-policy-20070228</a> + <a href="http://www.w3.org/TR/2007/CR-ws-policy-20070330/">http://www.w3.org/TR/2007/CR-ws-policy-20070330/</a> </dd><dt>Editors:</dt><dd>Asir S Vedamuthu, Microsoft Corporation</dd><dd>David Orchard, BEA Systems, Inc.</dd><dd>Frederick Hirsch, Nokia</dd><dd>Maryann Hondo, IBM Corporation</dd><dd>Prasad Yendluri, webMethods, Inc.</dd><dd>Toufic Boubez, Layer 7 Technologies</dd><dd>Ümit Yalçinalp, SAP AG.</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © @@@@ <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark/a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div> <h2><a name="abstract" id="abstract"></a>Abstract</h2><p>The Web Services Policy 1.5 - Framework provides a general purpose model and corresponding syntax to describe the policies of entities in a Web services-based system.</p><p>Web Services Policy Framework defines a base set of constructs that can be used and @@ -339,7 +339,9 @@ Assertions indicate domain-specific (e.g., security, transactions) semantics and are expected to be defined in separate, domain-specific specifications.</p><p>An assertion MAY indicate that it is an ignorable policy assertion (see <a href="#ignorable-policy-assertions"><b>4.4 Ignorable Policy Assertions</b></a>). [<a name="ignorable_policy_assertion" id="ignorable_policy_assertion" title="ignorable policy assertion">Definition</a>: An <b>ignorable policy assertion</b> is an assertion that may be - ignored for policy intersection (as defined in <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8#Policy_Intersection">4.5 Policy + ignored for purposes of determining the compatibility of alternatives + in policy intersection in a lax mode + (as defined in <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8#Policy_Intersection">4.5 Policy Intersection</a>).] By default, an assertion is not ignorable for policy intersection. </p><p>Assertions are typed by the authors that define them. [<a name="policy_assertion_type" id="policy_assertion_type" title="policy assertion type">Definition</a>: A <b>policy assertion type</b> represents a class of <a title="policy assertion" href="#policy_assertion">policy assertions</a> and implies a schema @@ -1071,8 +1073,14 @@ required to explicitly convert a compact expression into the normal form as long as the processing results are indistinguishable from doing so.</p></div></div><div class="div2"> <h3><a name="ignorable-policy-assertions" id="ignorable-policy-assertions"></a>4.4 Ignorable Policy Assertions</h3><p>The <code>wsp:Ignorable</code> attribute indicates if a policy assertion is an - <a title="ignorable policy assertion" href="#ignorable_policy_assertion">ignorable policy - assertion</a>. The schema outline for this attribute is as follows:</p><div class="exampleInner"><pre>(01) <Assertion ( wsp:Ignorable="xs:boolean" )? … > … </Assertion></pre></div><p>The following describes the Attribute Information Item defined in the schema + <a title="ignorable policy assertion" href="#ignorable_policy_assertion">ignorable policy + assertion</a>. The behavior implied by an ignorable assertion + is expected to be a behavior that need not be engaged for successful + interoperation with the entity that includes such ignorable assertions + in its policy. + </p><p> + The schema outline for the <code>wsp:Ignorable</code> attribute is as follows: + </p><div class="exampleInner"><pre>(01) <Assertion ( wsp:Ignorable="xs:boolean" )? … > … </Assertion></pre></div><p>The following describes the Attribute Information Item defined in the schema outline above:</p><dl><dt class="label"> <code>/Assertion/@wsp:Ignorable</code> </dt><dd><p>This attribute is of type <code>xs:boolean</code>. If the actual @@ -1113,8 +1121,9 @@ B, and</p></li><li><p>if each assertion in B that is not an <a title="ignorable policy assertion" href="#ignorable_policy_assertion">ignorable policy assertion</a> is compatible with an assertion in A.</p></li></ul><p>If two alternatives are compatible, their intersection is an alternative - containing all of the occurrences of all of the assertions from each of the - alternatives (i.e., the bag union of the two).</p></li><li><p>Two <a title="policy" href="#policy">policies</a> are compatible if an + containing all of the occurrences of all of the assertions from both + alternatives (i.e., the bag union of the two), regardless of whether + or not they are marked with the <code>wsp:Ignorable='true'</code> attribute.</p></li><li><p>Two <a title="policy" href="#policy">policies</a> are compatible if an alternative in one is compatible with an alternative in the other. If two policies are compatible, their intersection is the set of the intersections between all pairs of compatible alternatives, choosing one @@ -1492,10 +1501,10 @@ Working Group</a>.</p><p> Members of the Working Group are (at the time of writing, and by alphabetical order): - Dimitar Angelov (SAP AG), Abbie Barbir (Nortel Networks), Charlton Barreto (Adobe Systems Inc.), Sergey Beryozkin (IONA Technologies, Inc.), Vladislav Bezrukov (SAP AG), Toufic Boubez (Layer 7 Technologies), Symon Chang (BEA Systems, Inc.), Paul Cotton (Microsoft Corporation), Jeffrey Crump (Sonic Software), Glen Daniels (Sonic Software), Jacques Durand (Fujitsu Limited), Ruchith Fernando (WSO2), Christopher Ferris (IBM Corporation), William Henry (IONA Technologies, Inc.), Frederick Hirsch (Nokia), Maryann Hondo (IBM Corporation), Tom Jordahl (Adobe Systems Inc.), Paul Knight (Nortel Networks), Philippe Le Hégaret (W3C/MIT), Mark Little (JBoss Inc.), Ashok Malhotra (Oracle Corporation), Monica Martin (Sun Microsystems, Inc.), Arnaud Meyniel (Axway Software), Jeff Mischkinsky (Oracle Corporation), Dale Moberg (Axway Software), Anthony Nadalin (IBM Corporation), Bob Natale (MITRE Corporation), David Orchard (BEA Systems, Inc.), Fabian Ritzmann (Sun Microsystems, Inc.), Daniel Roth (Microsoft Corporaton), Tom Rutt (Fujitsu Limited), Sanka Samaranayake (WSO2), Felix Sasaki (W3C/Keio), Skip Snow (Citigroup), Yakov Sverdlov (CA Inc.), Mark Temple-Raston (Citigroup), Asir Vedamuthu (Microsoft Corporation), Sanjiva Weerawarana (WSO2), Ümit Yalçinalp (SAP AG), Prasad Yendluri (webMethods, Inc.). + Dimitar Angelov (SAP AG), Abbie Barbir (Nortel Networks), Charlton Barreto (Adobe Systems Inc.), Sergey Beryozkin (IONA Technologies, Inc.), Vladislav Bezrukov (SAP AG), Toufic Boubez (Layer 7 Technologies), Symon Chang (BEA Systems, Inc.), Paul Cotton (Microsoft Corporation), Glen Daniels (Sonic Software), Doug Davis (IBM Corporation), Jacques Durand (Fujitsu Limited), Ruchith Fernando (WSO2), Christopher Ferris (IBM Corporation), William Henry (IONA Technologies, Inc.), Frederick Hirsch (Nokia), Maryann Hondo (IBM Corporation), Ondrej Hrebicek (Microsoft Corporation), Steve Jones (Layer 7 Technologies), Tom Jordahl (Adobe Systems Inc.), Paul Knight (Nortel Networks), Philippe Le Hégaret (W3C/MIT), Mark Little (JBoss Inc.), Mohammad Makarechian (Microsoft Corporation), Ashok Malhotra (Oracle Corporation), Jonathan Marsh (WSO2), Monica Martin (Sun Microsystems, Inc.), Arnaud Meyniel (Axway Software), Jeff Mischkinsky (Oracle Corporation), Dale Moberg (Axway Software), Anthony Nadalin (IBM Corporatio), David Orchard (BEA Systems, Inc.), Sanjay Patil (SAP AG), Manjula Peiris (WSO2), Fabian Ritzmann (Sun Microsystems, Inc.), Daniel Roth (Microsoft Corporation), Tom Rutt (Fujitsu Limited), Sanka Samaranayake (WSO2), Felix Sasaki (W3C/Keio), Skip Snow (Citigroup), Yakov Sverdlov (CA), Mark Temple-Raston (Citigroup), Asir Vedamuthu (Microsoft Corporation), Sanjiva Weerawarana (WSO2), Ümit Yalçinalp (SAP AG), Prasad Yendluri (webMethods, Inc.). </p><p> Previous members of the Working Group were: - Jeffrey Crump (Sonic Software), Jong Lee (BEA Systems, Inc.), Bob Natale (MITRE Corporation), Bijan Parsia (University of Manchester), Seumas Soltysik (IONA Technologies, Inc.). + Jeffrey Crump, Jong Lee, Bob Natale, Eugene Osovetsky, Bijan Parsia, Seumas Soltysik. </p><p> The people who have contributed to <a href="http://lists.w3.org/Archives/Public/public-ws-policy/">discussions on public-ws-policy@w3.org</a> are also gratefully @@ -1592,4 +1601,8 @@ for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4579">4579</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/312">312</a>. + </td></tr><tr><td rowspan="1" colspan="1">20070607</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Implemented the resolution + for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4584">4584</a>. + Editors' action + <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/314">314</a>. </td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file
Received on Thursday, 7 June 2007 23:51:40 UTC