This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8214 - MEX: Typo in mex Content URI parameter
Summary: MEX: Typo in mex Content URI parameter
Status: CLOSED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: MetadataExchange (show other bugs)
Version: LC
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Doug Davis
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-06 05:48 UTC by Doug Davis
Modified: 2009-12-09 09:33 UTC (History)
0 users

See Also:


Attachments

Description Doug Davis 2009-11-06 05:48:50 UTC
Mex's policy is:
--
<wsmxp:MetadataExchange ...>
  <wsmxp:MetadataExchangeDialect ...>
    xs:anyURI
  </wsmxp:MetadataExchangeDialect> * 
  <wsmxp:MetadataContent ...> xs:anyURI </wsmxp:MetadataContent> *
  ...
</wsmxp:MetadataExchange>
--

and then says this:
--
/wsmxp:MetadataExchange/wsmxp:MetadataContent

    When present, this OPTIONAL parameter indicates support for the specified MetadataExchange content IRI for the MetadataExchange Dialect with which it is associated. 
--

The last part of the sentence is wrong because there is not Dialect to associate
with the content IRI.  I think this sentence is a carry-over from an old
version of a proposal that had the content IRI as a child of the Dialect.

Proposal:
change this sentence to:
--
When present, this OPTIONAL parameter indicates support for the specified MetadataExchange content IRI. 
--