2006/ws/policy ws-policy-framework.xml,1.102,1.103

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv24396

Modified Files:
	ws-policy-framework.xml 
Log Message:
Completed AI 122, implementation of resolution for Issue 4236

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- ws-policy-framework.xml	22 Jan 2007 18:52:49 -0000	1.102
+++ ws-policy-framework.xml	22 Jan 2007 19:32:39 -0000	1.103
@@ -88,7 +88,7 @@
 
 	    <p>A <termref def="policy">policy</termref> is a collection of policy alternatives. A
 	    <termref def="policy_alternative">policy alternative </termref> is a collection of policy assertions.
-		A <termref def="policy_assertion">policy assertion</termref> represents an individual requirement, capability, or other property of a behavior.  
+		A <termref def="policy_assertion">policy assertion</termref> represents a requirement, capability, or other property of a behavior.  
 		A <termref def="policy_expression">policy expression</termref> 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
@@ -344,10 +344,9 @@
 	  <div2 id="rPolicy_Assertion">
 	    <head>Policy Assertion</head>
         
-		
 	    <p><termdef id='policy_assertion' term='policy assertion'>A <term>policy assertion</term> 
-		represents an individual requirement, capability, or other property of a behavior.</termdef> A <termref def='policy_assertion'>policy
-	    assertion</termref> identifies a behavior that is a
+		represents a requirement, a capability, or other property of a behavior.</termdef> 
+		A <termref def='policy_assertion'>policy assertion</termref> identifies a behavior that is a
 	    requirement or capability of a <termref def='policy_subject'>policy subject</termref>. 
 	    <termdef id="policy_subject" term="policy subject">A <term>policy subject</term> is an entity 
 	    (e.g., an endpoint, message, resource, operation) with which a 
@@ -445,6 +444,8 @@
 	    Post-Schema-Validation Infoset (PSVI) (See XML Schema Part 1 [<bibref ref="XMLSchemaPart1"/>])  content, if any) are
 	    specific to the assertion type and are outside the scope
 	    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>
 
 	  </div2>
 	  <div2 id="rPolicy">
@@ -2406,6 +2407,13 @@
                             <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/120">120</loc>
                             Resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4142">4142</loc></td>
                     </tr>
+                    <tr>
+                        <td>20070122</td>
+                        <td>PY</td>
+                        <td>Completed action item:
+                            <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/122">122</loc>
+                            Resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4236">4236</loc></td>
+                    </tr>
                 </tbody>
             </table>
         </inform-div1>

Received on Monday, 22 January 2007 19:32:49 UTC