<?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>6426</bug_id>
          
          <creation_ts>2009-01-14 17:47:04 +0000</creation_ts>
          <short_desc>Eventing-Fix Delivery Definition</short_desc>
          <delta_ts>2009-04-21 21:30:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WS-Resource Access</product>
          <component>Eventing</component>
          <version>FPWD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 2000</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>REMIND</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="Li Li">lli5</reporter>
          <assigned_to name="Li Li">lli5</assigned_to>
          <cc>bob</cc>
    
    <cc>dug</cc>
    
    <cc>lli5</cc>
          
          <qa_contact name="notifications mailing list for WS Resource Access">public-ws-resource-access-notifications</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>23083</commentid>
    <comment_count>0</comment_count>
    <who name="Li Li">lli5</who>
    <bug_when>2009-01-14 17:47:04 +0000</bug_when>
    <thetext>The following statement:
Value of /s:Envelope/s:Body/*/wse:Delivery is a single element, wse:NotifyTo, that contains the endpoint reference to which notification messages should be sent.
should be moved to this definition:

	/s:Envelope/s:Body/*/wse:Delivery

Also, the XSD definition for this element:
&lt;xs:complexType name=&quot;DeliveryType&quot; mixed=&quot;true&quot;&gt;
    &lt;xs:sequence&gt;
      &lt;xs:any namespace=&quot;##any&quot; processContents=&quot;lax&quot; 
              minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot; /&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:attribute name=&quot;Mode&quot; type=&quot;xs:anyURI&quot; use=&quot;optional&quot; /&gt;
    &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot; /&gt;
  &lt;/xs:complexType&gt;

should be modified to reflect the statement:
&lt;xs:complexType name=&quot;DeliveryType&quot; mixed=&quot;true&quot;&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element ref=&quot;wse:NotifyTo&quot; minOccurs=&quot;1&quot; maxOccurs=&quot;1&quot; /&gt;
    &lt;/xs:element&gt;
    &lt;xs:attribute name=&quot;Mode&quot; type=&quot;xs:anyURI&quot; use=&quot;optional&quot; /&gt;
    &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot; /&gt;
  &lt;/xs:complexType&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23128</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-01-15 22:29:42 +0000</bug_when>
    <thetext>2009-01-15: Action to Li to update proposal</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23190</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-01-20 21:38:02 +0000</bug_when>
    <thetext>proposal from http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Jan/0047.html

WS-Eventing Section 3.1 has the following statement:
Value of /s:Envelope/s:Body/*/wse:Delivery is a single element, wse:NotifyTo, that contains the endpoint reference to which notification messages should be sent.
It should be changed to:
Value of /s:Envelope/s:Body/*/wse:Delivery contains a single element, wse:NotifyTo, that contains the endpoint reference to which notification messages should be sent.
in order to allow any extension elements in &lt;wse:Delivery&gt;.

The XSD definition for &lt;wse:DeliveryType&gt;:
&lt;xs:complexType name=&quot;DeliveryType&quot; mixed=&quot;true&quot;&gt;
    &lt;xs:sequence&gt;
      &lt;xs:any namespace=&quot;##any&quot; processContents=&quot;lax&quot; 
              minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot; /&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:attribute name=&quot;Mode&quot; type=&quot;xs:anyURI&quot; use=&quot;optional&quot; /&gt;
    &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot; /&gt;
  &lt;/xs:complexType&gt;

should be modified to reflect the statement:
&lt;xs:complexType name=&quot;DeliveryType&quot; mixed=&quot;true&quot;&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element ref=&quot;wse:NotifyTo&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;1&quot; /&gt;
      &lt;xs:any namespace=&quot;##any&quot; processContents=&quot;lax&quot; 
              minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot; /&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:attribute name=&quot;Mode&quot; type=&quot;xs:anyURI&quot; use=&quot;optional&quot; /&gt;
    &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot; /&gt;
  &lt;/xs:complexType&gt;

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23192</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-01-20 21:40:48 +0000</bug_when>
    <thetext>proposal from http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Jan/0048.html
WS-Eventing specifies some default values for some attributes, such as @Mode and @Dialect. But these default values are not defined in the XSD. 
We propose to copy these default values to XSD to make the definition complete. The following is a list of default values and their corresponding XSD defaults.

Location: Section 3.1
Description: Implied value is http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push
XSD:
&lt;xs:attribute name=&quot;Mode&quot; type=&quot;xs:anyURI&quot; use=&quot;optional&quot; default=&quot;http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push&quot; /&gt;

Location: Section 3.1
Description: Implied value is &quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot;.
XSD:
&lt;xs:attribute name=&quot;Dialect&quot; type=&quot;xs:anyURI&quot; use=&quot;optional&quot; 
default=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; /&gt;
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23194</commentid>
    <comment_count>4</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-01-20 22:03:33 +0000</bug_when>
    <thetext>(In reply to comment #3)
Ignore Comment #3 as it was applied to the wrong Issue
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23575</commentid>
    <comment_count>5</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-02-09 00:05:07 +0000</bug_when>
    <thetext>Awaiting Action-2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23758</commentid>
    <comment_count>6</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-02-16 03:15:22 +0000</bug_when>
    <thetext>Updated proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Feb/0065.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23872</commentid>
    <comment_count>7</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-02-23 15:18:36 +0000</bug_when>
    <thetext>resolved 2009-02-17 with Comment #6</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24103</commentid>
    <comment_count>8</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-03-09 00:51:51 +0000</bug_when>
    <thetext>in spec</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>