<?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>6787</bug_id>
          
          <creation_ts>2009-04-07 23:15:32 +0000</creation_ts>
          <short_desc>All: Fix use of ... as element extensibility</short_desc>
          <delta_ts>2015-06-20 16:35:13 +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>All</component>
          <version>FPWD</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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="Doug Davis">dug</reporter>
          <assigned_to name="notifications mailing list for WS Resource Access">public-ws-resource-access-notifications</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>24616</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-04-07 23:15:32 +0000</bug_when>
    <thetext>Fix/change all specs so that instead of ... we use xs:any* for element
extensibility in the pseudo schemas.

For example, change:
    &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;

to
    &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; ?
      xs:any*
    &lt;/wse:Subscribe&gt;

And do this for ALL pseudo schemas for ALL specs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24961</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-04-28 21:17:49 +0000</bug_when>
    <thetext>resolved as proposed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121292</commentid>
    <comment_count>2</comment_count>
    <who name="Jackie">jackiewindsor09</who>
    <bug_when>2015-06-20 16:34:25 +0000</bug_when>
    <thetext>Please make my changes</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121372</commentid>
    <comment_count>3</comment_count>
    <who name="Jackie">jackiewindsor09</who>
    <bug_when>2015-06-20 16:35:13 +0000</bug_when>
    <thetext>Please make my changes</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>