2004/ws/addressing ws-addr-core.xml,1.102,1.103

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

Modified Files:
	ws-addr-core.xml 
Log Message:
Added revised resolution to issue lc68 - updated text warning designers of EPR extensions that default processing prevails when their extension is not understood

Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** ws-addr-core.xml	12 Jul 2005 18:46:50 -0000	1.102
--- ws-addr-core.xml	19 Jul 2005 18:28:59 -0000	1.103
***************
*** 1,5 ****
  <?xml version="1.0"?>
  <!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [
  <!ENTITY prefix "ws-addr-core">
  <!ENTITY % entities SYSTEM "entities.dtd" >
--- 1,5 ----
  <?xml version="1.0"?>
  <!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [de
  <!ENTITY prefix "ws-addr-core">
  <!ENTITY % entities SYSTEM "entities.dtd" >
***************
*** 231,235 ****
                                              mechanism for delivery (e.g.
                                              using a pre-existing transport
!                                         connection) from a prior interaction.</td>
                                      </tr>
                                      <tr>
--- 231,235 ----
                                              mechanism for delivery (e.g.
                                              using a pre-existing transport
!                                         connection from a prior interaction).</td>
                                      </tr>
                                      <tr>
***************
*** 436,440 ****
                      extended endpoint reference is processed by software that understands the
                      extension(s). When designing endpoint reference extensions designers should
!                     consider whether they desire standard processing per this specification in cases
                      where their extension is not recognized or understood.</p>
              </div2>
--- 436,440 ----
                      extended endpoint reference is processed by software that understands the
                      extension(s). When designing endpoint reference extensions designers should
!                     consider that standard processing per this specification will prevail in cases
                      where their extension is not recognized or understood.</p>
              </div2>
***************
*** 586,597 ****
                      properties defined in <specref ref="abstractmaps"/>:</p>
                  <eg xml:space="preserve">
! &lt;<b>wsa:To</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:To</b>&gt;
! &lt;<b>wsa:From</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:From</b>&gt;
! &lt;<b>wsa:ReplyTo</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:ReplyTo</b>&gt;
! &lt;<b>wsa:FaultTo</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:FaultTo</b>&gt;
  &lt;<b>wsa:Action</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:Action</b>&gt;
! &lt;<b>wsa:MessageID</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:MessageID</b>&gt;
! &lt;<b>wsa:RelatesTo</b> RelationshipType="<i>xs:anyURI</i>"?&gt;<i>xs:anyURI</i>&lt;/<b>wsa:RelatesTo</b>&gt;
! &lt;<b>wsa:ReferenceParameters</b>&gt;<i>xs:any</i>*&lt;/<b>wsa:ReferenceParameters</b>&gt;
                      </eg>
                  <p>The following describes the attributes and elements listed in the schema overview
--- 586,597 ----
                      properties defined in <specref ref="abstractmaps"/>:</p>
                  <eg xml:space="preserve">
! &lt;<b>wsa:To</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:To</b>&gt; ?
! &lt;<b>wsa:From</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:From</b>&gt; ?
! &lt;<b>wsa:ReplyTo</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:ReplyTo</b>&gt; ?
! &lt;<b>wsa:FaultTo</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:FaultTo</b>&gt; ?
  &lt;<b>wsa:Action</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:Action</b>&gt;
! &lt;<b>wsa:MessageID</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:MessageID</b>&gt; ?
! &lt;<b>wsa:RelatesTo</b> RelationshipType="<i>xs:anyURI</i>"?&gt;<i>xs:anyURI</i>&lt;/<b>wsa:RelatesTo</b>&gt; *
! &lt;<b>wsa:ReferenceParameters</b>&gt;<i>xs:any</i>*&lt;/<b>wsa:ReferenceParameters</b>&gt; ?
                      </eg>
                  <p>The following describes the attributes and elements listed in the schema overview

Received on Tuesday, 19 July 2005 18:29:05 UTC