- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Dec 2006 15:05:07 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv9227/wsdl20
Modified Files:
wsdl20.xml
Log Message:
[CR096, CR098] Fixed.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.416
retrieving revision 1.417
diff -C 2 -d -r1.416 -r1.417
*** wsdl20.xml 21 Dec 2006 14:07:50 -0000 1.416
--- wsdl20.xml 21 Dec 2006 15:05:04 -0000 1.417
***************
*** 1873,1879 ****
</eg>
<p>
! <assert class="document" id="Description-1201000">WSDL 2.0 descriptions are represented in XML by one or more WSDL 2.0
Information Sets (Infosets), that is one or more
! <el>description</el> &EII;s.</assert>
A WSDL 2.0 Infoset contains
representations for a collection of WSDL 2.0 components that
--- 1873,1879 ----
</eg>
<p>
! WSDL 2.0 descriptions are represented in XML by one or more WSDL 2.0
Information Sets (Infosets), that is one or more
! <el>description</el> &EII;s.
A WSDL 2.0 Infoset contains
representations for a collection of WSDL 2.0 components that
***************
*** 8445,8451 ****
ref='qnameres'/>). Only components defined and declared in
the schema itself and components included by it via xs:include are
! referenceable. <assert class="document" id="Types-1300002">
! Specifically components that the schema imports
! via xs:import are NOT referenceable.</assert></p>
<p><assert class="document" id="Types-1300003">Similarly, components defined in an
--- 8445,8453 ----
ref='qnameres'/>). Only components defined and declared in
the schema itself and components included by it via xs:include are
! referenceable.
! Note that components in the namespace that the inline schema imports via
! <el>xs:import</el> are not automatically referenceable from the WSDL 2.0 document
! that contains the inline schema.
! </p>
<p><assert class="document" id="Types-1300003">Similarly, components defined in an
***************
*** 12395,12398 ****
--- 12397,12433 ----
<tr>
+ <td>20061221</td>
+ <td>AGR</td>
+ <td>
+ <loc
+ href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR098">
+ CR098
+ </loc>
+ : Removed assertion markup for Types-1300002
+ "Specifically components that the schema imports via
+ xs:import are NOT referenceable." Replaced this by a better statement (see
+ <specref ref="inlining-xsd" />
+ ).
+ </td>
+ </tr>
+
+ <tr>
+ <td>20061221</td>
+ <td>AGR</td>
+ <td>
+ <loc
+ href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR096">
+ CR096
+ </loc>
+ : Removed assertion markup for Description-1201000 "WSDL 2.0
+ descriptions are represented in XML by one or more WSDL 2.0
+ Information Sets (Infosets), that is one or more description
+ element information items." (see
+ <specref ref="Description_XMLRep" />
+ ).
+ </td>
+ </tr>
+
+ <tr>
<td>20061221</td>
<td>AGR</td>
Received on Thursday, 21 December 2006 15:05:10 UTC