2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.249,1.250

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv19041

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
- Added<el> markup around pattern names.
- Added a non-normative reference to the Additional MEPs document and corresponding bibentry.
- Reordered normative and non-normative bibentries for better readability.
- Removed commented markup for Additional MEPs (now in a separate document).
- Removed commented markup for unused bibentries.

Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.249
retrieving revision 1.250
diff -C 2 -d -r1.249 -r1.250
*** wsdl20-adjuncts.xml	26 Feb 2007 03:16:23 -0000	1.249
--- wsdl20-adjuncts.xml	27 Feb 2007 11:29:47 -0000	1.250
***************
*** 318,322 ****
  <p>This specification defines several message exchange patterns for
  use with <emph>WSDL Version 2.0 Part 1: Core Language</emph> <bibref
! ref='WSDL-PART1' />.</p>
  
  <div2 id="mep-template">
--- 318,323 ----
  <p>This specification defines several message exchange patterns for
  use with <emph>WSDL Version 2.0 Part 1: Core Language</emph> <bibref
! ref='WSDL-PART1' />. Additional, non-normative patterns are available
! in <bibref ref="WSDL-MEPS"/>.</p>
  
  <div2 id="mep-template">
***************
*** 453,457 ****
  <head>In-Only message exchange pattern</head>
  <p>
! <assert class="component" id="InOnlyComposition-2012" cr-id="InOnlyComposition-2200501">The in-only message exchange pattern
  consists of exactly one message as follows:</assert>
  </p>
--- 454,459 ----
  <head>In-Only message exchange pattern</head>
  <p>
! <assert class="component" id="InOnlyComposition-2012" cr-id="InOnlyComposition-2200501">
! The <el>in-only</el> message exchange pattern
  consists of exactly one message as follows:</assert>
  </p>
***************
*** 478,482 ****
  </olist>
  
! <p><assert class="exchange" id="InOnlyFaults-2013" cr-id="InOnlyFaults-2200502">The in-only message exchange pattern uses the rule <specref
  ref='no-fault'/>.</assert></p>
  <p>
--- 480,485 ----
  </olist>
  
! <p><assert class="exchange" id="InOnlyFaults-2013" cr-id="InOnlyFaults-2200502">The <el>in-only</el>
! message exchange pattern uses the rule <specref
  ref='no-fault'/>.</assert></p>
  <p>
***************
*** 489,493 ****
  <div3 id="robust-in-only">
  <head>Robust In-Only message exchange pattern</head>
! <p><assert class="component" id="RobustInOnlyComposition-2013" cr-id="RobustInOnlyComposition-2200601">The robust in-only message exchange
  pattern consists of exactly one message as follows:</assert></p>
  <olist>
--- 492,497 ----
  <div3 id="robust-in-only">
  <head>Robust In-Only message exchange pattern</head>
! <p><assert class="component" id="RobustInOnlyComposition-2013" cr-id="RobustInOnlyComposition-2200601">
! The <el>robust-in-only</el> message exchange
  pattern consists of exactly one message as follows:</assert></p>
  <olist>
***************
*** 501,505 ****
    </item>
  </olist>
! <p><assert class="exchange" id="RobustInOnlyFaults-2014" cr-id="RobustInOnlyFaults-2200602">The robust in-only message exchange pattern uses the rule <specref
  ref='fault-trigger'/>.</assert></p>
  <p>An operation using this message exchange pattern has a
--- 505,510 ----
    </item>
  </olist>
! <p><assert class="exchange" id="RobustInOnlyFaults-2014" cr-id="RobustInOnlyFaults-2200602">
! The <el>robust in-only</el> message exchange pattern uses the rule <specref
  ref='fault-trigger'/>.</assert></p>
  <p>An operation using this message exchange pattern has a
***************
*** 510,514 ****
  <div3 id="in-out">
  <head>In-Out message exchange pattern</head>
! <p><assert class="component" id="InOutComposition-2015" cr-id="InOutComposition-2200701">The in-out message exchange pattern
  consists of exactly two messages, in order, as follows:</assert></p>
  <olist>
--- 515,520 ----
  <div3 id="in-out">
  <head>In-Out message exchange pattern</head>
! <p><assert class="component" id="InOutComposition-2015" cr-id="InOutComposition-2200701">
! The <el>in-out</el> message exchange pattern
  consists of exactly two messages, in order, as follows:</assert></p>
  <olist>
***************
*** 552,556 ****
    </item>
  </olist>
! <p><assert class="exchange" id="InOutFaults-2016" cr-id="InOutFaults-2200702">The in-out message exchange pattern uses the rule <specref
  ref='fault-replacement'/>.</assert></p>
  <p>
