<?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>8204</bug_id>
          
          <creation_ts>2009-11-05 16:53:20 +0000</creation_ts>
          <short_desc>MEX: metadata in an EPR is misleading</short_desc>
          <delta_ts>2009-12-09 09:34:40 +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>MetadataExchange</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></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>29342</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-11-05 16:53:20 +0000</bug_when>
    <thetext>In section 7 where we define how mex goes into an EPR we have this outline:
&lt;wsa:EndpointReference ...&gt;
    &lt;wsa:Address&gt;xs:anyURI&lt;/wsa:Address&gt;
    &lt;wsa:ReferenceParameters&gt; xs:any* lt;/wsa:ReferenceParameters&gt; ?
    &lt;wsa:Metadata&gt;
        &lt;mex:Metadata&gt; xs:any* &lt;/mex:Metadata&gt;?
        xs:any*
    &lt;/wsa:Metadata&gt; ?
    xs:any*
&lt;/wsa:EndpointReference&gt;

notice the xs:any* in the &lt;mex:Metadata&gt; element.
This is a bit misleading because its not really an xs:any under mex:Metadata.
I&apos;d like to change it to use the form we use in 6.2:

  &lt;mex:GetMetadataResponse&gt;
    &lt;mex:Metadata ...&gt; ...  &lt;/mex:Metadata&gt;
    xs:any*
  &lt;/mex:GetMetadataResponse&gt;

Proposal:
modify:
        &lt;mex:Metadata&gt; xs:any* &lt;/mex:Metadata&gt;?
to be:
        &lt;mex:Metadata ...&gt; ...  &lt;/mex:Metadata&gt;?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>