2002/ws/desc/wsdl20 wsdl20.xml,1.167,1.168

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

Modified Files:
	wsdl20.xml 
Log Message:
Implement LC60 resolution.

Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** wsdl20.xml	16 Feb 2005 16:42:14 -0000	1.167
--- wsdl20.xml	16 Feb 2005 16:56:58 -0000	1.168
***************
*** 6418,6422 ****
  Support for the W3C XML Schema Description Language
    <bibref ref='XMLSchemaP1'/>,<bibref ref='XMLSchemaP2' /> is required
!   of all processors.  
    </p>
        </note>
--- 6418,6422 ----
  Support for the W3C XML Schema Description Language
    <bibref ref='XMLSchemaP1'/>,<bibref ref='XMLSchemaP2' /> is required
!   of all WSDL processors.  
    </p>
        </note>
***************
*** 6482,6486 ****
  XML Schema MAY be used as the schema language via import or
  embedding. Each method defines a different &EII; for use within
! a <el>types</el> &EII;.  All processors MUST support XML Schema
  type definitions.
  </p>
--- 6482,6486 ----
  XML Schema MAY be used as the schema language via import or
  embedding. Each method defines a different &EII; for use within
! a <el>types</el> &EII;.  All WSDL processors MUST support XML Schema
  type definitions.
  </p>
***************
*** 6581,6585 ****
  their <el>schemaLocation</el> &AII;s. The semantics of such &EII;s are
  governed solely by the XML Schema specification <bibref ref='XMLSchemaP1'/>.</p>
! 
  <p>The
  <el>xs:schema</el> &EII; has the following Infoset properties:</p>
--- 6581,6588 ----
  their <el>schemaLocation</el> &AII;s. The semantics of such &EII;s are
  governed solely by the XML Schema specification <bibref ref='XMLSchemaP1'/>.</p>
! <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
  <el>xs:schema</el> &EII; has the following Infoset properties:</p>
***************
*** 8594,8597 ****
--- 8597,8609 ----
      	<td>JJM</td>
      	<td>
+     		<loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/#LC60">email</loc>:
+     		Indicate it is OK to embed 2 schemas from the same targetNS.
+     	</td>
+     </tr>
+     
+     <tr>
+     	<td>20050216</td>
+     	<td>JJM</td>
+     	<td>
      		<loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/#LC75t">email</loc>:
      		Remove the restriction that wsdl:include cannot be transitive.

Received on Wednesday, 16 February 2005 16:57:01 UTC