[Bug 5128] editorial nit in example in section 5.3.2

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

           Summary: editorial nit in example in section 5.3.2
           Product: WS-Policy
           Version: LC
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Guidelines
        AssignedTo: fsasaki@w3.org
        ReportedBy: chrisfer@us.ibm.com
         QAContact: public-ws-policy-qa@w3.org


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

Received on Wednesday, 3 October 2007 13:55:21 UTC