- From: Hugo Haas <hugo@dev.w3.org>
- Date: Thu, 22 Jul 2004 09:52:00 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv2468
Modified Files:
wsdl20.xml
Log Message:
Defined wsdls:int for use by http:code
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** wsdl20.xml 21 Jul 2004 21:51:28 -0000 1.117
--- wsdl20.xml 22 Jul 2004 09:51:58 -0000 1.118
***************
*** 4655,4658 ****
--- 4655,4660 ----
<item><p><emph>wsdls:boolean</emph>
</p></item>
+ <item><p><emph>wsdls:int</emph>
+ </p></item>
</ulist>
<p>All types listed above are such that their value spaces are a superset of
***************
*** 4720,4723 ****
--- 4722,4734 ----
</div3>
+ <div3 id="int_type">
+ <head><emph>int</emph> Type</head>
+ <p>
+ The value space of the <emph>wsdls:int</emph> type consists of
+ the infinite set {...,-2,-1,0,1,2,...} representing the standard
+ mathematical concept of the integer numbers.
+ </p>
+ </div3>
+
</div2>
***************
*** 6872,6875 ****
--- 6883,6891 ----
</tr>
<tr>
+ <td>20040722</td>
+ <td>HH</td>
+ <td>Defined wsdls:int for http:code.</td>
+ </tr>
+ <tr>
<td>20040721</td>
<td>RRC</td>
Received on Thursday, 22 July 2004 05:52:08 UTC