- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 10:20:45 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu In directory hutz:/tmp/cvs-serv27104 Modified Files: Enumerate.html EnumerateResponse.html EnumerationEnd.html GetStatus.html GetStatusResponse.html Pull.html PullResponse.html Release.html ReleaseResponse.html Renew.html RenewResponse.html SourceCancelling.html SourceShuttingDown.html enumeration.wsdl enumeration.xsd rddl.html Log Message: ns fix + cleanup Index: GetStatus.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/GetStatus.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- GetStatus.html 27 Feb 2009 10:27:28 -0000 1.1 +++ GetStatus.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: EnumerateResponse.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/EnumerateResponse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- EnumerateResponse.html 27 Feb 2009 10:27:27 -0000 1.1 +++ EnumerateResponse.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: Renew.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/Renew.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Renew.html 27 Feb 2009 10:27:28 -0000 1.1 +++ Renew.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: enumeration.wsdl =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.wsdl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- enumeration.wsdl 7 Apr 2009 23:34:20 -0000 1.5 +++ enumeration.wsdl 23 Sep 2009 10:20:43 -0000 1.6 @@ -1,16 +1,16 @@ <wsdl:definitions - targetNamespace="http://www.w3.org/2009/02/ws-enu" + targetNamespace="http://www.w3.org/2009/09/ws-enu" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:wsen="http://www.w3.org/2009/02/ws-enu" + xmlns:wsen="http://www.w3.org/2009/09/ws-enu" xmlns:xs="http://www.w3.org/2001/XMLSchema" > <wsdl:types> <xs:schema> <xs:import - namespace="http://www.w3.org/2009/02/ws-enu" - schemaLocation="http://www.w3.org/2009/02/ws-enu/enumeration.xsd" /> + namespace="http://www.w3.org/2009/09/ws-enu" + schemaLocation="http://www.w3.org/2009/09/ws-enu/enumeration.xsd" /> </xs:schema> </wsdl:types> @@ -52,42 +52,42 @@ <wsdl:operation name="EnumerateOp"> <wsdl:input message="wsen:EnumerateMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Enumerate" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Enumerate" /> <wsdl:output message="wsen:EnumerateResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerateResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/EnumerateResponse" /> </wsdl:operation> <wsdl:operation name="PullOp"> <wsdl:input message="wsen:PullMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Pull" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Pull" /> <wsdl:output message="wsen:PullResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/PullResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/PullResponse" /> </wsdl:operation> <wsdl:operation name="RenewOp" > <wsdl:input message="wsen:RenewMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Renew" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Renew" /> <wsdl:output message="wsen:RenewResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/RenewResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/RenewResponse" /> </wsdl:operation> <wsdl:operation name="GetStatusOp" > <wsdl:input message="wsen:GetStatusMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/GetStatus" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/GetStatus" /> <wsdl:output message="wsen:GetStatusResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/GetStatusResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/GetStatusResponse" /> </wsdl:operation> <wsdl:operation name="ReleaseOp"> <wsdl:input message="wsen:ReleaseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/Release" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/Release" /> <wsdl:output message="wsen:ReleaseResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/ReleaseResponse" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/ReleaseResponse" /> </wsdl:operation> </wsdl:portType> @@ -95,7 +95,7 @@ <wsdl:operation name="EnumerationEndOp" > <wsdl:input message="wsen:EnumerationEndMessage" - wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerationEnd" /> + wsam:Action="http://www.w3.org/2009/09/ws-enu/EnumerationEnd" /> </wsdl:operation> </wsdl:portType> Index: Release.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/Release.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Release.html 27 Feb 2009 10:27:28 -0000 1.1 +++ Release.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: PullResponse.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/PullResponse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- PullResponse.html 27 Feb 2009 10:27:28 -0000 1.1 +++ PullResponse.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: EnumerationEnd.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/EnumerationEnd.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- EnumerationEnd.html 27 Feb 2009 10:27:28 -0000 1.1 +++ EnumerationEnd.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: ReleaseResponse.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/ReleaseResponse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ReleaseResponse.html 27 Feb 2009 10:27:28 -0000 1.1 +++ ReleaseResponse.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: enumeration.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.xsd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- enumeration.xsd 1 Sep 2009 21:59:01 -0000 1.7 +++ enumeration.xsd 23 Sep 2009 10:20:43 -0000 1.8 @@ -1,6 +1,6 @@ <xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-enu" - xmlns:tns="http://www.w3.org/2009/02/ws-enu" + targetNamespace="http://www.w3.org/2009/09/ws-enu" + xmlns:tns="http://www.w3.org/2009/09/ws-enu" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" @@ -19,7 +19,7 @@ minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Dialect" type="xs:anyURI" use="optional" - default="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"/> + default="http://www.w3.org/2009/09/ws-enu/Dialects/XPath10"/> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -232,9 +232,9 @@ <xs:simpleType name="EnumerationEndCodeType"> <xs:restriction base="xs:anyURI"> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown" /> + "http://www.w3.org/2009/09/ws-enu/SourceShuttingDown" /> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-enu/SourceCancelling" /> + "http://www.w3.org/2009/09/ws-enu/SourceCancelling" /> </xs:restriction> </xs:simpleType> Index: SourceShuttingDown.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/SourceShuttingDown.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SourceShuttingDown.html 27 Feb 2009 10:27:29 -0000 1.1 +++ SourceShuttingDown.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: SourceCancelling.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/SourceCancelling.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SourceCancelling.html 27 Feb 2009 10:27:29 -0000 1.1 +++ SourceCancelling.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: RenewResponse.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/RenewResponse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- RenewResponse.html 27 Feb 2009 10:27:28 -0000 1.1 +++ RenewResponse.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: GetStatusResponse.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/GetStatusResponse.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- GetStatusResponse.html 27 Feb 2009 10:27:28 -0000 1.1 +++ GetStatusResponse.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: Pull.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/Pull.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Pull.html 27 Feb 2009 10:27:28 -0000 1.1 +++ Pull.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: Enumerate.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/Enumerate.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Enumerate.html 27 Feb 2009 10:27:27 -0000 1.1 +++ Enumerate.html 23 Sep 2009 10:20:43 -0000 1.2 @@ -19,8 +19,8 @@ <h1>Web Services Enumeration URI</h1> <p> This is a URI defined in the - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" - >Web Services Enumeration FPWD</a> specification. + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" + >Web Services Enumeration</a> specification. </p> <hr/> Index: rddl.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/rddl.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- rddl.html 27 Feb 2009 10:27:29 -0000 1.4 +++ rddl.html 23 Sep 2009 10:20:43 -0000 1.5 @@ -1,7 +1,7 @@ <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink"> <head> - <title>WS-Enumeration FPWD Namespace</title> + <title>WS-Enumeration Namespace</title> <link type="text/css" rel="stylesheet" href="/StyleSheets/TR/base.css"/> </head> @@ -13,27 +13,27 @@ </a> </p> - <h1>WS-Enumeration FPWD Namespace: <code>http://www.w3.org/2009/02/ws-enu</code></h1> + <h1>WS-Enumeration Namespace: <code>http://www.w3.org/2009/09/ws-enu</code></h1> </div> <p> - This (<code>http://www.w3.org/2009/02/ws-enu</code>) is a URI defined in the + This (<code>http://www.w3.org/2009/09/ws-enu</code>) is a URI defined in the <rddl:resource id="Spec" - xlink:title="WS-Enumeration FPWD specification" + xlink:title="WS-Enumeration specification" xlink:role="http://www.isi.edu/in-notes/iana/assignments/media-types/text/html" xlink:arcrole="http://www.rddl.org/purposes#normative-reference" - xlink:href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310" + xlink:href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924" xlink:type="simple" xlink:show="none" xlink:actuate="none"> - <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090310">Web - Services Enumeration FPWD</a> + <a href="http://www.w3.org/TR/2009/WD-ws-enumeration-20090924">Web + Services Enumeration</a> </rddl:resource> specification. </p> <p> - This document describes the WS-Enumeration FPWD namespace. It also + This document describes the WS-Enumeration namespace. It also contains a directory of links to these related resources, using <a href="http://www.rddl.org/">Resource Directory Description Language</a>. @@ -43,38 +43,38 @@ <h2>Latest XML Schema:</h2> <p> The following URI always points to the latest schema - for the WS-Enumeration FPWD namespace. + for the WS-Enumeration namespace. </p> <rddl:resource id="WS_ENU_latest_Schema" - xlink:title="Latest WS-Enumeration FPWD schema document" + xlink:title="Latest WS-Enumeration schema document" xlink:role="http://www.w3.org/2001/XMLSchema" xlink:arcrole="http://www.rddl.org/purposes#schema-validation" - xlink:href="http://www.w3.org/2009/02/ws-enu" + xlink:href="http://www.w3.org/2009/09/ws-enu" xlink:type="simple" xlink:show="none" xlink:actuate="none"> <p> - <a title="Latest WS-Enumeration FPWD schema document" - href="http://www.w3.org/2009/02/ws-enu">http://www.w3.org/2009/02/ws-enu</a> + <a title="Latest WS-Enumeration schema document" + href="http://www.w3.org/2009/09/ws-enu">http://www.w3.org/2009/09/ws-enu</a> </p> </rddl:resource> <h2>This dated version of the XML Schema:</h2> <p> - The following URI points to the schema for the WS-Enumeration FPWD namespace + The following URI points to the schema for the WS-Enumeration namespace corresponding to the 2009-02-17 specifications. </p> <rddl:resource id="WS_ENU_latestdated_Schema" - xlink:title="2009-02-17 WS-Enumeration FPWD schema document" + xlink:title="2009-02-17 WS-Enumeration schema document" xlink:role="http://www.w3.org/2001/XMLSchema" xlink:arcrole="http://www.rddl.org/purposes#schema-validation" xlink:href="enumeration.xsd" xlink:type="simple" xlink:show="none" xlink:actuate="none"> <p> - <a title="2009-02-17 WS-Enumeration FPWD schema document" - href="http://www.w3.org/2009/02/ws-enu/enumeration.xsd">http://www.w3.org/2009/02/ws-enu/enumeration.xsd</a> + <a title="2009-02-17 WS-Enumeration schema document" + href="http://www.w3.org/2009/09/ws-enu/enumeration.xsd">http://www.w3.org/2009/09/ws-enu/enumeration.xsd</a> </p> </rddl:resource> @@ -82,44 +82,44 @@ <h2>Latest WSDL:</h2> <p> The following URI always points to the latest WSDL - for the WS-Enumeration FPWD namespace. + for the WS-Enumeration namespace. </p> <rddl:resource id="WS_ENU_latest_WSDL" - xlink:title="Latest WS-Enumeration FPWD WSDL document" + xlink:title="Latest WS-Enumeration WSDL document" xlink:role="http://schemas.xmlsoap.org/wsdl/" xlink:arcrole="http://www.w3.org/TR/wsdl" xlink:href="enumeration.wsdl" xlink:type="simple" xlink:show="none" xlink:actuate="none"> <p> - <a title="Latest WS-Enumeration FPWD WSDL document" - href="http://www.w3.org/2009/02/ws-enu/enumeration.wsdl">http://www.w3.org/2009/02/ws-enu</a> + <a title="Latest WS-Enumeration WSDL document" + href="http://www.w3.org/2009/09/ws-enu/enumeration.wsdl">http://www.w3.org/2009/09/ws-enu</a> </p> </rddl:resource> <h2>This dated version of the WSDL:</h2> <p> - The following URI points to the WSDL for the WS-Enumeration FPWD namespace + The following URI points to the WSDL for the WS-Enumeration namespace corresponding to the 2009-02-17 specifications. </p> <rddl:resource id="WS_ENU_latestdated_WSDL" - xlink:title="2009-02-17 WS-Enumeration FPWD WSDL document" + xlink:title="2009-02-17 WS-Enumeration WSDL document" xlink:role="http://schemas.xmlsoap.org/wsdl/" xlink:arcrole="http://www.w3.org/TR/wsdl" xlink:href="enumeration.wsdl" xlink:type="simple" xlink:show="none" xlink:actuate="none"> <p> - <a title="2009-02-17 WS-Enumeration FPWD WSDL document" - href="http://www.w3.org/2009/02/ws-enu/enumeration.wsdl">http://www.w3.org/2009/02/ws-enu/enumeration.wsdl</a> + <a title="2009-02-17 WS-Enumeration WSDL document" + href="http://www.w3.org/2009/09/ws-enu/enumeration.wsdl">http://www.w3.org/2009/09/ws-enu/enumeration.wsdl</a> </p> </rddl:resource> <h2>Stability of this namespace URI</h2> <p> - This namespace URI (<code>http://www.w3.org/2009/02/ws-enu</code>) is + This namespace URI (<code>http://www.w3.org/2009/09/ws-enu</code>) is defined in a <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#first-wd">W3C First Public Working Draft</a> and is stable.
Received on Wednesday, 23 September 2009 10:20:55 UTC