--- 558,563 ----
    </item>
  </olist>
! <p><assert class="exchange" id="InOutFaults-2016" cr-id="InOutFaults-2200702">
! The <el>in-out</el> message exchange pattern uses the rule <specref
  ref='fault-replacement'/>.</assert></p>
  <p>
***************
*** 561,733 ****
  </div3>
  
- <!-- Now moved to wsdl20-additional-meps.xml
- 
- <div3 id="in-opt-out">
- <head>In-Optional-Out message exchange pattern</head>
- <p><assert class="component" id="InOptOutComposition-2017" cr-id="InOptOutComposition-2200801">The in-optional-out message exchange pattern consists of one or two messages, in order, as
- follows:</assert></p>
- <olist>
-   <item><p>A message:</p>
-     <ulist>
-       <item><p>indicated by a <comp>Interface Message Reference</comp> component whose
- <prop comp="Interface Message Reference">message label</prop> is <attval>In</attval> and
- <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval></p></item>
-       <item><p>received from some node N</p></item>
-     </ulist>
-   </item>
-   <item><p>An optional message:</p>
-     <ulist>
-       <item><p>indicated by a <comp>Interface Message Reference</comp> component whose
- <prop comp="Interface Message Reference">message label</prop> is <attval>Out</attval> and
- <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval></p></item>
-       <item><p>sent to node N</p></item>
-     </ulist>
-   </item>
- </olist>
- <p><assert class="exchange" id="InOptOutFaults-2018" cr-id="InOptOutFaults-2200802">The in-optional-out message exchange pattern uses the rule <specref
- ref='fault-trigger'/>.</assert></p>
- <p>An operation using this message exchange pattern has
- a <prop comp="Interface Operation">message exchange pattern</prop> property
- with the value <attval>&wsdl-mep-in-opt-out;</attval>.</p>
- </div3>
- 
- <div3 id="out-only">
- <head>Out-Only message exchange pattern</head>
- <p><assert class="component" id="OutOnlyComposition-2019" cr-id="OutOnlyComposition-2200901">The out-only message exchange pattern
- consists of exactly one message as follows:</assert></p>
- <olist>
-   <item>
-     <p>
- A message:
-     </p>
-     <ulist>
-       <item>
-         <p>
- indicated by a <comp>Interface Message Reference</comp> component
- whose <prop comp="Interface Message Reference">message label</prop>
- is <attval>Out </attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval>
-         </p>
-       </item>
-       <item>
-         <p>
- sent to some node N
-         </p>
-       </item>
-     </ulist>
-   </item>
- </olist>
- <p><assert class="exchange" id="OutOnlyFaults-2020" cr-id="OutOnlyFaults-2200902">The out-only message exchange pattern uses the rule <specref
- ref='no-fault'/>.</assert></p>
- <p>
- An operation using this message exchange pattern has
- a <prop comp="Interface Operation">message exchange pattern</prop> property with
- the value <attval>&wsdl-mep-out-only;</attval>.
- </p>
- </div3>
- 
- <div3 id="robust-out-only">
- <head>Robust Out-Only message exchange pattern</head>
- <p><assert class="component" id="RobustOutOnlyComposition-2021" cr-id="RobustOutOnlyComposition-2201001">The robust out-only message exchange pattern
- consists of exactly one message as follows:</assert></p>
- <olist>
-   <item><p>message:</p>
-     <ulist>
-       <item><p>indicated by a <comp>Interface Message Reference</comp> component whose
- <prop comp="Interface Message Reference">message label</prop> is <attval>Out</attval> and
- <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval></p></item>
-       <item><p>sent to some node N</p></item>
-     </ulist>
-   </item>
- </olist>
- <p><assert class="exchange" id="RobustOutOnlyFaults-2022" cr-id="RobustOutOnlyFaults-2201002">The robust out-only message exchange pattern uses the rule <specref
- ref='fault-trigger'/>.</assert></p>
- <p>An operation using this message exchange pattern has
- a <prop comp="Interface Operation">message exchange pattern</prop> property with
- the value <attval>&wsdl-mep-robust-out-only;</attval>.</p>
- </div3>
- 
- <div3 id="out-in">
- <head>Out-In message exchange pattern</head>
- <p><assert class="component" id="OutInComposition-2023" cr-id="OutInComposition-2201101">The out-in message exchange pattern consists of exactly two messages, in order, as
- follows:</assert></p>
- <olist>
-   <item>
-     <p>
- A message:
-     </p>
-     <ulist>
-       <item>
-         <p>
- indicated by a <comp>Interface Message Reference</comp> component
- whose <prop comp="Interface Message Reference">message label</prop>
- is <attval>Out</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval>
-         </p>
-       </item>
-       <item>
-         <p>
- sent to some node N
-         </p>
-       </item>
-     </ulist>
-   </item>
-   <item>
-     <p>
- A message:
-     </p>
-     <ulist>
-       <item>
-         <p>
- indicated by a <comp>Interface Message Reference</comp> component
- whose <prop comp="Interface Message Reference">message label</prop>
- is <attval>In</attval> and <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval>
-         </p>
-       </item>
-       <item>
-         <p>
- sent from node N
-         </p>
-       </item>
-     </ulist>
-   </item>
- </olist>
- <p><assert class="exchange" id="OutInFaults-2024" cr-id="OutInFaults-2201102">The out-in message exchange pattern uses the rule <specref
- ref='fault-replacement'/>.</assert></p>
- <p>
- An operation using this message exchange pattern has
- a <prop comp="Interface Operation">message exchange pattern</prop> property with
- the value <attval>&wsdl-mep-out-in;</attval>.
- </p>
- </div3>
- 
- <div3 id="out-opt-in">
- <head>Out-Optional-In message exchange pattern</head>
- <p><assert class="component" id="OutOptInComposition-2025" cr-id="OutOptInComposition-2201201">The out-optional-in message exchange pattern consists of one or two messages, in order, as
- follows:</assert></p>
- <olist>
-   <item><p>A message:</p>
-     <ulist>
-       <item><p>indicated by a <comp>Interface Message Reference</comp> component whose
- <prop comp="Interface Message Reference">message label</prop> is <attval>Out</attval> and
- <prop comp="Interface Message Reference">direction</prop> is <attval>out</attval></p></item>
-       <item><p>sent to some node N</p></item>
-     </ulist>
-   </item>
-   <item><p>An optional message:</p>
-     <ulist>
-       <item><p>indicated by a <comp>Interface Message Reference</comp> component whose
- <prop comp="Interface Message Reference">message label</prop> is <attval>In</attval> and
- <prop comp="Interface Message Reference">direction</prop> is <attval>in</attval></p></item>
-       <item><p>sent from node N</p></item>
-     </ulist>
-   </item>
- </olist>
- <p><assert class="exchange" id="OutOptInFaults-2026" cr-id="OutOptInFaults-2201202">The out-optional-in message exchange pattern uses the rule <specref
- ref='fault-trigger'/>.</assert></p>
- <p>An operation using this message exchange pattern has
- a <prop comp="Interface Operation">message exchange pattern</prop> property with
- the value <attval>&wsdl-mep-out-opt-in;</attval>.</p>
- </div3>
- -->
- 
  </div2><!-- message exchange patterns -->
  
