- From: <bugzilla@jessica.w3.org>
- Date: Tue, 21 Jun 2011 23:11:42 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13016
Doug Davis <dug@us.ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dug@us.ibm.com
--- Comment #1 from Doug Davis <dug@us.ibm.com> 2011-06-21 23:11:41 UTC ---
GetMetadata is defined as:
<mex:GetMetadata Content='xs:any' ? ...>
<mex:Dialect Type='mex:QNameSerialization'
Identifier='xs:anyURI' ?
Content='xs:anyURI' ? .../> *
xs:any*
</mex:GetMetadata>
and the xsd shows:
<xs:element name='GetMetadata'>
<xs:complexType>
<xs:sequence>
<xs:element ref='tns:Dialect' minOccurs='0' maxOccurs='unbounded'/>
<xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded'/>
</xs:sequence>
<xs:attribute name='Content' type='xs:anyURI'/>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
And 'Dialect' is defined as:
<xs:element name='Dialect'>
<xs:complexType>
<xs:attribute name='Type' type='tns:QNameSerialization' use='required'/>
<xs:attribute name='Identifier' type='xs:anyURI'/>
<xs:attribute name='Content' type='xs:anyURI'/>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
Isn't that right? Notice the 'Content' attribute in the last bit.
--
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, 21 June 2011 23:11:47 UTC