- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Jul 2005 17:57:55 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv5713/wsdl20
Modified Files:
wsdl20.xml
Log Message:
[LC96] Added clarification to section 4.2 stating that imported WSDL components are pervasive like in XML Schema as per resolution agreed to at F2F.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.306
retrieving revision 1.307
diff -C2 -d -r1.306 -r1.307
*** wsdl20.xml 27 Jul 2005 17:33:17 -0000 1.306
--- wsdl20.xml 27 Jul 2005 17:57:53 -0000 1.307
***************
*** 9937,9940 ****
--- 9937,9944 ----
XML Schema <el>xs:import</el> &EII; (see <bibref ref="XMLSchemaP1"/>,
section 4.2.3 "References to schema components across namespaces").
+ Specifically, it can be used
+ to import components from WSDL descriptions that
+ do not share a target namespace with the importing
+ document.
The WSDL 2.0 <el>ws:import</el> &EII; identifies namespaces used in
foreign references. The existence of the WSDL 2.0 <el>ws:import</el> &EII;
***************
*** 9943,9946 ****
--- 9947,9964 ----
</p>
+ <p>
+ As with XML schema, each WSDL 2.0 document making references
+ to components in a given (foreign) namespace MUST
+ have an <el>import</el> &EII; for that namespace (but not necessarily
+ providing a <att>location</att> &AII; identifying the WSDL 2.0 document
+ in which the referenced component is declared). In
+ other respects, the visibility of components is
+ pervasive; if two WSDL 2.0 documents import the same
+ namespace then they will have access to the same
+ components from the imported namespace (i.e.
+ regardless of which, if any, <att>location</att> &AII; values
+ are provided on the respective <el>import</el> &EII;s.)
+ </p>
+
<p>Using the <el>import</el> &EII; is a necessary condition for making
components from another namespace available to a WSDL 2.0 document.
***************
*** 12157,12160 ****
--- 12175,12192 ----
<td>
<loc
+ href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC96">
+ LC96
+ </loc>
+ : Added clarification to section 4.2 stating that imported WSDL components are pervasive
+ like in XML Schema
+ as per resolution agreed to at F2F.
+ </td>
+ </tr>
+
+ <tr>
+ <td>20050727</td>
+ <td>AGR</td>
+ <td>
+ <loc
href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC91">
LC91
Received on Wednesday, 27 July 2005 17:57:58 UTC