2004/ws/addressing ws-addr-core.xml,1.58,1.59

Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv15344

Modified Files:
	ws-addr-core.xml 
Log Message:
Added resolution to lc9 - changed IRI to absolute IRI where appropriate

Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** ws-addr-core.xml	22 Apr 2005 16:16:59 -0000	1.58
--- ws-addr-core.xml	22 Apr 2005 17:25:59 -0000	1.59
***************
*** 191,195 ****
                          <label> [address] : IRI (mandatory)</label>
                          <def>
!                             <p>An address IRI for the endpoint.</p>
                          </def>
                      </gitem>
--- 191,195 ----
                          <label> [address] : IRI (mandatory)</label>
                          <def>
!                             <p>An absolute IRI representing the address of the endpoint.</p>
                          </def>
                      </gitem>
***************
*** 431,435 ****
                      <label> [destination] : IRI (mandatory)</label>
                      <def>
!                         <p>The address of the intended receiver of this message.</p>
                      </def>
                  </gitem>
--- 431,436 ----
                      <label> [destination] : IRI (mandatory)</label>
                      <def>
!                         <p>An absolute IRI
!                             representing the address of the intended receiver of this message.</p>
                      </def>
                  </gitem>
***************
*** 464,469 ****
                      <label> [action] : IRI (mandatory)</label>
                      <def>
!                         <p>An identifier that uniquely identifies the semantics
!                             implied by this message.</p>
                          <p>It is RECOMMENDED that the value of the [action] property is an IRI
                              identifying an input, output, or fault message within a WSDL port type.
--- 465,470 ----
                      <label> [action] : IRI (mandatory)</label>
                      <def>
!                         <p>An absolute IRI that uniquely
!                             identifies the semantics implied by this message.</p>
                          <p>It is RECOMMENDED that the value of the [action] property is an IRI
                              identifying an input, output, or fault message within a WSDL port type.
***************
*** 476,480 ****
                      <label> [message id] : IRI (0..1)</label>
                      <def>
!                         <p>An 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 purpose including
--- 477,482 ----
                      <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 purpose including
***************
*** 489,494 ****
                      <def>
                          <p>A pair of values that indicate how this message relates to another
!                             message. The type of the relationship is identified by an IRI. The
!                             related message is identified by an IRI that corresponds to the related
                              message's [message id] property. The message identifier IRI may refer to
                              a specific message, or be the following well-known URI that means
--- 491,496 ----
                      <def>
                          <p>A pair of values that indicate how this message relates to another
!                             message. The type of the relationship is identified by an absolute IRI. The
!                             related message is identified by an absolute IRI that corresponds to the related
                              message's [message id] property. The message identifier IRI may refer to
                              a specific message, or be the following well-known URI that means

Received on Friday, 22 April 2005 17:26:02 UTC