- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 May 2005 19:16:25 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory hutz:/tmp/cvs-serv7386 Modified Files: ws-addr-soap.xml ws-addr.xsd Log Message: Added lc38 resolution - nonNegativeInteger to unsignedLong for RetryAfter Index: ws-addr.xsd =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr.xsd,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ws-addr.xsd 18 May 2005 19:11:58 -0000 1.12 --- ws-addr.xsd 18 May 2005 19:16:23 -0000 1.13 *************** *** 106,113 **** </xs:simpleType> ! <xs:element name="RetryAfter" type="tns:AttributedNonNegativeIntegerType"/> ! <xs:complexType name="AttributedNonNegativeIntegerType"> <xs:simpleContent> ! <xs:extension base="xs:nonNegativeInteger"> <xs:anyAttribute namespace="##any" processContents="lax"/> </xs:extension> --- 106,113 ---- </xs:simpleType> ! <xs:element name="RetryAfter" type="tns:AttributedUnsignedLong"/> ! <xs:complexType name="AttributedUnsignedLong"> <xs:simpleContent> ! <xs:extension base="xs:unsignedLong"> <xs:anyAttribute namespace="##any" processContents="lax"/> </xs:extension> Index: ws-addr-soap.xml =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** ws-addr-soap.xml 18 May 2005 18:03:07 -0000 1.61 --- ws-addr-soap.xml 18 May 2005 19:16:23 -0000 1.62 *************** *** 608,623 **** <label>/wsa:RetryAfter</label> <def> ! <p>This element (of type xs:nonNegativeInteger) is a suggested minimum duration in milliseconds to wait before retransmitting the message. If this element is omitted from the detail, the value is infinite.</p> ! <ednote> ! <name>M Hadley</name> ! <edtext>The WG seeks feedback on the choice of ! nonNegativeInteger for this element. Other types ! considered included unsignedLong, unsignedInt and ! duration.</edtext> ! </ednote> ! </def> </gitem> </glist> --- 608,616 ---- <label>/wsa:RetryAfter</label> <def> ! <p>This element (of type xs:unsignedLong) is a suggested minimum duration in milliseconds to wait before retransmitting the message. If this element is omitted from the detail, the value is infinite.</p> ! </def> </gitem> </glist>
Received on Wednesday, 18 May 2005 19:19:04 UTC