--- 568,571 ----
***************
*** 5434,5469 ****
              2005. Available at http://www.ietf.org/rfc/rfc3987.txt.
  	  </bibl>
-           <bibl id="XForms10" key="XForms 1.0" href="http://www.w3.org/TR/2003/REC-xforms-20031014/">
-             <titleref>XForms 1.0</titleref>, M. Dubinko, et al.,
- 	    Editors. World Wide Web Consortium, 14 October 2003. This
- 	    version of the XForms 1.0 Recommendation is
- 	    http://www.w3.org/TR/2003/REC-xforms-20031014/. The <loc href="http://www.w3.org/TR/xforms/">latest version of XForms
- 	    1.0</loc> is available at http://www.w3.org/TR/xforms/.
- 	  </bibl>
-           <bibl id="SOAP12-PART1" key="SOAP 1.2 Part 1: Messaging Framework (Second Edition)"
-           href="http://www.w3.org/TR/2006/PER-soap12-part1-20061219/">
-             <titleref>SOAP Version 1.2 Part 1: Messaging
- 	    Framework (Second Edition)</titleref>, M. Gudgin, M. Hadley, N. Mendelsohn,
- 	    J-J. Moreau, H. Frystyk Nielsen, A. Karmarkar, Y. Lafon, Editors. World Wide Web
- 	    Consortium, 19 December 2006. This version of the "SOAP Version
- 	    1.2 Part 1: Messaging Framework (Second Edition)" Proposed Edited Recommendation is
- 	    http://www.w3.org/TR/2006/PER-soap12-part1-20061219/. The
- 	    <loc href="http://www.w3.org/TR/soap12-part1/">latest
- 	    version of "SOAP Version 1.2 Part 1: Messaging
- 	    Framework"</loc> is available at
- 	    http://www.w3.org/TR/soap12-part1/.
- 	  </bibl>
-           <bibl id="SOAP12-PART2" key="SOAP 1.2 Part 2: Adjuncts (Second Edition)"
-           href="http://www.w3.org/TR/2006/PER-soap12-part2-20061219/">
-             <titleref>SOAP Version 1.2 Part 2: Adjuncts (Second Edition)</titleref>,
- 	    M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, and
- 	    H. Frystyk Nielsen, A. Karmarkar, Y. Lafon, Editors. World Wide Web Consortium, 7
- 	    May 2003. This version of the "SOAP Version 1.2 Part 2:
- 	    Adjuncts (Second Edition)" Proposed Edited Recommendation is
- 	    http://www.w3.org/TR/2006/PER-soap12-part2-20061219/. The
- 	    <loc href="http://www.w3.org/TR/soap12-part2/">latest
- 	    version of "SOAP Version 1.2 Part 2: Adjuncts"</loc> is
- 	    available at http://www.w3.org/TR/soap12-part2/.
- 	  </bibl>
  	  <bibl id="webarch" key="Web Architecture" 
  	    href="http://www.w3.org/TR/2004/REC-webarch-20041215/">
