- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 May 2005 09:43:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv5702 Modified Files: wsdl20-adjuncts.html wsdl20-adjuncts.xml Log Message: LC80: frag ids Index: wsdl20-adjuncts.html =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.html,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** wsdl20-adjuncts.html 23 May 2005 00:53:22 -0000 1.34 --- wsdl20-adjuncts.html 27 May 2005 09:43:09 -0000 1.35 *************** *** 1,4 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ! <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts</title><style type="text/css"> code { font-family: monospace; } --- 1,15 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> ! <head> ! <meta name="generator" content= [...11175 lines suppressed...] ! to Part1 for a longer introduction</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">20020221</td> ! <td rowspan="1" colspan="1">JJM</td> ! <td rowspan="1" colspan="1">Renamed to "Part 2: Bindings"</td> ! </tr> ! <tr> ! <td rowspan="1" colspan="1">20020221</td> ! <td rowspan="1" colspan="1">JJM</td> ! <td rowspan="1" colspan="1">Created from ! http://www.w3.org/TR/2001/NOTE-wsdl-20010315</td> ! </tr> ! </tbody> ! </table> ! <br /></div> ! </div> ! </div> ! </body> ! </html> Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** wsdl20-adjuncts.xml 20 May 2005 08:00:21 -0000 1.49 --- wsdl20-adjuncts.xml 27 May 2005 09:43:09 -0000 1.50 *************** *** 1935,1938 **** --- 1935,1977 ---- </table> </div3> + + <div3 id="soap-module-decl-fragid"> + <head>IRI Identification Of A SOAP Module Component</head> + + <p>WSDL Version 2.0 Part 1: Core Language <bibref + ref='WSDL-PART1' /> defines a <xspecref + href="&w3c-designation-part1;#frag-ids">fragment identifier + syntax</xspecref> for identifying components of a WSDL 2.0 + document.</p> + + <p>A SOAP Module component can be identified using the + <emph><xspecref + href="&w3c-designation-part1;#wsdl.extension">wsdl.extension</xspecref></emph> + XPointer Framework scheme:</p> + + <p><code>wsdl.extension(&wsdl-soap-ns;, + wsoap.module(<emph>parent</emph>/<emph>uri</emph>))</code></p> + <olist> + <item><p> + <emph> + <code>parent</code> + </emph> + is the component identifier for the component under which + the SOAP Module component is declared, as <xspecref + href="&w3c-designation-part1;#frag-ids">specified in WSDL + Version 2.0 Part 1: Core Language</xspecref>. + </p> + </item> + <item> + <p> + <emph> + <code>uri</code> + </emph> + is the value of the {uri} property of the component. + </p> + </item> + </olist> + + </div3> </div2> *************** *** 2139,2142 **** --- 2178,2228 ---- </table> </div3> + + <div3 id="soap-headers-decl-fragid"> + <head>IRI Identification Of A SOAP Header Block Component</head> + + <p>WSDL Version 2.0 Part 1: Core Language <bibref + ref='WSDL-PART1' /> defines a <xspecref + href="&w3c-designation-part1;#frag-ids">fragment identifier + syntax</xspecref> for identifying components of a WSDL 2.0 + document.</p> + + <p>A SOAP Header Block component can be identified using the + <emph><xspecref + href="&w3c-designation-part1;#wsdl.extension">wsdl.extension</xspecref></emph> + XPointer Framework scheme:</p> + + <p><code>wsdl.extension(&wsdl-soap-ns;, + wsoap.header(<emph>parent</emph>/<emph>namespace</emph>#<emph>name</emph>))</code></p> + <olist> + <item><p> + <emph> + <code>parent</code> + </emph> + is the component identifier for the component under which + the SOAP Header Block component is declared, as <xspecref + href="&w3c-designation-part1;#frag-ids">specified in WSDL + Version 2.0 Part 1: Core Language</xspecref>. + </p> + </item> + <item> + <p> + <emph> + <code>namespace</code> + </emph> + is the {element} property value's namespace URI. + </p> + </item> + <item> + <p> + <emph> + <code>name</code> + </emph> + is the {element} property value's local name. + </p> + </item> + </olist> + + </div3> </div2> *************** *** 3216,3219 **** --- 3302,3352 ---- </table> </div3> + + <div3 id="http-headers-decl-fragid"> + <head>IRI Identification Of A HTTP Header Block Component</head> + + <p>WSDL Version 2.0 Part 1: Core Language <bibref + ref='WSDL-PART1' /> defines a <xspecref + href="&w3c-designation-part1;#frag-ids">fragment identifier + syntax</xspecref> for identifying components of a WSDL 2.0 + document.</p> + + <p>An HTTP Header Block component can be identified using the + <emph><xspecref + href="&w3c-designation-part1;#wsdl.extension">wsdl.extension</xspecref></emph> + XPointer Framework scheme:</p> + + <p><code>wsdl.extension(&wsdl-http-ns;, + whttp.header(<emph>parent</emph>/<emph>namespace</emph>#<emph>name</emph>))</code></p> + <olist> + <item><p> + <emph> + <code>parent</code> + </emph> + is the component identifier for the component under which + the HTTP Header Block component is declared, as <xspecref + href="&w3c-designation-part1;#frag-ids">specified in WSDL + Version 2.0 Part 1: Core Language</xspecref>. + </p> + </item> + <item> + <p> + <emph> + <code>namespace</code> + </emph> + is the {element} property value's namespace URI. + </p> + </item> + <item> + <p> + <emph> + <code>name</code> + </emph> + is the {element} property value's local name. + </p> + </item> + </olist> + + </div3> </div2> *************** *** 4281,4285 **** <!-- template <tr> ! <td>200504</td> <td></td> <td></td> --- 4414,4418 ---- <!-- template <tr> ! <td>200505</td> <td></td> <td></td> *************** *** 4287,4294 **** --> <tr> <td>20050520</td> <td>JJM</td> <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC97'>LC97</loc>: ! Fixed specifying default values throughout the spec. Resolved incoherenciees along the way.</td> </tr> <tr> --- 4420,4436 ---- --> <tr> + <td>20050527</td> + <td>HH</td> + <td><loc + href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC80'>LC80</loc>: + defined fragment identifiers for defined components <loc + href='http://lists.w3.org/Archives/Public/www-ws-desc/2005May/0035.html'>as + proposed</loc></td> + </tr> + <tr> <td>20050520</td> <td>JJM</td> <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC97'>LC97</loc>: ! Fixed specifying default values throughout the spec. Resolved incoherencies along the way.</td> </tr> <tr>
Received on Friday, 27 May 2005 09:43:15 UTC