- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Feb 2007 10:46:54 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv8178
Modified Files:
wsdl20.xml
Log Message:
CR125: problem with pattern attribute definition?
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.432
retrieving revision 1.433
diff -C 2 -d -r1.432 -r1.433
*** wsdl20.xml 15 Feb 2007 10:36:22 -0000 1.432
--- wsdl20.xml 15 Feb 2007 10:46:52 -0000 1.433
***************
*** 3740,3744 ****
<<b>operation</b>
name="<emph>xs:NCName</emph>"
! pattern="<emph>xs:anyURI</emph>"
style="<emph>list of xs:anyURI</emph>"? >
<documentation />*
--- 3740,3744 ----
<<b>operation</b>
name="<emph>xs:NCName</emph>"
! pattern="<emph>xs:anyURI</emph>"?
style="<emph>list of xs:anyURI</emph>"? >
<documentation />*
***************
*** 3770,3774 ****
<item>
<p>
! A REQUIRED <att>pattern</att> &AII;
as described below in <specref
ref="Interfaceoperation_pattern_attribute"/>.
--- 3770,3774 ----
<item>
<p>
! An OPTIONAL <att>pattern</att> &AII;
as described below in <specref
ref="Interfaceoperation_pattern_attribute"/>.
***************
*** 9497,9501 ****
</fault>*
! <operation name="<emph>xs:NCName</emph>" pattern="<emph>xs:anyURI</emph>" style="<emph>list of xs:anyURI</emph>"? >
<documentation />*
--- 9497,9501 ----
</fault>*
! <operation name="<emph>xs:NCName</emph>" pattern="<emph>xs:anyURI</emph>"? style="<emph>list of xs:anyURI</emph>"? >
<documentation />*
***************
*** 12359,12362 ****
--- 12359,12371 ----
<td>JJM</td>
<td>
+ <loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR125">CR125</loc>
+ : problem with pattern attribute definition?
+ </td>
+ </tr>
+
+ <tr>
+ <td>20070215</td>
+ <td>JJM</td>
+ <td>
<loc href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR044">CR044</loc>
: Additional editorial work, item 3 and 4
Received on Thursday, 15 February 2007 10:47:08 UTC