- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2005 08:37:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv29899
Modified Files:
wsdl20.xml
Log Message:
LC 126. Added default value for wsdl:required (false).
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.265
retrieving revision 1.266
diff -C2 -d -r1.265 -r1.266
*** wsdl20.xml 20 May 2005 08:18:22 -0000 1.265
--- wsdl20.xml 20 May 2005 08:37:31 -0000 1.266
***************
*** 8277,8289 ****
</p>
</item>
- <item>
- <p>
- A [specified] property with a value of <attval>true</attval>.
- </p>
- </item>
</ulist>
<p>
The type of the <att>required</att> &AII; is <emph>xs:boolean</emph>.
</p>
</div3>
--- 8277,8286 ----
</p>
</item>
</ulist>
<p>
The type of the <att>required</att> &AII; is <emph>xs:boolean</emph>.
+ Its default value is <attval>false</attval> (hence extensions are NOT
+ required by default).
</p>
</div3>
***************
*** 9896,9899 ****
--- 9893,9903 ----
<td>20050520</td>
<td>JJM</td>
+ <td><loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC126">LC126</loc>:
+ Added default value for wsdl:required (false).</td>
+ </tr>
+
+ <tr>
+ <td>20050520</td>
+ <td>JJM</td>
<td>Fixed typo in 2.14.1.1.</td>
</tr>
Received on Friday, 20 May 2005 08:37:35 UTC