- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Apr 2009 23:15:32 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787
Summary: Fix use of ... as element extensibility
Product: WS-Resource Access
Version: FPWD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: All
AssignedTo: public-ws-resource-access-notifications@w3.org
ReportedBy: dug@us.ibm.com
QAContact: public-ws-resource-access-notifications@w3.org
Fix/change all specs so that instead of ... we use xs:any* for element
extensibility in the pseudo schemas.
For example, change:
<wse:Subscribe ...>
<wse:EndTo>endpoint-reference</wse:EndTo> ?
<wse:Delivery Mode="xs:anyURI"? >xs:any</wse:Delivery>
<wse:Expires>[xs:dateTime | xs:duration]</wse:Expires> ?
<wse:Filter Dialect="xs:anyURI"? > xs:any </wse:Filter> ?
...
</wse:Subscribe>
to
<wse:Subscribe ...>
<wse:EndTo>endpoint-reference</wse:EndTo> ?
<wse:Delivery Mode="xs:anyURI"? >xs:any</wse:Delivery>
<wse:Expires>[xs:dateTime | xs:duration]</wse:Expires> ?
<wse:Filter Dialect="xs:anyURI"? > xs:any </wse:Filter> ?
xs:any*
</wse:Subscribe>
And do this for ALL pseudo schemas for ALL specs.
--
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, 7 April 2009 23:15:48 UTC