2002/ws/desc/wsdl20 wsdl20.xml,1.194,1.195

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

Modified Files:
	wsdl20.xml 
Log Message:
LC113:  In the Feature and Property Composition sections, 
the	in-scope components for Binding Operation, Binding Fault, 
Binding Message Reference, and Binding Fault Reference 
should include those of the corresponding Interface	Operation, 
Interface Fault, ,Message Reference, and Fault	Reference, respectively.
Also updated specification references use Part 2: Adjuncts, and corrected validation errors.


Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.194
retrieving revision 1.195
diff -C2 -d -r1.194 -r1.195
*** wsdl20.xml	21 Mar 2005 02:33:23 -0000	1.194
--- wsdl20.xml	31 Mar 2005 14:43:59 -0000	1.195
***************
*** 110,117 ****
  It also defines criteria for a conformant processor of this language.
  The <emph>WSDL Version 2.0
! Part 2: Predefined Extensions</emph> specification <bibref ref="WSDL-PART2"/>
  describes extensions for Message Exchange Patterns, features, SOAP modules
! and bindings of features. The <emph>WSDL Version 2.0
! Part 3: Bindings</emph> specification <bibref ref="WSDL-PART3"/> defines
  a language for describing such concrete details for SOAP 1.2 <bibref
  ref='SOAP12-PART1' />, HTTP <bibref ref='RFC2616'/> and MIME <bibref
--- 110,116 ----
  It also defines criteria for a conformant processor of this language.
  The <emph>WSDL Version 2.0
! Part 2: Adjuncts</emph> specification <bibref ref="WSDL-PART2"/>
  describes extensions for Message Exchange Patterns, features, SOAP modules
! and bindings of features, and 
  a language for describing such concrete details for SOAP 1.2 <bibref
  ref='SOAP12-PART1' />, HTTP <bibref ref='RFC2616'/> and MIME <bibref
***************
*** 271,276 ****
  	</p>
        	<p>
!       	Defined by WSDL 2.0: Bindings <bibref
!         ref="WSDL-PART3"/>.
          </p>
        </def>
--- 270,275 ----
  	</p>
        	<p>
!       	Defined by WSDL 2.0: Adjuncts <bibref
!         ref="WSDL-PART2"/>.
          </p>
        </def>
***************
*** 283,288 ****
  	</p>
        	<p>
!       	Defined by WSDL 2.0: Bindings <bibref
!         ref="WSDL-PART3"/>.
          </p>
        </def>
--- 282,287 ----
  	</p>
        	<p>
!       	Defined by WSDL 2.0: Adjuncts <bibref
!         ref="WSDL-PART2"/>.
          </p>
        </def>
***************
*** 1600,1604 ****
  	interfaces it extends, along with any operations it directly
  	defines. The operations directly defined on an interface are
! 	referred to as the <em>declared</em> operations of the interface.
  	In the process, operation components that are
  	equivalent per <specref ref="compequiv"/> are treated as one.
--- 1599,1603 ----
  	interfaces it extends, along with any operations it directly
  	defines. The operations directly defined on an interface are
! 	referred to as the <emph>declared</emph> operations of the interface.
  	In the process, operation components that are
  	equivalent per <specref ref="compequiv"/> are treated as one.
***************
*** 1708,1712 ****
  	  that are declared on the component and those that are available on its extendend interfaces.
  	  This rule can also be expressed by saying that faults and operations that are available on an interface include those that
! 	  are available in the <em>transitive closure</em> of the extends relation on the interface.
  	  </p>
  	  
--- 1707,1711 ----
  	  that are declared on the component and those that are available on its extendend interfaces.
  	  This rule can also be expressed by saying that faults and operations that are available on an interface include those that
! 	  are available in the <emph>transitive closure</emph> of the extends relation on the interface.
  	  </p>
  	  
***************
*** 3707,3711 ****
                <item><p>Fault Reference component: all features asserted
                within the fault reference component, those
!               within the aprent interface operation component and
                those withing its parent interface component.</p></item>
  
--- 3706,3710 ----
                <item><p>Fault Reference component: all features asserted
                within the fault reference component, those
!               within the parent interface operation component and
                those withing its parent interface component.</p></item>
  
***************
*** 3715,3743 ****
  	      any).</p></item>
  
! 	      <item><p>Binding Fault component: all features
! 	      asserted within the binding fault component, those
! 	      within the parent binding component and those within the
! 	      interface component referred to by the binding component
! 	      (if any).</p></item>
  
! 	      <item><p>Binding Operation component: all features
! 	      asserted within the binding operation component, those
! 	      within the parent binding component and those within the
! 	      interface component referred to by the binding component
! 	      (if any).</p></item>
  
