- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Jul 2011 17:46:02 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13151
Summary: MEX schema missing minOccurs='0' on
PutMetadataResponse/Metadata
Product: WS-Resource Access
Version: PR
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: MetadataExchange
AssignedTo: public-ws-resource-access-notifications@w3.org
ReportedBy: gilbert.pilz@oracle.com
QAContact: public-ws-resource-access-notifications@w3.org
The spec says:
[Body]/mex:PutMetadataResponse/mex:Metadata
This OPTIONAL element comprises the representation of all the metadata sections
of the resource that have been updated during the PutMetadata operation.
but the schema sez:
<!-- Put Metadata response -->
<xs:element name='PutMetadataResponse'>
<xs:complexType>
<xs:sequence>
<xs:element ref='tns:Metadata'/>
<xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded'/>
</xs:sequence>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
--
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 Tuesday, 5 July 2011 17:46:08 UTC