2002/ws/desc/wsdl20 wsdl20.xml,1.187,1.188

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

Modified Files:
	wsdl20.xml 
Log Message:
Replaced schema visibility table with Asir's revised version.

Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.187
retrieving revision 1.188
diff -C2 -d -r1.187 -r1.188
*** wsdl20.xml	10 Mar 2005 04:12:57 -0000	1.187
--- wsdl20.xml	10 Mar 2005 16:35:57 -0000	1.188
***************
*** 6960,7004 ****
  		  <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>
--- 6960,7004 ----
  		  <tr>
  		    <th></th>
! 		    <th>XML Representation</th>
! 		    <th>Visibility of XML Schema Components</th>
  		  </tr>
  		  <tr>
! 		    <td>Including description</td>
  			<td>
! 			description/include
  			</td>
  			<td>
! 			XML Schema components in the included Description component's
! 			{element declarations} and {type definitions} properties are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td>Importing description</td>
  			<td>
! 			description/import
  			</td>
  			<td>
! 			None of the XML Schema Components in the imported Description
! 			component are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td>Importing XML Schema</td>
  			<td>
! 			description/xs:import
  			</td>
  			<td>
! 			Element Declaration and Type Definition components in the
! 			imported namespace are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td>Embedded XML Schema</td>
  			<td>
! 			description/types/xs:schema
  			</td>
  			<td>
! 			Element Declaration and Type Definition components in the
! 			embedded XML Schema are visible.
  			</td>
  		  </tr>
***************
*** 9162,9165 ****
--- 9162,9173 ----
      
      <tr>
+     	<td>20050310</td>
+     	<td>JJM</td>
+     	<td>
+     		Replaced schema visibility table with Asir's revised version.
+     	</td>
+     </tr>
+     
+     <tr>
      	<td>20050309</td>
      	<td>AGR</td>

Received on Thursday, 10 March 2005 16:36:00 UTC