<?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>6715</bug_id>
          
          <creation_ts>2009-03-17 23:13:41 +0000</creation_ts>
          <short_desc>Eventing: Mismatch in wseventing outline</short_desc>
          <delta_ts>2009-05-27 04:04:18 +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 XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>REMIND</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>hasProposal</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Doug Davis">dug</reporter>
          <assigned_to name="Doug Davis">dug</assigned_to>
          
          
          <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>24303</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-03-17 23:13:41 +0000</bug_when>
    <thetext>Eventing shows this in the pseudo-schema:
    &lt;wse:Subscribe ...&gt;
      &lt;wse:EndTo&gt;endpoint-reference&lt;/wse:EndTo&gt; ?
      &lt;wse:Delivery Mode=&quot;xs:anyURI&quot;? &gt;xs:any&lt;/wse:Delivery&gt;
      &lt;wse:Expires&gt;(xs:dateTime | xs:duration)&lt;/wse:Expires&gt; ?
      &lt;wse:Filter Dialect=&quot;xs:anyURI&quot;? &gt; xs:any &lt;/wse:Filter&gt; ?
      ...
    &lt;/wse:Subscribe&gt;

But the xsd shows:
- the xs:any in Delivery as xs:any*
- attribute extensibility on Delivery
- the xs:any in Filter as xs:any*
- attribute extensibility on Filter

Proposal:
Change the pseudo-schema to match the xsd:
    &lt;wse:Subscribe ...&gt;
      &lt;wse:EndTo&gt;endpoint-reference&lt;/wse:EndTo&gt; ?
      &lt;wse:Delivery Mode=&quot;xs:anyURI&quot;? ...&gt; xs:any* &lt;/wse:Delivery&gt;
      &lt;wse:Expires&gt;(xs:dateTime | xs:duration)&lt;/wse:Expires&gt; ?
      &lt;wse:Filter Dialect=&quot;xs:anyURI&quot;? ...&gt; xs:any* &lt;/wse:Filter&gt; ?
      ...
    &lt;/wse:Subscribe&gt;
by making the xs:any on Delivery and Filter xs:any* and adding ... to these
elements.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24609</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-04-07 20:00:05 +0000</bug_when>
    <thetext>resolved with comment #1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>