- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 17 Mar 2009 23:13:41 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6715
Summary: Eventing: Mismatch in wseventing outline
Product: WS-Resource Access
Version: FPWD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Eventing
AssignedTo: public-ws-resource-access-notifications@w3.org
ReportedBy: dug@us.ibm.com
QAContact: public-ws-resource-access-notifications@w3.org
Eventing shows this in the pseudo-schema:
<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>
But the xsd shows:
- the xs:any in Delivery as xs:any*
- attribute extensibility on Delivery
- the xs:any in Filter as xs:any*
- attribute extensibility on Filter
Proposal:
Change the pseudo-schema to match the xsd:
<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>
by making the xs:any on Delivery and Filter xs:any* and adding ... to these
elements.
--
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, 17 March 2009 23:13:50 UTC