!               <item><p>Binding Message Reference component: all
!               features asserted within the binding message reference
!               component, those within the parent binding operation
!               component, those within its parent binding component and
!               those within the interface component referred to by the
!               binding component (if any).</p></item>
  
!               <item><p>Binding Fault Reference component: all
!               features asserted within the binding fault reference
!               component, those within the parent binding operation
!               component, those within its parent binding component and
!               those within the interface component referred to by the
!               binding component (if any).</p></item>
  	    </ulist>
  	    
--- 3714,3762 ----
  	      any).</p></item>
  
! 	      <item>
! 	      	<p  diff="chg">
! 	      		Binding Fault component: all features asserted within
! 	      		the binding fault component, those within the parent
! 	      		binding component, those witin the corresponding
! 	      		interface fault component, and those within the
! 	      		interface component referred to by the binding
! 	      		component (if any).
! 	      	</p>
! 	      </item>
  
! 	      <item>
! 	      	<p  diff="chg">
! 	      		Binding Operation component: all features asserted
! 	      		within the binding operation component, those within
! 	      		the parent binding component, those within the
! 	      		corresponding interface operation component, and those
! 	      		within the interface component referred to by the
! 	      		binding component.
! 	      	</p>
! 	      </item>
  
! 	      <item>
! 	      	<p diff="chg">
! 	      		Binding Message Reference component: all features
! 	      		asserted within the binding message reference
! 	      		component, those within the parent binding operation
! 	      		component, those within its parent binding component,
! 	      		those within the corresponding message reference
! 	      		component, and those within the interface component
! 	      		referred to by the binding component.
! 	      	</p>
! 	      </item>
  
! 	      <item>
! 	      	<p diff="chg">
! 	      		Binding Fault Reference component: all features
! 	      		asserted within the binding fault reference component,
! 	      		those within the parent binding operation component,
! 	      		those within its parent binding component, those
! 	      		within the corresponding fault reference component,
! 	      		and those within the interface component referred to
! 	      		by the binding component.
! 	      	</p>
! 	      </item>
  	    </ulist>
  	    
***************
*** 4161,4182 ****
  	      any).</p></item>
  
! 	      <item><p>Binding Fault component: all properties
! 	      asserted within the binding fault component, those
! 	      within the parent binding component and those within the
! 	      interface component referred to by the binding component
! 	      (if any).</p></item>
  
! 	      <item><p>Binding Operation component: all properties
! 	      asserted within the binding operation component, those
! 	      within the parent binding component and those within the
! 	      interface component referred to by the binding component
! 	      (if any).</p></item>
  
!               <item><p>Binding Message Reference component: all
!               properties asserted within the binding message reference
!               component, those within the parent binding operation
!               component, those within its parent binding component and
!               those within the interface component referred to by the
!               binding component (if any).</p></item>
  	    </ulist>
  	    
--- 4180,4228 ----
  	      any).</p></item>
  
! 	      <item>
! 	      	<p diff="chg">
! 	      		Binding Fault component: all properties asserted
! 	      		within the binding fault component, those within the
! 	      		parent binding component, those within the
! 	      		corresponding interface fault component, and those
! 	      		within the interface component referred to by the
! 	      		binding component (if any).
! 	      	</p>
! 	      </item>
  
! 	      <item>
! 	      	<p diff="chg">
! 	      		Binding Operation component: all properties asserted
! 	      		within the binding operation component, those within
! 	      		the parent binding component, those within the
! 	      		corresponding interface operation component, and those
! 	      		within the interface component referred to by the
! 	      		binding component.
! 	      	</p>
! 	      </item>
  
! 	      <item>
! 	      	<p diff="chg">
! 	      		Binding Message Reference component: all properties
! 	      		asserted within the binding message reference
! 	      		component, those within the parent binding operation
! 	      		component, those within its parent binding component,
! 	      		those within the corresponding message reference
! 	      		component, and those within the interface component
! 	      		referred to by the binding component.
! 	      	</p>
! 	      </item>
! 
! 	      <item>
! 	      	<p diff="chg">
! 	      		Binding Fault Reference component: all properties
! 	      		asserted within the binding fault reference component,
! 	      		those within the parent binding operation component,
! 	      		those within its parent binding component, those
! 	      		within the corresponding fault reference component,
! 	      		and those within the interface component referred to
! 	      		by the binding component.
! 	      	</p>
! 	      </item>
  	    </ulist>
  	    
***************
*** 4480,4484 ****
        <p> No concrete binding details are given in this
        specification. The companion specification, <emph>WSDL (Version
!       2.0): Bindings</emph> <bibref ref="WSDL-PART3"/> defines such
        bindings for SOAP 1.2 <bibref ref='SOAP12-PART1'/> and HTTP
        <bibref ref='RFC2616'/>. Other specifications MAY define
