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 8158 - Enum: example 3-1 is wrong w.r.t. expires
Summary: Enum: example 3-1 is wrong w.r.t. expires
Status: CLOSED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Enumeration (show other bugs)
Version: LC
Hardware: PC Windows XP
: P2 trivial
Target Milestone: ---
Assignee: notifications mailing list for WS Resource Access
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 20:04 UTC by Doug Davis
Modified: 2009-12-08 22:08 UTC (History)
0 users

See Also:


Attachments

Description Doug Davis 2009-11-03 20:04:00 UTC
In example 3-1 is has:
(20)       <wsen:Expires> PT10M </wsen:Expires>
in the Enumerate request.  After the example it then says:
The wsen:Expires element on line (20) indicates that the consumer would like an enumeration context that will be good for at least 10 minutes

which isn't true.  To get the "at least 10 minutes" we need to add a @min
attribute.

proposal:
change (20) to be:
(20)       <wsen:Expires min="PT10M"> PT10M </wsen:Expires>
Comment 1 Robert Freund 2009-11-06 22:46:04 UTC
resolved