--- 5272,5275 ----
***************
*** 5498,5501 ****
--- 5304,5332 ----
  	    &part1.latest;.
  	  </bibl>
+           <bibl id="SOAP12-PART1" key="SOAP 1.2 Part 1: Messaging Framework (Second Edition)"
+           href="http://www.w3.org/TR/2006/PER-soap12-part1-20061219/">
+             <titleref>SOAP Version 1.2 Part 1: Messaging
+ 	    Framework (Second Edition)</titleref>, M. Gudgin, M. Hadley, N. Mendelsohn,
+ 	    J-J. Moreau, H. Frystyk Nielsen, A. Karmarkar, Y. Lafon, Editors. World Wide Web
+ 	    Consortium, 19 December 2006. This version of the "SOAP Version
+ 	    1.2 Part 1: Messaging Framework (Second Edition)" Proposed Edited Recommendation is
+ 	    http://www.w3.org/TR/2006/PER-soap12-part1-20061219/. The
+ 	    <loc href="http://www.w3.org/TR/soap12-part1/">latest
+ 	    version of "SOAP Version 1.2 Part 1: Messaging
+ 	    Framework"</loc> is available at
+ 	    http://www.w3.org/TR/soap12-part1/.
+ 	  </bibl>
+           <bibl id="SOAP12-PART2" key="SOAP 1.2 Part 2: Adjuncts (Second Edition)"
+           href="http://www.w3.org/TR/2006/PER-soap12-part2-20061219/">
+             <titleref>SOAP Version 1.2 Part 2: Adjuncts (Second Edition)</titleref>,
+ 	    M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, and
+ 	    H. Frystyk Nielsen, A. Karmarkar, Y. Lafon, Editors. World Wide Web Consortium, 7
+ 	    May 2003. This version of the "SOAP Version 1.2 Part 2:
+ 	    Adjuncts (Second Edition)" Proposed Edited Recommendation is
+ 	    http://www.w3.org/TR/2006/PER-soap12-part2-20061219/. The
+ 	    <loc href="http://www.w3.org/TR/soap12-part2/">latest
+ 	    version of "SOAP Version 1.2 Part 2: Adjuncts"</loc> is
+ 	    available at http://www.w3.org/TR/soap12-part2/.
+ 	  </bibl>
            <bibl id="XML10" key="XML 1.0" href="http://www.w3.org/TR/2004/REC-xml-20040204/">
              <titleref>Extensible Markup Language (XML) 1.0 (Third
***************
*** 5513,5532 ****
  	    http://www.w3.org/TR/xml-infoset.
  	  </bibl>
-           <!--
- 	  <bibl id='XMLNS' key='XML Namespaces'
- 	   
- 	   
- 	   
- 	    href='http://www.w3.org/TR/1999/REC-xml-names-19990114'>
- 	    <titleref>Namespaces in XML</titleref>, T. Bray, D.
- 	    Hollander, and A. Layman, Editors. World Wide Web
- 	    Consortium, 14 January 1999. This version of the XML
- 	    Information Set Recommendation is
- 	    http://www.w3.org/TR/1999/REC-xml-names-19990114. The <loc
- 	    href='http://www.w3.org/TR/REC-xml-names'>latest version of
- 	    Namespaces in XML</loc> is available at
- 	    http://www.w3.org/TR/REC-xml-names.
- 	  </bibl>
- -->
            <bibl id="XMLSchemaP1" key="XML Schema Structures" href="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/">
              <titleref>XML Schema Part 1: Structures Second Edition</titleref>,
--- 5344,5347 ----
***************
*** 5546,5549 ****
--- 5361,5371 ----
  	    http://www.w3.org/TR/xmlschema-2.
  	  </bibl>
+           <bibl id="XForms10" key="XForms 1.0" href="http://www.w3.org/TR/2003/REC-xforms-20031014/">
+             <titleref>XForms 1.0</titleref>, M. Dubinko, et al.,
+ 	    Editors. World Wide Web Consortium, 14 October 2003. This
+ 	    version of the XForms 1.0 Recommendation is
+ 	    http://www.w3.org/TR/2003/REC-xforms-20031014/. The <loc href="http://www.w3.org/TR/xforms/">latest version of XForms
+ 	    1.0</loc> is available at http://www.w3.org/TR/xforms/.
+ 	  </bibl>
          </blist>
        </div2>
***************
*** 5551,5566 ****
          <head>Informative References</head>
          <blist>
-           <bibl id="MTOM" key="SOAP Message Transmission Optimization Mechanism" href="http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/">
-             <titleref>SOAP Message Transmission Optimization
-             Mechanism</titleref>, N. Mendelsohn, M. Nottingham, and
-             H. Ruellan, Editors. World Wide Web Consortium, W3C
-             Recommendation, 25 January 2005. This version of SOAP
-             Message Transmission Optimization Mechanism is
-             http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/. The
-             <loc href='http://www.w3.org/TR/soap12-mtom/'>latest
-             version of the "SOAP Message Transmission Optimization
-             Mechanism" document</loc> is available from
-             http://www.w3.org/TR/soap12-mtom/.
- 	  </bibl>
            <bibl key="WSA 1.0 Core" href="http://www.w3.org/TR/2005/CR-ws-addr-core-20050817/" id="WSA-Core">
              <titleref>Web Services Addressing 1.0 - Core</titleref>
--- 5373,5376 ----
***************
*** 5587,5590 ****
--- 5397,5424 ----
  	  	&part0.latest;.
  	  </bibl>
+           <bibl key="WSDL 2.0 Additional MEPs"
+           href="http://www.w3.org/2002/ws/desc/wsdl20-additional-meps" id="WSDL-MEPS">
+             <titleref>Web Services Description Language (WSDL) Version 2.0: Additional MEPs</titleref>,
+             A. Lewis, Editors. World Wide Web Consortium,
+ 	    &draft.day; &draft.month;
+             &draft.year;. This version of the
+ 	    "Web Services Description Language (WSDL) Version 2.0: Additional MEPs" Specification is
+ 	    available is available at http://www.w3.org/2002/ws/desc/wsdl20-additional-meps.
+ 	    The <loc href="http://www.w3.org/2002/ws/desc/wsdl20-additional-meps">latest version of
+ 	    "Web Services Description Language (WSDL) Version 2.0: Additional MEPs"</loc> is available at
+ 	    http://www.w3.org/2002/ws/desc/wsdl20-additional-meps.
+ 	  </bibl>
+           <bibl id="MTOM" key="SOAP Message Transmission Optimization Mechanism" href="http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/">
+             <titleref>SOAP Message Transmission Optimization
+             Mechanism</titleref>, N. Mendelsohn, M. Nottingham, and
+             H. Ruellan, Editors. World Wide Web Consortium, W3C
+             Recommendation, 25 January 2005. This version of SOAP
+             Message Transmission Optimization Mechanism is
+             http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/. The
+             <loc href='http://www.w3.org/TR/soap12-mtom/'>latest
+             version of the "SOAP Message Transmission Optimization
+             Mechanism" document</loc> is available from
+             http://www.w3.org/TR/soap12-mtom/.
+ 	  </bibl>
          </blist>
        </div2>
***************
*** 5634,5637 ****
--- 5468,5482 ----
  	    </tr>
  	    -->
+ 	    <tr>
+ 	    	<td>20070227</td>
+ 	    	<td>JJM</td>
+ 	      <td>Added &lt;el> markup around pattern names.
+ 	          Added a non-normative reference to the Additional MEPs document and corresponding bibentry.
+ 	          Reordered normative and non-normative bibentries for better readability.
+ 	          Removed commented markup for Additional MEPs (now in a separate document).
+ 	          Removed commented markup for unused bibentries.
+ 	      </td>
+ 	    </tr>
+ 
      <tr>
      	<td>20070225</td>

Received on Tuesday, 27 February 2007 11:30:01 UTC