This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6427 - Eventing: Use XSD Default
Summary: Eventing: Use XSD Default
Status: CLOSED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Eventing (show other bugs)
Version: FPWD
Hardware: PC Windows 2000
: P2 normal
Target Milestone: ---
Assignee: Li Li
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 17:48 UTC by Li Li
Modified: 2009-04-21 21:30 UTC (History)
3 users (show)

See Also:


Attachments

Description Li Li 2009-01-14 17:48:10 UTC
WS-Eventing specifies some default values for attributes, such as @Mode and @Dialect. But these default values are not defined in XSD. We propose to add XSD default values for these attributes to make WSDL more complete with respect to the specification.
<xs:attribute name="Mode" type="xs:anyURI" use="optional" default="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push" 
/>
Comment 1 Robert Freund 2009-01-15 23:44:51 UTC
2009-01-15: General agreement, but wg wants to see list in public mail list
Action to Wu to send mail to the list
Comment 2 Robert Freund 2009-01-20 22:00:46 UTC
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" />
Comment 3 Robert Freund 2009-02-08 23:52:57 UTC
resolved on 2009-02-03 with comment #2
Comment 4 Doug Davis 2009-03-04 16:41:51 UTC
in spec