OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-rx message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [ws-rx] Issue i013 - proposed text changes (typo fixed)


Doug, I would like to make the following friendly amendment to your proposal to add descriptive text on this parameter as follows to section 2.1. Regards, Marc g

 

In the WS-RM Policy doc, after line 155:

 

The assertion defines a maximum message number parameter that the RM Destination MAY include to indicate the maximum message number the RM Destination will accept. This is useful for RM Destinations that may be running in constrained environments that can not accept values as large as the default value of a maximum unsigned long.

 


From: Doug Davis [mailto:dug@us.ibm.com]
Sent: Monday, August 08, 2005 3:51 AM
To: ws-rx@lists.oasis-open.org
Subject: [ws-rx] Issue i013 - proposed text changes (typo fixed)

 


fixed a typo.
-Doug
__________________

Per my AI on the last conference call here are the list of changes I propose for the resolution of issue i013:

In the WS-RM Policy doc:

After line 173, add to the normative outline:
        <wsrm:MaxMessageNumber Number="xs:unsignedLong" ... /> ?

After line 202, add to the more verbose section of the normative outline:
        /wsrm:RMAssertion/wsrm:MaxMessageNumber
        A parameter that specifies the maximum message number that the RM Destination will accept.  If omitted, the default value of the maximum unsigned long will be assumed.

        /wsrm:RMAssertion/wsrm:MaxMessageNumber/@Number
        The maximum message number.

After line 434, add to the schema:
        <xs:element name="MaxMessageNumber" minOccurs="0" >
          <xs:complexType>
            <xs:attribute name="Number"
                          type="xs:unsignedLong" use="required" />
            <xs:anyAttribute namespace="##any" processContents="lax" />
          </xs:complexType>
        </xs:element>

thanks
-Doug



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]