- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Nov 2005 06:42:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv21560
Modified Files:
wsdl20.xml
Log Message:
LC357: Added anyURI-IRI warning
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.347
retrieving revision 1.348
diff -C2 -d -r1.347 -r1.348
*** wsdl20.xml 10 Nov 2005 05:38:19 -0000 1.347
--- wsdl20.xml 10 Nov 2005 06:42:09 -0000 1.348
***************
*** 246,249 ****
--- 246,264 ----
</div3>
+ <div3 id="xmlSchemaAnyURI">
+ <head>XML Schema anyURI</head>
+
+ <p>This specification uses the XML Schema type <att>xs:anyURI</att>
+ (see <bibref ref="XMLSchemaP2"/>). It is defined so that <att>xs:anyURI</att> values
+ are essentially IRIs (see <bibref ref="RFC3987"/>). The conversion from
+ <att>xs:anyURI</att> values to an actual URI is via an escaping procedure defined by
+ (see <bibref ref="XLink"/>), which is identical in most respects to IRI Section 3.1.</p>
+
+ <p>For interoperability, WSDL authors are advised to avoid the US-ASCII characters: "<", ">", '"', space,
+ "{", "}", "|", "\", "^", and "`", which are allowed by the <att>xs:anyURI</att> type,
+ but disallowed in IRIs.</p>
+
+ </div3>
+
<div3 id="nsprefixes">
<head>Prefixes and Namespaces Used in This Specification</head>
***************
*** 11224,11228 ****
http://www.w3.org/TR/xptr-framework/.
</bibl>
!
<!--
<bibl key="WSD Usage Scenarios"
--- 11239,11256 ----
http://www.w3.org/TR/xptr-framework/.
</bibl>
!
! <bibl key="XML Linking Language (XLink) 1.0"
! href="http://www.w3.org/TR/2001/REC-xlink-20010627/"
! id="XLink">
! <titleref>XLink</titleref>Steve DeRose, Eve Maler,
! David Orchard, Editors. World Wide Web
! Consortium, 27 June 2001. This version of the XLink
! Recommendation is
! http://www.w3.org/TR/2001/REC-xlink-20010627/ The
! <loc href='http://www.w3.org/TR/xlink/'>latest
! version of XLink</loc> is available at
! http://www.w3.org/TR/xlink/.
! </bibl>
!
<!--
<bibl key="WSD Usage Scenarios"
***************
*** 12412,12415 ****
--- 12440,12450 ----
<td>20051110</td>
<td>JJM</td>
+ <td><loc href="http://www.w3.org/2002/ws/desc/5/lc-issues/#LC357">LC357</loc>
+ : Added anyURI-IRI warning, as per Tokyo f2f.</td>
+ </tr>
+
+ <tr>
+ <td>20051110</td>
+ <td>JJM</td>
<td><loc href="http://www.w3.org/2002/ws/desc/5/lc-issues/#LC344">LC344#5</loc>
: Incorporated text regarding mutually exclusive operation styles, as per Tokyo f2f.</td>
Received on Thursday, 10 November 2005 06:42:15 UTC