[Bug 6426] Fix Delivery Definition

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6426





--- Comment #3 from Robert Freund <bob@freunds.com>  2009-01-20 21:40:48 ---
proposal from
http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Jan/0048.html
WS-Eventing specifies some default values for some attributes, such as @Mode
and @Dialect. But these default values are not defined in the XSD. 
We propose to copy these default values to XSD to make the definition complete.
The following is a list of default values and their corresponding XSD defaults.

Location: Section 3.1
Description: Implied value is
http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push
XSD:
<xs:attribute name="Mode" type="xs:anyURI" use="optional"
default="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push" />

Location: Section 3.1
Description: Implied value is "http://www.w3.org/TR/1999/REC-xpath-19991116".
XSD:
<xs:attribute name="Dialect" type="xs:anyURI" use="optional" 
default="http://www.w3.org/TR/1999/REC-xpath-19991116" />


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 20 January 2009 21:40:58 UTC