- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 19:31:22 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv23599 Modified Files: ws-policy-framework.html Log Message: Completed AI 122, implementation of resolution for Issue 4236 Index: ws-policy-framework.html =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- ws-policy-framework.html 22 Jan 2007 18:54:28 -0000 1.82 +++ ws-policy-framework.html 22 Jan 2007 19:31:19 -0000 1.83 @@ -69,7 +69,7 @@ entities in a Web services-based system. </p><p>A <a title="policy" href="#policy">policy</a> is a collection of policy alternatives. A <a title="policy alternative" href="#policy_alternative">policy alternative </a> is a collection of policy assertions. - A <a title="policy assertion" href="#policy_assertion">policy assertion</a> represents an individual requirement, capability, or other property of a behavior. + A <a title="policy assertion" href="#policy_assertion">policy assertion</a> represents a requirement, capability, or other property of a behavior. A <a title="policy expression" href="#policy_expression">policy expression</a> is an XML Infoset representation of its policy, either in a normal form or in its equivalent compact form. Some policy assertions specify traditional requirements and capabilities that @@ -224,8 +224,8 @@ <a title="policy assertion type" href="#policy_assertion_type">policy assertion types</a> used in a policy.</p></dd></dl></div></div><div class="div1"> <h2><a name="Policy_Model"></a>3. Policy Model</h2><p>This section defines an abstract model for policies and for operations upon policies.</p><p>The descriptions below use XML Infoset terminology for convenience of description. However, this abstract model itself is independent of how it is represented as an XML Infoset. </p><div class="div2"> <h3><a name="rPolicy_Assertion"></a>3.1 Policy Assertion</h3><p>[<a name="policy_assertion" title="policy assertion">Definition</a>: A <b>policy assertion</b> - represents an individual requirement, capability, or other property of a behavior.] A <a title="policy assertion" href="#policy_assertion">policy - assertion</a> identifies a behavior that is a + represents a requirement, a capability, or other property of a behavior.] + A <a title="policy assertion" href="#policy_assertion">policy assertion</a> identifies a behavior that is a requirement or capability of a <a title="policy subject" href="#policy_subject">policy subject</a>. [<a name="policy_subject" title="policy subject">Definition</a>: A <b>policy subject</b> is an entity (e.g., an endpoint, message, resource, operation) with which a @@ -295,7 +295,8 @@ behavior indicated by the assertions (and their Post-Schema-Validation Infoset (PSVI) (See XML Schema Part 1 [<cite><a href="#XMLSchemaPart1">XML Schema Structures</a></cite>]) content, if any) are specific to the assertion type and are outside the scope - of this document.</p></div><div class="div2"> + of this document.</p><p>Note: Depending on the semantics of the domain specific policy assertions a combination of the + policy assertions can be required to specify a particular behavior. </p></div><div class="div2"> <h3><a name="rPolicy"></a>3.3 Policy</h3><p>[<a name="policy" title="policy">Definition</a>: A <b>policy</b> is a potentially empty collection of <a title="policy alternative" href="#policy_alternative">policy alternatives</a>. ] A policy with zero alternatives contains no choices; a policy with one or more @@ -1380,4 +1381,6 @@ <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/117">117</a> Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4141">4141</a></td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Completed action item: <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/120">120</a> - Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4142">4142</a></td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file + Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4142">4142</a></td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Completed action item: + <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/122">122</a> + Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4236">4236</a></td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file
Received on Monday, 22 January 2007 19:31:42 UTC