[Bug 8158] New: Enum: example 3-1 is wrong w.r.t. expires

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

           Summary: Enum: example 3-1 is wrong w.r.t. expires
           Product: WS-Resource Access
           Version: FPWD
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Enumeration
        AssignedTo: public-ws-resource-access-notifications@w3.org
        ReportedBy: dug@us.ibm.com
         QAContact: public-ws-resource-access-notifications@w3.org


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>


-- 
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, 3 November 2009 20:04:02 UTC