- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Nov 2006 20:36:45 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv17813
Modified Files:
ws-policy-primer.html ws-policy-primer.xml
Log Message:
Implemented the resolution for issue 3966. Editors Action Item 81.
Index: ws-policy-primer.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ws-policy-primer.html 21 Nov 2006 20:25:14 -0000 1.24
+++ ws-policy-primer.html 21 Nov 2006 20:36:43 -0000 1.25
@@ -752,10 +752,9 @@
<code>Policy</code>, <code>ExactlyOne</code>, <code>All</code>
and <code>PolicyReference</code> elements are extensible. The <code>Policy</code>,
<code>ExactlyOne</code> and <code>All</code> elements allow child element and attribute
- extensibility. The <code>PolicyReference</code> element allows attribute extensibility.
- Extensions must not use the policy language XML namespace name. A consuming processor
- processes known attributes and elements, ignores unknown attributes and treats unknown
- elements as policy assertions.</p><p>Web Services Policy language enables simple versioning practices that allow requesters to
+ extensibility. Extensions must not use the policy language XML namespace name.
+ A consuming processor processes known attributes and elements, ignores unknown attributes and treats unknown
+ elements as policy assertions.</p><p>The <code>PolicyReference</code> element allows element and attribute extensibility.</p><p>Web Services Policy language enables simple versioning practices that allow requesters to
continue the use of any older policy alternatives in a backward compatible manner. This
allows service providers, like Contoso, to deploy new behaviors using additional policy
assertions without breaking compatibility with clients that rely on any older policy
@@ -1314,8 +1313,12 @@
</td></tr><tr><td rowspan="1" colspan="1">20061101</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=3791">3791.</a>
Editors Action Item <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/67">67.</a>
- </td></tr><tr><td rowspan="1" colspan="1">20061121</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Implemented the
+ </td></tr><tr><td rowspan="1" colspan="1">20061121</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the
<a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0216.html">resolution</a> for issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3809">3809.</a>
Editors Action Item <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/79">79.</a>
+ </td></tr><tr><td rowspan="1" colspan="1">20061121</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the
+ <a href="http://www.w3.org/2006/11/15-ws-policy-minutes.html#item08">resolution</a> for issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3966">3966.</a>
+ Editors Action Item <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/81">81.</a>
</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
Index: ws-policy-primer.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ws-policy-primer.xml 21 Nov 2006 20:25:14 -0000 1.20
+++ ws-policy-primer.xml 21 Nov 2006 20:36:43 -0000 1.21
@@ -1150,10 +1150,10 @@
<code>Policy</code>, <code>ExactlyOne</code>, <code>All</code>
and <code>PolicyReference</code> elements are extensible. The <code>Policy</code>,
<code>ExactlyOne</code> and <code>All</code> elements allow child element and attribute
- extensibility. The <code>PolicyReference</code> element allows attribute extensibility.
- Extensions must not use the policy language XML namespace name. A consuming processor
- processes known attributes and elements, ignores unknown attributes and treats unknown
+ extensibility. Extensions must not use the policy language XML namespace name.
+ A consuming processor processes known attributes and elements, ignores unknown attributes and treats unknown
elements as policy assertions.</p>
+ <p>The <code>PolicyReference</code> element allows element and attribute extensibility.</p>
<p>Web Services Policy language enables simple versioning practices that allow requesters to
continue the use of any older policy alternatives in a backward compatible manner. This
allows service providers, like Contoso, to deploy new behaviors using additional policy
@@ -2164,13 +2164,22 @@
</tr>
<tr>
<td>20061121</td>
- <td>PY</td>
+ <td>ASV</td>
<td>Implemented the
<loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0216.html">resolution</loc> for issue
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3809">3809.</loc>
Editors Action Item <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/79">79.</loc>
</td>
</tr>
+ <tr>
+ <td>20061121</td>
+ <td>ASV</td>
+ <td>Implemented the
+ <loc href="http://www.w3.org/2006/11/15-ws-policy-minutes.html#item08">resolution</loc> for issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3966">3966.</loc>
+ Editors Action Item <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/81">81.</loc>
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Tuesday, 21 November 2006 20:37:02 UTC