[Bug 5128] editorial nit in example in section 5.3.2

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5128





------- Comment #1 from chrisfer@us.ibm.com  2007-10-04 15:10 -------
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.

Received on Thursday, 4 October 2007 15:10:13 UTC