2002/ws/desc/wsdl20 wsdl20.xml,1.457,1.458

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

Modified Files:
	wsdl20.xml 
Log Message:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4432
 Removed "exact" and added booleans


Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.457
retrieving revision 1.458
diff -C 2 -d -r1.457 -r1.458
*** wsdl20.xml	12 Apr 2007 16:05:44 -0000	1.457
--- wsdl20.xml	12 Apr 2007 16:29:39 -0000	1.458
***************
*** 8107,8115 ****
  
  <ulist>
!   <item><p>For values of a simple type (see <specref ref="simpletypes"/>)
!   this means that they contain
!   the exact same values. For instance, two string values are equivalent
!   if they contain the same sequence of Unicode characters, as described in
!   <bibref ref="CHARMOD"/></p></item>
  
    <item><p>Values which are references to other components are
--- 8107,8117 ----
  
  <ulist>
!   <item><p>For values of a simple type (see <specref
!   ref="simpletypes"/>) this means that they contain the same
!   values. For instance, two string values are equivalent if they
!   contain the same sequence of Unicode characters, as described in
!   <bibref ref="CHARMOD"/>, or two boolean values are equivalent if
!   they contain the same canonical value (<code>true</code> or
!   <code>false</code>).</p></item>
  
    <item><p>Values which are references to other components are

Received on Thursday, 12 April 2007 16:29:46 UTC