- From: Christopher B Ferris <chrisfer@us.ibm.com>
- Date: Thu, 4 Oct 2007 11:12:46 -0400
- To: Fabian Ritzmann <Fabian.Ritzmann@Sun.COM>
- Cc: public-ws-policy@w3.org, public-ws-policy-request@w3.org
- Message-ID: <OF0E4ECD75.0FE9FA68-ON8525736A.00530602-8525736A.005371E0@us.ibm.com>
yes, you are correct. It was the indenting that threw me off.
I have corrected the proposal in the issue itself.
Cheers,
Christopher Ferris
STSM, Software Group Standards Strategy
email: chrisfer@us.ibm.com
blog: http://www.ibm.com/developerworks/blogs/page/chrisferris
phone: +1 508 234 2986
Fabian Ritzmann <Fabian.Ritzmann@Sun.COM>
Sent by: public-ws-policy-request@w3.org
10/04/2007 06:41 AM
To
Christopher B Ferris/Waltham/IBM@IBMUS
cc
public-ws-policy@w3.org
Subject
Re: editorial nit LC WD Guidelines
You removed the '/' character from the wrong tag. Here is the original
version from the referenced WS-RM Policy 1.1:
<wsrmp:RMAssertion [wsp:Optional="true"]? ... >
<wsp:Policy>
[ <wsrmp:SequenceSTR/> |
<wsrmp:SequenceTransportSecurity/> ] ?
<wsrmp:DeliveryAssurance>
<wsp:Policy>
[ <wsrmp:ExactlyOnce/> |
<wsrmp:AtLeastOnce/> |
<wsrmp:AtMostOnce/> ]
<wsrmp:InOrder/> ?
</wsp:Policy>
</wsrmp:DeliveryAssurance> ?
</wsp:Policy>
...
</wsrmp:RMAssertion>
Fabian
Christopher B Ferris wrote:
Example in section 5.3.2 [1] has a leading '/' char in the
wsrmp:DeliveryAssurance assertion. This issue has been logged in
Bugzilla [2] as 5128.
<wsrmp:RMAssertion [wsp:Optional="true"]? ...>
<wsp:Policy >
[ <wsrmp:SequenceSTR/> |
<wsrmp:SequenceTransportSecurity/> ] ?
<wsrmp:DeliveryAssurance/>
<wsp:Policy >
[ <wsrmp:ExactlyOnce/> |
<wsrmp:AtLeastOnce/> |
<wsrmp:AtMostOnce/> ]
<wsrmp:InOrder/> ?
</wsp:Policy>
</wsrmp:DeliveryAssurance> ] ?
</wsp:Policy>
</wsrmp:RMAssertion/>
Should be:
<wsrmp:RMAssertion [wsp:Optional="true"]? ...>
<wsp:Policy >
[ <wsrmp:SequenceSTR/> |
<wsrmp:SequenceTransportSecurity/> ] ?
<wsrmp:DeliveryAssurance/>
<wsp:Policy >
[ <wsrmp:ExactlyOnce/> |
<wsrmp:AtLeastOnce/> |
<wsrmp:AtMostOnce/> ]
<wsrmp:InOrder/> ?
</wsp:Policy>
<wsrmp:DeliveryAssurance/> ] ?
</wsp:Policy>
</wsrmp:RMAssertion/>
[1]
http://www.w3.org/TR/ws-policy-guidelines/#QName_and_XML_Information_Set_representation
[2] http://www.w3.org/Bugs/Public/show_bug.cgi?id=5128
Cheers,
Christopher Ferris
STSM, Software Group Standards Strategy
email: chrisfer@us.ibm.com
blog: http://www.ibm.com/developerworks/blogs/page/chrisferris
phone: +1 508 234 2986
--
Fabian Ritzmann
Sun Microsystems, Inc.
Stella Business Park Phone +358-9-525 562 96
Lars Sonckin kaari 12 Fax +358-9-525 562 52
02600 Espoo Email Fabian.Ritzmann@Sun.COM
Finland
Received on Thursday, 4 October 2007 15:13:39 UTC