<?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>8227</bug_id>
          
          <creation_ts>2009-11-07 00:33:02 +0000</creation_ts>
          <short_desc>Mex: Change the Schema to make Content a child rather than a sibling of Dialect</short_desc>
          <delta_ts>2010-03-17 10:54:35 +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="Ashok Malhotra">ashok.malhotra</reporter>
          <assigned_to name="Ashok Malhotra">ashok.malhotra</assigned_to>
          <cc>dug</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>29434</commentid>
    <comment_count>0</comment_count>
    <who name="Ashok Malhotra">ashok.malhotra</who>
    <bug_when>2009-11-07 00:33:02 +0000</bug_when>
    <thetext>Change the MEX schema to put &lt;wsmxp:MetadataContent&gt; element as a child element
of &lt;wsmxp:MetadataExchengeDialect&gt; rather than as a sibling.
The rationale is that the the Content element qualifies the Dialect element.
If it is a sibling it gives the impression that it can be used independently which
does not make sense.

The schema is currently as below:

&lt;wsmxp:MetadataExchange ...&gt;
  &lt;wsmxp:MetadataExchangeDialect ...&gt;
    xs:anyURI
  &lt;/wsmxp:MetadataExchangeDialect&gt; * 
  &lt;wsmxp:MetadataContent ...&gt; xs:anyURI &lt;/wsmxp:MetadataContent&gt; *
  ...
&lt;/wsmxp:MetadataExchange&gt;

This issue suggests that is be changed to:

&lt;wsmxp:MetadataExchange ...&gt;
  &lt;wsmxp:MetadataExchangeDialect value=&apos;xs:anyURI&apos;b&gt; 
    &lt;wsmxp:MetadataContent ...&gt; xs:anyURI &lt;/wsmxp:MetadataContent&gt; *
  &lt;/wsmxp:MetadataExchangeDialect&gt; * 
    ...
&lt;/wsmxp:MetadataExchange&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30022</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-12-08 21:04:27 +0000</bug_when>
    <thetext>resolved as proposed</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>