- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Mar 2007 15:53:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv30720
Modified Files:
wsdl20-adjuncts.xml
Log Message:
Further adjust the implementation of CR156 to miror that of section 6.6.3 (i.e. using pattern facets)
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.259
retrieving revision 1.260
diff -C 2 -d -r1.259 -r1.260
*** wsdl20-adjuncts.xml 14 Mar 2007 08:48:02 -0000 1.259
--- wsdl20-adjuncts.xml 14 Mar 2007 15:53:09 -0000 1.260
***************
*** 3530,3540 ****
</item>
<item>
! <p>A type of <emph>xs:string</emph> whose length facet value is <emph><attval>1</attval></emph>.
! The allowed characters are:
! <code>"&" | ";" | ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" |
! "$" | "'" | "(" | ")" | "*" | "+" | "," | ":" | "@" | "?" | "/"</code>,
! with <code>"&"</code> and <code>";"</code> being in practice
! the most common cases. <code>ALPHA</code> and <code>DIGIT</code> are defined as per
! <bibref ref="RFC2234"/>.
</p>
</item>
--- 3530,3537 ----
</item>
<item>
! <p>A type of <emph>xs:string</emph>
! whose pattern facet is "[&;a-zA-Z0-9\-\._~!$'\(\):@/\?\*\+,]{1,1}",
! <code>"&"</code> and <code>";"</code> being the most frequently used
! characters in practice.
</p>
</item>
***************
*** 5497,5500 ****
--- 5494,5504 ----
<td>20070314</td>
<td>JJM</td>
+ <td>Further adjust the implementation of CR156 to miror that of section 6.6.3 (i.e. using pattern facets).
+ </td>
+ </tr>
+
+ <tr>
+ <td>20070314</td>
+ <td>JJM</td>
<td>Implement the resolution for CR156 at the proper location (i.e. 6.5.4).
</td>
Received on Wednesday, 14 March 2007 15:53:20 UTC