- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Sep 2006 08:39:09 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv22812/ws/desc/wsdl20 Modified Files: wsdl20-adjuncts.xml Log Message: improved readibility of assertions in 4.1.1 Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.186 retrieving revision 1.187 diff -C 2 -d -r1.186 -r1.187 *** wsdl20-adjuncts.xml 6 Sep 2006 16:14:38 -0000 1.186 --- wsdl20-adjuncts.xml 7 Sep 2006 08:39:06 -0000 1.187 *************** *** 992,1012 **** be unique within the list.</assert></p></item> <item><p><assert class="component" id="WRPC-5022">For each child element of the input and output messages of the operation, ! a pair <emph>(q, t)</emph> whose first component <emph>q</emph> is equal to ! the qualified name of that element MUST be present in the list, with the caveat that elements that appear with cardinality greater than one MUST be treated as a single element.</assert></p></item> <item><p><assert class="component" id="WRPC-5023">For each pair <emph>(q, #in)</emph>, there MUST be a child element of the ! input element with a name of <emph>q</emph> and there MUST NOT be a child element ! of the output element with the same name.</assert></p></item> <item><p><assert class="component" id="WRPC-5024">For each pair <emph>(q, #out)</emph>, there MUST be a child element of the ! output element with a name of <emph>q</emph> and there MUST NOT be a child element ! of the input element with the same name.</assert></p></item> <item><p><assert class="component" id="WRPC-5025">For each pair <emph>(q, #inout)</emph>, there MUST be a child element of the ! input element with a name of <emph>q</emph> and there MUST be a child element ! of the output element with the same name. Furthermore, those two elements MUST ! have the same type.</assert></p></item> <item><p><assert class="component" id="WRPC-5026">For each pair <emph>(q, #return)</emph>, there MUST be a child element of the ! output element with a name of <emph>q</emph> and there MUST NOT be a child element ! of the input element with the same name.</assert></p></item> </ulist> <p> --- 992,1011 ---- be unique within the list.</assert></p></item> <item><p><assert class="component" id="WRPC-5022">For each child element of the input and output messages of the operation, ! a pair <emph>(q, t)</emph>, whose first component <emph>q</emph> is equal to ! the qualified name of that element, MUST be present in the list, with the caveat that elements that appear with cardinality greater than one MUST be treated as a single element.</assert></p></item> <item><p><assert class="component" id="WRPC-5023">For each pair <emph>(q, #in)</emph>, there MUST be a child element of the ! <el>input</el> element with a name of <emph>q</emph>. There MUST NOT be a child element ! of the <el>output</el> element with the name of <emph>q</emph>.</assert></p></item> <item><p><assert class="component" id="WRPC-5024">For each pair <emph>(q, #out)</emph>, there MUST be a child element of the ! <el>output</el> element with a name of <emph>q</emph>. There MUST NOT be a child element ! of the <el>input</el> element with the name of <emph>q</emph>.</assert></p></item> <item><p><assert class="component" id="WRPC-5025">For each pair <emph>(q, #inout)</emph>, there MUST be a child element of the ! <el>input</el> element with a name of <emph>q</emph>. There MUST also be a child element ! of the <el>output</el> element with the name of <emph>q</emph>.</assert></p></item> <item><p><assert class="component" id="WRPC-5026">For each pair <emph>(q, #return)</emph>, there MUST be a child element of the ! <el>output</el> element with a name of <emph>q</emph>. There MUST NOT be a child element ! of the <el>input</el> element with the name of <emph>q</emph>.</assert></p></item> </ulist> <p> *************** *** 5327,5330 **** --- 5326,5338 ---- <tr> + <td>20060907</td> + <td>JJM</td> + <td><loc + href="http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html#CR073">CR073</loc>: + improved readibility of assertions in 4.1.1 + </td> + </tr> + + <tr> <td>20060906</td> <td>JJM</td>
Received on Thursday, 7 September 2006 08:39:13 UTC