- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jun 2005 17:46:05 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv21592
Modified Files:
ws-addr-core.xml
Log Message:
Added resolution to issues lc75 and lc88 - updated description of [message id]
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** ws-addr-core.xml 20 Jun 2005 19:08:35 -0000 1.98
--- ws-addr-core.xml 21 Jun 2005 17:46:03 -0000 1.99
***************
*** 490,499 ****
<label> [message id] : IRI (0..1)</label>
<def>
! <p>An absolute IRI that uniquely identifies this message in time and space.
! No two messages with a distinct application intent may share a [message
! id] property. A message MAY be retransmitted for any reason including
! communications failure and MAY use the same [message id] property. The
! value of this property is an IRI whose interpretation beyond
! equivalence is not defined in this specification.</p>
</def>
</gitem>
--- 490,499 ----
<label> [message id] : IRI (0..1)</label>
<def>
! <p>An absolute IRI that uniquely identifies the message.
! When present, it is the responsibility of the sender to ensure
! that each message is uniquely identified. The behavior of a
! receiver when receiving a message that contains the same
! [message id] as a previously received message is
! unconstrained by this specification.</p>
</def>
</gitem>
Received on Tuesday, 21 June 2005 17:46:23 UTC