- From: Kevin Liu via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Nov 2005 23:02:29 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv20852/ws/desc/wsdl20 Modified Files: wsdl20-primer.html wsdl20-primer.xml Log Message: fixed text for xs:inclue to clarify that xs:inclde can also be used to include schema files with no namespace Index: wsdl20-primer.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.xml,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -d -r1.135 -r1.136 *** wsdl20-primer.xml 6 Oct 2005 16:02:47 -0000 1.135 --- wsdl20-primer.xml 3 Nov 2005 23:02:27 -0000 1.136 *************** *** 771,775 **** ! <p>Of course, an inlined XML schema may also use XML Schema's native <code>xs:include</code> element to refer to schemas defined in separate files when the included schema has the same namespace as the including schema. In this case, according to XML Schema, the included schema components become a part of the including schema as though they had been copied and pasted into the including schema. Hence, the included schema components are also available to the containing WSDL 2.0 <code>description</code> for reference by Qname. </p> <p>The following example has the same effect as <specref ref="example-initial-types"/>:</p> --- 771,775 ---- ! <p>Of course, an inlined XML schema may also use XML Schema's native <code>xs:include</code> element to refer to schemas defined in separate files when the included schema has no namespace or has the same namespace as the including schema. In this case, according to XML Schema, the included schema components become a part of the including schema as though they had been copied and pasted into the including schema. Hence, the included schema components are also available to the containing WSDL 2.0 <code>description</code> for reference by Qname. </p> <p>The following example has the same effect as <specref ref="example-initial-types"/>:</p> *************** *** 839,843 **** Merge Interface, Binding and Service components from another WSDL 2.0 document ! that has the SAME targetNamespace. </td> <td> --- 839,843 ---- Merge Interface, Binding and Service components from another WSDL 2.0 document ! that has the SAME or NO targetNamespace. </td> <td> *************** *** 879,883 **** Merge XML Schema components from another XML Schema document that has the ! SAME targetNamespace. </td> <td> --- 879,883 ---- Merge XML Schema components from another XML Schema document that has the ! SAME or NO targetNamespace. </td> <td> Index: wsdl20-primer.html =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.html,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** wsdl20-primer.html 3 Nov 2005 16:19:27 -0000 1.107 --- wsdl20-primer.html 3 Nov 2005 23:02:27 -0000 1.108 *************** *** 1,3 **** ! <!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 0: Primer</title><style type="text/css"> code { font-family: monospace; } --- 1,3 ---- ! <!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 0: Primer</title><style type="text/css"> code { font-family: monospace; } *************** *** 45,49 **** div.exampleHeader { font-weight: bold; [...989 lines suppressed...] <interface name="reservationListInterfaceWithQuery"> --- 3717,3721 ---- </p> <div class="exampleOuter"> ! <p style="text-align: left" class="exampleHead"><a name="example_reservationList_HTTP_GET_single_wsdl"></a><i><span>Example 5-17. </span>WSDL 2.0 for Using a Single Query Type</i></p> <div class="exampleInner"><pre>. . . <interface name="reservationListInterfaceWithQuery"> *************** *** 3784,3788 **** <h3><a name="adv-rdf-mapping"></a>5.5 Mapping to RDF and Semantic Web</h3> ! <table border="1" summary="Editorial note: KevinL"><tr><td width="50%" valign="top" align="left"><b>Editorial note: KevinL</b></td><td width="50%" valign="top" align="right">20050429</td></tr><tr><td valign="top" align="left" colspan="2"> This section might be removed - pending on the availability of the RDF mapping note. </td></tr></table> --- 3783,3787 ---- <h3><a name="adv-rdf-mapping"></a>5.5 Mapping to RDF and Semantic Web</h3> ! <table border="1" summary="Editorial note: KevinL"><tr><td align="left" valign="top" width="50%"><b>Editorial note: KevinL</b></td><td align="right" valign="top" width="50%">20050429</td></tr><tr><td colspan="2" align="left" valign="top"> This section might be removed - pending on the availability of the RDF mapping note. </td></tr></table>
Received on Thursday, 3 November 2005 23:02:38 UTC