- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jun 2007 00:03:55 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv10278
Modified Files:
ws-addr-wsdl.xml
Log Message:
LC143: change statement of how Policy's optional attribute works to a reference to WS-Policy
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -C 2 -d -r1.122 -r1.123
*** ws-addr-wsdl.xml 18 Jun 2007 23:40:25 -0000 1.122
--- ws-addr-wsdl.xml 19 Jun 2007 00:03:53 -0000 1.123
***************
*** 338,350 ****
<div3 id="wspolicyaddressing">
<head>Addressing Assertion</head>
! <p>The <code>wsam:Addressing</code> policy assertion is a nested policy container assertion.
! The meaning of this assertion, when present in a policy alternative, is that
! WS-Addressing is required to communicate with the subject. The <code>wsam:Addressing</code>
! assertion indicates that there are no restrictions on the use of WS-Addressing
! unless otherwise qualified by assertions in its nested policy expression. In order to
! indicate that the subject supports WS-Addressing but does not require its
! use, an additional policy alternative should be provided which does not
! contain this assertion. This may be done in WS-Policy compact form by adding
! the attribute <code>wsp:Optional="true"</code> to the <code>wsam:Addressing</code> assertion. </p>
<p>The inclusion of this assertion implies
support for the &wsa-core.title; [<bibref
--- 338,355 ----
<div3 id="wspolicyaddressing">
<head>Addressing Assertion</head>
! <p>The <code>wsam:Addressing</code> policy assertion is a nested policy
! container assertion. The meaning of this assertion, when present in a policy
! alternative, is that WS-Addressing is required to communicate with the
! subject. The <code>wsam:Addressing</code> assertion indicates that there are
! no restrictions on the use of WS-Addressing unless otherwise qualified by
! assertions in its nested policy expression. In order to indicate that the
! subject supports WS-Addressing but does not require its use, an additional
! policy alternative should be provided which does not contain this assertion;
! the compact authoring style for an optional policy assertion provided by
! WS-Policy V1.5 [<bibref ref="WSPolicy"/>] may be used. The
! <code>wsp:Optional</code> attribute, as a syntactic shortcut, can be
! used with the <code>wsam:Addressing</code> assertion. This indicates two
! policy alternatives, one which contains the policy assertion, and another
! which does not.</p>
<p>The inclusion of this assertion implies
support for the &wsa-core.title; [<bibref
Received on Tuesday, 19 June 2007 00:03:57 UTC