- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 07 Nov 2009 00:33:03 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8227
Summary: Change the Schema to make Content a child rather than a
sibling of Dialect
Product: WS-Resource Access
Version: FPWD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: MetadataExchange
AssignedTo: public-ws-resource-access-notifications@w3.org
ReportedBy: ashok.malhotra@oracle.com
QAContact: public-ws-resource-access-notifications@w3.org
Change the MEX schema to put <wsmxp:MetadataContent> element as a child element
of <wsmxp:MetadataExchengeDialect> 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:
<wsmxp:MetadataExchange ...>
<wsmxp:MetadataExchangeDialect ...>
xs:anyURI
</wsmxp:MetadataExchangeDialect> *
<wsmxp:MetadataContent ...> xs:anyURI </wsmxp:MetadataContent> *
...
</wsmxp:MetadataExchange>
This issue suggests that is be changed to:
<wsmxp:MetadataExchange ...>
<wsmxp:MetadataExchangeDialect value='xs:anyURI'b>
<wsmxp:MetadataContent ...> xs:anyURI </wsmxp:MetadataContent> *
</wsmxp:MetadataExchangeDialect> *
...
</wsmxp:MetadataExchange>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
Received on Saturday, 7 November 2009 00:33:11 UTC