- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Feb 2005 11:33:07 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv15834
Modified Files:
wsdl20.xml
Log Message:
Implement LC75s resolution.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.169
retrieving revision 1.170
diff -C2 -d -r1.169 -r1.170
*** wsdl20.xml 17 Feb 2005 09:25:37 -0000 1.169
--- wsdl20.xml 17 Feb 2005 11:33:04 -0000 1.170
***************
*** 6493,6496 ****
--- 6493,6553 ----
</p>
+ <p><specref ref="tab_SchemaVisibility"/> summarize the visibility of
+ schema components.
+ </p>
+ <table border="1" id="tab_SchemaVisibility">
+ <caption>Visibility of schema components</caption>
+ <col width="20%" />
+ <col width="40%" />
+ <col width="40%" />
+ <tbody>
+ <tr>
+ <th></th>
+ <th>Directly in WSDL</th>
+ <th>In schema</th>
+ </tr>
+ <tr>
+ <td><el>xs:import</el></td>
+ <td>
+ All components from the imported namespace are visible to WSDL
+ (the schema must have an identical targetNamespace).
+ </td>
+ <td>
+ Components imported by the schema itself are NOT visible to WSDL.
+ </td>
+ </tr>
+ <tr>
+ <td><el>xs:include</el></td>
+ <td>
+ All components included are visible to WSDL
+ (the included schema must NOT have a namespace already).
+ </td>
+ <td>
+ All components included by the schema itself are visible to WSDL
+ (the schema included in the schema must NOT have a namespace already).
+ </td>
+ </tr>
+ <tr>
+ <td><el>wsdl:import</el></td>
+ <td>
+ The embedded schemas contained in the imported WSDL document are NOT visible to WSDL.
+ </td>
+ <td>
+ n/a
+ </td>
+ </tr>
+ <tr>
+ <td><el>wsdl:include</el></td>
+ <td>
+ The embedded schemas contained in the included WSDL are visible to WSDL
+ (as long as they share the same targetNamespace).
+ </td>
+ <td>
+ n/a
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
<div3 id='import-xsd'>
<head>Importing XML Schema</head>
***************
*** 8597,8600 ****
--- 8654,8666 ----
<td>JJM</td>
<td>
+ <loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/#LC75s">email</loc>:
+ Add table indicating the visibility of schema components.
+ </td>
+ </tr>
+
+ <tr>
+ <td>20050217</td>
+ <td>JJM</td>
+ <td>
<loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/#LC52a">email</loc>:
Indicate included components also belong to the same target namespace, as per Jacek original suggestion.
Received on Thursday, 17 February 2005 11:33:07 UTC