<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>5128</bug_id>
          
          <creation_ts>2007-10-03 13:55:13 +0000</creation_ts>
          <short_desc>editorial nit in example in section 5.3.2</short_desc>
          <delta_ts>2007-10-17 16:31:32 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WS-Policy</product>
          <component>Guidelines</component>
          <version>LC</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Christopher Ferris">chrisfer</reporter>
          <assigned_to name="Felix Sasaki">fsasaki</assigned_to>
          
          
          <qa_contact name="Web Services Policy WG QA List">public-ws-policy-qa</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>17013</commentid>
    <comment_count>0</comment_count>
    <who name="Christopher Ferris">chrisfer</who>
    <bug_when>2007-10-03 13:55:13 +0000</bug_when>
    <thetext>Example in section 5.3.2 [1] has a leading &apos;/&apos; char in the
wsrmp:DeliveryAssurance assertion.

&lt;wsrmp:RMAssertion [wsp:Optional=&quot;true&quot;]? ...&gt; 
   &lt;wsp:Policy &gt;
     [ &lt;wsrmp:SequenceSTR/&gt; |
       &lt;wsrmp:SequenceTransportSecurity/&gt; ] ?
     &lt;wsrmp:DeliveryAssurance/&gt; 
     &lt;wsp:Policy &gt;
        [ &lt;wsrmp:ExactlyOnce/&gt; | 
          &lt;wsrmp:AtLeastOnce/&gt; |
          &lt;wsrmp:AtMostOnce/&gt; ]
        &lt;wsrmp:InOrder/&gt; ?
     &lt;/wsp:Policy&gt;
     &lt;/wsrmp:DeliveryAssurance&gt; ] ?
    &lt;/wsp:Policy&gt;
 &lt;/wsrmp:RMAssertion/&gt;

Should be:

 &lt;wsrmp:RMAssertion [wsp:Optional=&quot;true&quot;]? ...&gt; 
   &lt;wsp:Policy &gt;
     [ &lt;wsrmp:SequenceSTR/&gt; |
       &lt;wsrmp:SequenceTransportSecurity/&gt; ] ?
     &lt;wsrmp:DeliveryAssurance/&gt; 
     &lt;wsp:Policy &gt;
        [ &lt;wsrmp:ExactlyOnce/&gt; | 
          &lt;wsrmp:AtLeastOnce/&gt; |
          &lt;wsrmp:AtMostOnce/&gt; ]
        &lt;wsrmp:InOrder/&gt; ?
     &lt;/wsp:Policy&gt;
     &lt;wsrmp:DeliveryAssurance/&gt; ] ?
    &lt;/wsp:Policy&gt;
 &lt;/wsrmp:RMAssertion/&gt;

[1] http://www.w3.org/TR/ws-policy-guidelines/#QName_and_XML_Information_Set_representation

Proposed resolution: assign to editors to fix</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17031</commentid>
    <comment_count>1</comment_count>
    <who name="Christopher Ferris">chrisfer</who>
    <bug_when>2007-10-04 15:10:01 +0000</bug_when>
    <thetext>Actually, it should be:

&lt;wsrmp:RMAssertion [wsp:Optional=&quot;true&quot;]? ...&gt; 
   &lt;wsp:Policy &gt;
     [ &lt;wsrmp:SequenceSTR/&gt; |
       &lt;wsrmp:SequenceTransportSecurity/&gt; ] ?
     &lt;wsrmp:DeliveryAssurance&gt; 
       &lt;wsp:Policy &gt;
        [ &lt;wsrmp:ExactlyOnce/&gt; | 
          &lt;wsrmp:AtLeastOnce/&gt; |
          &lt;wsrmp:AtMostOnce/&gt; ]
        &lt;wsrmp:InOrder/&gt; ?
       &lt;/wsp:Policy&gt;
     &lt;/wsrmp:DeliveryAssurance&gt; ] ?
    &lt;/wsp:Policy&gt;
 &lt;/wsrmp:RMAssertion/&gt;

The indenting did me in:-) I have corrected that as well.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17277</commentid>
    <comment_count>2</comment_count>
    <who name="Christopher Ferris">chrisfer</who>
    <bug_when>2007-10-17 16:31:32 +0000</bug_when>
    <thetext>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</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>