--- 4526,4530 ----
        <p> No concrete binding details are given in this
        specification. The companion specification, <emph>WSDL (Version
!       2.0): Adjuncts</emph> <bibref ref="WSDL-PART2"/> defines such
        bindings for SOAP 1.2 <bibref ref='SOAP12-PART1'/> and HTTP
        <bibref ref='RFC2616'/>. Other specifications MAY define
***************
*** 4493,4497 ****
        Interface component. The bindings may occur via defaulting rules
        which allow one to specify default bindings for all operations
!       (see, for example <bibref ref="WSDL-PART3"/>) or by directly
        listing each Operation component of the Interface component and
        defining bindings for them. Thus, it is an error for a Binding
--- 4539,4543 ----
        Interface component. The bindings may occur via defaulting rules
        which allow one to specify default bindings for all operations
!       (see, for example <bibref ref="WSDL-PART2"/>) or by directly
        listing each Operation component of the Interface component and
        defining bindings for them. Thus, it is an error for a Binding
***************
*** 4518,4522 ****
  	    of concrete binding details are contained within this
  	    Binding component. Specifications (such as <bibref
! 	    ref="WSDL-PART3"/> ) that define such concrete binding
  	    details MUST specify appropriate values for this
  	    property. The value of this property MAY be the namespace
--- 4564,4568 ----
  	    of concrete binding details are contained within this
  	    Binding component. Specifications (such as <bibref
! 	    ref="WSDL-PART2"/> ) that define such concrete binding
  	    details MUST specify appropriate values for this
  	    property. The value of this property MAY be the namespace
***************
*** 8022,8026 ****
  	  W3C Recommendation "HTML 4.01 Specification - Form content types"
  	  Dave Raggett, Arnaud Le Hors, Ian Jacobs, 24 December 1999.</bibl>
- -->
  	  
  	  <bibl key="WSDL 2.0 Bindings"
--- 8068,8071 ----
***************
*** 8048,8051 ****
--- 8093,8121 ----
  	    "&part2.title;"</loc> is available at &part2.latest;.
  	  </bibl>
+ -->
+ 
+ 	  <bibl key="WSDL 2.0 Adjuncts" href="&w3c-designation-part2;"
+ 	  	id="WSDL-PART2">
+ 	  	<titleref>
+ 	  		Web Services Description Language (WSDL) Version 2.0 Part
+ 	  		2: Adjuncts
+ 	  	</titleref>, M. Gudgin, H. Haas, P. Le H&#233;garet, A. Lewis, J-J.
+ 	  	Moreau, D. Orchard, J. Schlimmer, S. Weerawarana, Editors.
+ 	  	World Wide Web Consortium,
+ 	  	<!--
+ 	  		&draft.day; &draft.month;
+ 	  		&draft.year;. 
+ 	  	-->
+ 	  	3 August 2004. This version of the "Web Services Description
+ 	  	Language (WSDL) Version 2.0 Part 2: Adjuncts" Specification is
+ 	  	available at
+ 	  	&w3c-designation-part2;. The
+ 	  	<loc href="&part2.latest;">
+ 	  		latest version of "Web Services Description Language
+ 	  		(WSDL) Version 2.0 Part 2: Adjuncts"
+ 	  	</loc>
+ 	  	is available at
+ 	  	&part2.latest;.
+ 	  </bibl>
  
  	  <bibl id="CHARMOD" key="Character Model for the WWW" 
***************
*** 8360,8364 ****
  
    <gitem><label>Published specifications:</label>
!      <def><p>This document, <bibref ref="WSDL-PART2"/>, and <bibref ref="WSDL-PART3"/>.</p></def></gitem>
  
    <gitem><label>Applications which use this media type:</label>
--- 8430,8434 ----
  
    <gitem><label>Published specifications:</label>
!      <def><p>This document and <bibref ref="WSDL-PART2"/>.</p></def></gitem>
  
    <gitem><label>Applications which use this media type:</label>
***************
*** 8968,8972 ****
        <th>Description</th>
      </tr>
!     
      <tr>
      	<td>20050320</td>
--- 9038,9058 ----
        <th>Description</th>
      </tr>
! 
!     <tr>
!     	<td>20050331</td>
!     	<td>AGR</td>
!     	<td>
!     		<loc
!     			href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC113">
!     			LC113
!     		</loc>: In the Feature and Property Composition sections, the
!     		in-scope components for Binding Operation, Binding Fault,
!     		Binding Message Reference, and Binding Fault Reference
!     		should include those of the corresponding Interface
!     		Operation, Interface Fault, ,Message Reference, and Fault
!     		Reference, respectively. Also updated specification references use Part 2: Adjuncts, and corrected validation errors.
!     	</td>
!     </tr>
! 
      <tr>
      	<td>20050320</td>

Received on Thursday, 31 March 2005 14:44:02 UTC