2004/ws/addressing ws-addr-core.xml,1.79,1.80

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

Modified Files:
	ws-addr-core.xml 
Log Message:
Added lc80 resolution - made abstract properties into a separate list

Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** ws-addr-core.xml	18 May 2005 18:34:58 -0000	1.79
--- ws-addr-core.xml	18 May 2005 18:40:12 -0000	1.80
***************
*** 421,424 ****
--- 421,428 ----
                  require additional message addressing properties to augment the facilities provided
                  here. </p>
+  
+             <div2 id="abstractmaps">
+                 <head>Abstract Property Definitions</head>
+             
              <p>Message addressing properties collectively augment a message with the following
                  abstract properties to support one way, request reply, and other interaction
***************
*** 538,541 ****
--- 542,547 ----
                  address MUST provide some out-of-band mechanism for delivering replies or faults
                  (e.g. returning the reply on the same transport connection).</p>
+             </div2>
+             
              <div2 id="msgaddrpropsinfoset">
                  <head>XML Infoset Representation of Message Addressing Properties</head>
***************
*** 543,548 ****
                      that can be easily secured as a unit. These properties are immutable and not
                      intended to be modified along a message path. </p>
!                 <p>The following shows the XML Infoset representation of message addressing
!                     properties:</p>
                  <eg xml:space="preserve">
  &lt;wsa:To&gt;xs:anyURI&lt;/wsa:To&gt;
--- 549,554 ----
                      that can be easily secured as a unit. These properties are immutable and not
                      intended to be modified along a message path. </p>
!                 <p>The following shows the XML Infoset representation of the message addressing
!                     properties define in <specref ref="abstractmaps"/>:</p>
                  <eg xml:space="preserve">
  &lt;wsa:To&gt;xs:anyURI&lt;/wsa:To&gt;

Received on Wednesday, 18 May 2005 19:40:25 UTC