2002/ws/desc/wsdl20 wsdl20.xml,1.290,1.291

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

Modified Files:
	wsdl20.xml 
Log Message:
[LC75v] Removed any text that discussed conformance for WSDL 2.0 processors.


Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.290
retrieving revision 1.291
diff -C2 -d -r1.290 -r1.291
*** wsdl20.xml	13 Jun 2005 15:20:23 -0000	1.290
--- wsdl20.xml	13 Jun 2005 21:42:45 -0000	1.291
***************
*** 78,82 ****
  	be used to describe Web services based on an abstract model of
  	what the service offers.
! 	It also defines criteria for a conformant processor of this language.
        </p>
      </abstract>    
--- 78,82 ----
  	be used to describe Web services based on an abstract model of
  	what the service offers.
! 	It also defines the conformance criteria for documents in this language.
        </p>
      </abstract>    
***************
*** 107,111 ****
  functionality of a service as well as a framework for describing the
  concrete details of a service description. 
! 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"/>
--- 107,111 ----
  functionality of a service as well as a framework for describing the
  concrete details of a service description. 
! It also defines the conformance criteria for documents in this language.
  The <emph>WSDL Version 2.0
  Part 2: Adjuncts</emph> specification <bibref ref="WSDL-PART2"/>
***************
*** 178,187 ****
    in the XML Infoset.</p>
  
!   <p>It is not a requirement to support any particular serialization of the
!   normative XML Infoset mapping of the component model for a WSDL 2.0
!   document. For instance, a conformant processor MAY only support XML 1.0
!   and not XML 1.1 <bibref ref="XML11"/>.</p>
!   
!   <p>
    	An XML 1.0 document that is valid with respect to the WSDL 2.0 XML
    	Schema and that maps to a valid WSDL 2.0 Component Model is
--- 178,182 ----
    in the XML Infoset.</p>
  
!    <p>
    	An XML 1.0 document that is valid with respect to the WSDL 2.0 XML
    	Schema and that maps to a valid WSDL 2.0 Component Model is
***************
*** 9286,9293 ****
        <note>
          <p>
! Support for the W3C XML Schema 
!   <bibref ref='XMLSchemaP1'/>,<bibref ref='XMLSchemaP2' /> is required
!   of all WSDL 2.0 processors (see <specref ref="xsd-types"/>).  
!   </p>
        </note>
  
--- 9281,9291 ----
        <note>
          <p>
!         	Support for the W3C XML Schema
!         	<bibref ref='XMLSchemaP1' />,
!         	<bibref ref='XMLSchemaP2' />
!         	is included in the conformance criteria for WSDL 2.0 documents (see
!         	<specref ref="xsd-types" />
!         	).
!         </p>
        </note>
  
***************
*** 9350,9355 ****
  <p>
  XML Schema MAY be used as the schema language via import or
! inlining. All WSDL 2.0 processors MUST support XML Schema
! type definitions.
  </p>
  
--- 9348,9352 ----
  <p>
  XML Schema MAY be used as the schema language via import or
! inlining.
  </p>
  
***************
*** 9479,9483 ****
  			The
  			<att>schemaLocation</att>
! 			&AII;, if present, provides a hint to the processor as to where
  			the schema may be located. Caching and cataloging
  			technologies may provide better information than this hint.
--- 9476,9480 ----
  			The
  			<att>schemaLocation</att>
! 			&AII;, if present, provides a hint to the XML Schema processor as to where
  			the schema may be located. Caching and cataloging
  			technologies may provide better information than this hint.
***************
*** 9552,9556 ****
  <p>Note: It is NOT an error to import two or more schemas from the same
  <att>targetNamespace</att>. It is the responsibility of the
! underlying schema processor to sort out a coherent set of
  schema components.</p>
  <p>The
--- 9549,9553 ----
  <p>Note: It is NOT an error to import two or more schemas from the same
  <att>targetNamespace</att>. It is the responsibility of the
! underlying XML Schema processor to sort out a coherent set of
  schema components.</p>
  <p>The
***************
*** 9702,9708 ****
  multiple redefinitions of the same components.  Multiple inclusion of
  a single WSDL 2.0 document has the same meaning as including it only once.
- Processors are encouraged to keep track of the source of component
- definitions, so that multiple, mutual, and circular includes do not
- require establishing identity on a component-by-component basis.
  </p>
  
--- 9699,9702 ----
***************
*** 11969,11972 ****
--- 11963,11974 ----
      <tr>
      	<td>20050613</td>
+     	<td>AGR</td>
+     	<td><loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75v">LC75v</loc>:
+     		Removed any text that discussed conformance for WSDL 2.0 processors.
+      	</td>
+     </tr>
+ 
+     <tr>
+     	<td>20050613</td>
      	<td>JJM</td>
      	<td><loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC131">LC131</loc>: 

Received on Monday, 13 June 2005 21:42:50 UTC