- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Oct 2006 20:29:46 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv14132
Modified Files:
ws-policy-framework.html ws-policy-attachment.html
ws-policy-attachment.xml
Log Message:
Fixed the Attachment spec's Appendix D also to replaced fleshed-up with Enhanced. New HTML uploading
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- ws-policy-framework.html 12 Oct 2006 23:06:40 -0000 1.54
+++ ws-policy-framework.html 13 Oct 2006 20:29:44 -0000 1.55
@@ -766,6 +766,7 @@
<!-- Policy P1 -->
(02) <wsp:ExactlyOne>
(03) <wsp:All> <!-- Alternative A1 -->
+
(04) <sp:SignedElements>
(05) <sp:XPath>/S:Envelope/S:Body</sp:XPath>
(06) </sp:SignedElements>
@@ -1082,7 +1083,7 @@
acknowledged.
</p></div><div class="div1">
<h2><a name="change-description"></a>C. Changes in this Version of the Document (Non-Normative)</h2><p>A list of substantive changes since the Working Draft dated 27 September, 2006
- is below:</p><ul><li><p>Fleshed-up the Conformance section.</p></li><li><p>Enhanced Security Considerations section (with material from the Primer).</p></li><li><p>Clarified WS-Policy 1.5 Framework and Attachment XML Namespace URI versioning Policy.</p></li><li><p>Clarified the policy model for Web Services.</p></li><li><p>Clarified that an Element (EII) within a policy expression MUST be an assertion.</p></li><li><p>Clarified that policy assertion parameters are opaque to framework processing.</p></li><li><p>Added PolicyReference extensibility via {Any}</p></li><li><p>Clarified constraints on @xml:id type usage for Policy Identification.</p></li><li><p>Clarified that a wsp:PolicyReference can be used any place where a wsp:Policy element can be used</p></li></ul></div><div class="div1">
+ is below:</p><ul><li><p>Enhanced Conformance section.</p></li><li><p>Enhanced Security Considerations section.</p></li><li><p>Clarified WS-Policy 1.5 Framework and Attachment XML Namespace URI versioning Policy.</p></li><li><p>Clarified the policy model for Web Services.</p></li><li><p>Clarified that an Element (EII) within a policy expression MUST be an assertion.</p></li><li><p>Clarified that policy assertion parameters are opaque to framework processing.</p></li><li><p>Added PolicyReference extensibility via {Any}</p></li><li><p>Clarified constraints on @xml:id type usage for Policy Identification.</p></li><li><p>Clarified that a wsp:PolicyReference can be used any place where a wsp:Policy element can be used</p></li></ul></div><div class="div1">
<h2><a name="change-log"></a>D. Web Services Policy 1.5 - Framework Change Log (Non-Normative)</h2><a name="ws-policy-framework-changelog-table"></a><table border="1"><tbody><tr><th rowspan="1" colspan="1">Date</th><th rowspan="1" colspan="1">Author</th><th rowspan="1" colspan="1">Description</th></tr><tr><td rowspan="1" colspan="1">20060712</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated the list of editors. Completed action items
<a href="http://www.w3.org/2006/07/12-ws-policy-minutes.html#action12">12</a>,
<a href="http://www.w3.org/2006/07/12-ws-policy-minutes.html#action16">16</a> and
Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- ws-policy-attachment.xml 12 Oct 2006 19:54:15 -0000 1.50
+++ ws-policy-attachment.xml 13 Oct 2006 20:29:44 -0000 1.51
@@ -2636,7 +2636,7 @@
is below:</p>
<ulist>
<item>
- <p>Fleshed up the Conformance section.</p>
+ <p>Enhanced the Conformance section.</p>
</item>
<item>
<p>Added a new section - <specref ref="ws-policy-attachment-for-wsdl20"/> -
Index: ws-policy-attachment.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ws-policy-attachment.html 12 Oct 2006 20:13:29 -0000 1.52
+++ ws-policy-attachment.html 13 Oct 2006 20:29:44 -0000 1.53
@@ -203,11 +203,11 @@
children of a wrapper <code class="elt">wsp:Policy</code>
element.</p></dd><dt class="label">
<a href="ws-policy-framework.html#policy">policy</a>
- </dt><dd><p id="policy">A <b>policy</b> is a collection of
- <a title="" href="#policy_alternative">policy alternatives</a>, </p></dd><dt class="label">
+ </dt><dd><p id="policy">A <b>policy</b> is a potentially empty collection of
+ <a title="" href="#policy_alternative">policy alternatives</a>. </p></dd><dt class="label">
<a href="ws-policy-framework.html#policy_alternative">policy alternative</a>
- </dt><dd><p id="policy_alternative">a <b>policy alternative</b>
- is a collection of <a title="" href="#policy_assertion">policy assertions</a>.</p></dd><dt class="label">
+ </dt><dd><p id="policy_alternative">A <b>policy alternative</b>
+ is a potentially empty collection of <a title="" href="#policy_assertion">policy assertions</a>.</p></dd><dt class="label">
<a href="ws-policy-framework.html#policy_assertion">policy assertion</a>
</dt><dd><p id="policy_assertion">A <b>policy assertion</b>
represents an individual requirement, capability, or other property of a behavior.</p></dd><dt class="label">
@@ -1576,7 +1576,7 @@
acknowledged.
</p></div><div class="div1">
<h2><a name="change-description"></a>D. Changes in this Version of the Document (Non-Normative)</h2><p>A list of substantive changes since the Working Draft dated 27 September 2006
- is below:</p><ul><li><p>Fleshed up the Conformance section.</p></li><li><p>Added a new section - <a href="#ws-policy-attachment-for-wsdl20"><b>5. WS-Policy Attachment for WSDL 2.0</b></a> -
+ is below:</p><ul><li><p>Enhanced the Conformance section.</p></li><li><p>Added a new section - <a href="#ws-policy-attachment-for-wsdl20"><b>5. WS-Policy Attachment for WSDL 2.0</b></a> -
that describes a mechanism for associating policy expressions with
Web service constructs in WSDL 2.0.</p></li><li><p>Clarified that a wsp:PolicyReference can be used any place
where a wsp:Policy element can be used</p></li></ul></div><div class="div1">
Received on Friday, 13 October 2006 20:29:56 UTC