This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5128 - editorial nit in example in section 5.3.2
Summary: editorial nit in example in section 5.3.2
Status: RESOLVED FIXED
Alias: None
Product: WS-Policy
Classification: Unclassified
Component: Guidelines (show other bugs)
Version: LC
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Felix Sasaki
QA Contact: Web Services Policy WG QA List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 13:55 UTC by Christopher Ferris
Modified: 2007-10-17 16:31 UTC (History)
0 users

See Also:


Attachments

Description Christopher Ferris 2007-10-03 13:55:13 UTC
Example in section 5.3.2 [1] has a leading '/' char in the
wsrmp:DeliveryAssurance assertion.

<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

Proposed resolution: assign to editors to fix
Comment 1 Christopher Ferris 2007-10-04 15:10:01 UTC
Actually, it 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/>

The indenting did me in:-) I have corrected that as well.
Comment 2 Christopher Ferris 2007-10-17 16:31:32 UTC
RESOLUTION: issue 5128 closed with proposal in http://www.w3.org/Bugs/Public/show_bug.cgi?id=5128#c1
See http://www.w3.org/2007/10/17-ws-policy-irc#T16-31-17