- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 May 2005 02:11:41 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv5435
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC77a
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** wsdl20-adjuncts.xml 10 May 2005 17:28:20 -0000 1.45
--- wsdl20-adjuncts.xml 12 May 2005 02:11:39 -0000 1.46
***************
*** 902,906 ****
<p>
The sequence MUST NOT contain multiple children
! element declared with the same local name.
</p>
</item>
--- 902,906 ----
<p>
The sequence MUST NOT contain multiple children
! elements declared with the same local name.
</p>
</item>
***************
*** 3333,3336 ****
--- 3333,3340 ----
It may only be used for interface operation using the URI
Style format as defined in <specref ref="_operation_uri_style"/>.
+ Because the URI Style constrains the instance data not to
+ contain multiple children elements declared with the same
+ local name, elements can be serialized in
+ the request URI with their local names unambiguously.
</p>
<p>
***************
*** 3391,3395 ****
highly encouraged.</edtext>
</ednote>
! <p>The {http location} property MAY cite elements
<termref def="instance_data">instance data</termref> of the
input message to be serialized in the
--- 3395,3400 ----
highly encouraged.</edtext>
</ednote>
! <p>The {http location} property MAY cite local names of
! elements from the
<termref def="instance_data">instance data</termref> of the
input message to be serialized in the
***************
*** 3475,3479 ****
<p>Uncited elements with single values (non-list) are
serialized as a single name-value parameter pair. The
! name of the parameter is the name of the uncited
element, and the value of the parameter is the value
of the uncited element.
--- 3480,3484 ----
<p>Uncited elements with single values (non-list) are
serialized as a single name-value parameter pair. The
! name of the parameter is the local name of the uncited
element, and the value of the parameter is the value
of the uncited element.
***************
*** 3483,3487 ****
<p>Uncited elements with list values are serialized as
one name-value parameter pair per list value. The name
! of each parameter is the name of the uncited element,
and the value of each parameter is the corresponding
value in the list. The order of the list values is
--- 3488,3492 ----
<p>Uncited elements with list values are serialized as
one name-value parameter pair per list value. The name
! of each parameter is the local name of the uncited element,
and the value of each parameter is the corresponding
value in the list. The order of the list values is
***************
*** 4271,4274 ****
--- 4276,4287 ----
-->
<tr>
+ <td>20050512</td>
+ <td>HH</td>
+ <td><loc
+ href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC77a'>LC77a</loc>:
+ clarified namespace and local name serialization in
+ <code>application/x-www-url-encoded</code> serialization</td>
+ </tr>
+ <tr>
<td>20050509</td>
<td>RRC</td>
Received on Thursday, 12 May 2005 02:11:44 UTC