- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Sep 2009 12:20:36 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv20730 Modified Files: wsenum.xml wseventing.xml wsfrag.xml wsmex.xml wsrt.xml wst.xml entitieswd.dtd Log Message: using entities for namespaces (see entitieswd.dtd) Index: entitieswd.dtd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/entitieswd.dtd,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- entitieswd.dtd 23 Sep 2009 08:25:25 -0000 1.11 +++ entitieswd.dtd 28 Sep 2009 12:20:34 -0000 1.12 @@ -1,7 +1,14 @@ <?xml version='1.0' encoding='utf-8' ?> <!-- $Id$ --> -<!ENTITY nsprefix "2009/09"> +<!ENTITY all.nsprefix "2009/09"> + +<!ENTITY wsenu.nsprefix "&all.nsprefix;"> +<!ENTITY wsevt.nsprefix "&all.nsprefix;"> +<!ENTITY wsmex.nsprefix "&all.nsprefix;"> +<!ENTITY wsrst.nsprefix "&all.nsprefix;"> +<!ENTITY wstra.nsprefix "&all.nsprefix;"> +<!ENTITY wsfra.nsprefix "&all.nsprefix;"> <!ENTITY all.year "2009"> <!ENTITY all.month "@@@@@"> Index: wst.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- wst.xml 23 Sep 2009 20:06:57 -0000 1.61 +++ wst.xml 28 Sep 2009 12:20:34 -0000 1.62 @@ -184,7 +184,7 @@ specification is: </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</loc></eg> + <eg><loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra">http://www.w3.org/&wstra.nsprefix;/ws-tra</loc></eg> </example> <p> <specref ref="xmlnamespaces"/> lists XML namespaces that are @@ -205,7 +205,7 @@ <tr> <td> wst </td> <td> - <loc href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</loc> + <loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra">http://www.w3.org/&wstra.nsprefix;/ws-tra</loc> </td> <td> This specification @@ -482,7 +482,7 @@ <p>The Get request message MUST be of the following form:</p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Get + http://www.w3.org/&wstra.nsprefix;/ws-tra/Get <kw>[Body]</kw> <wst:Get Dialect="<emph>xs:anyURI</emph>"? ...> @@ -519,7 +519,7 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Get@Dialect="http://www.w3.org/2009/02/ws-fra" </label> + <label> <kw>[Body]</kw>/wst:Get@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label> <def> <p> The WS-Fragment <bibref ref="WsFrag"/> specification defines @@ -538,7 +538,7 @@ the following form:</p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/GetResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse <kw>[Body]</kw> <wst:GetResponse ...> @@ -601,7 +601,7 @@ EMEA </xxx:Region> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/Get + http://www.w3.org/&wstra.nsprefix;/ws-tra/Get </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000046 @@ -621,7 +621,7 @@ <s:Header> <wsa:To>http://www.fabrikam123.example.org/pullport</wsa:Address> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/GetResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000046 @@ -677,7 +677,7 @@ </p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Put + http://www.w3.org/&wstra.nsprefix;/ws-tra/Put <kw>[Body]</kw> <wst:Put Dialect="<emph>xs:anyURI</emph>"? ...> @@ -718,7 +718,7 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Put@Dialect="http://www.w3.org/2009/02/ws-fra" </label> + <label> <kw>[Body]</kw>/wst:Put@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label> <def> <p> The WS-Fragment <bibref ref="WsFrag"/> specification defines @@ -774,7 +774,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/PutResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse <kw>[Body]</kw> <wst:PutResponse ...> @@ -836,7 +836,7 @@ EMEA </xxx:Region> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/Put + http://www.w3.org/&wstra.nsprefix;/ws-tra/Put </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000047 @@ -865,7 +865,7 @@ <s:Header> <wsa:To>http://www.fabrikam123.example.org/sender</wsa:Address> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/PutResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000047 @@ -887,7 +887,7 @@ <p>The Delete request message MUST be of the following form:</p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Delete + http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete <kw>[Body]</kw> <wst:Delete Dialect="<emph>xs:anyURI</emph>"? ...> @@ -924,7 +924,7 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Delete@Dialect="http://www.w3.org/2009/02/ws-fra" </label> + <label> <kw>[Body]</kw>/wst:Delete@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label> <def> <p> The WS-Fragment <bibref ref="WsFrag"/> specification defines @@ -949,7 +949,7 @@ the following form:</p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/DeleteResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse <kw>[Body]</kw> <wst:DeleteResponse ...> @@ -993,7 +993,7 @@ EMEA </xxx:Region> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/Delete + http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000049 @@ -1014,7 +1014,7 @@ <s:Header> <wsa:To>http://www.fabrikam123.example.org/sender</wsa:Address> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/DeleteResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000049 @@ -1051,7 +1051,7 @@ <p>The Create request message MUST be of the following form:</p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Create + http://www.w3.org/&wstra.nsprefix;/ws-tra/Create <kw>[Body]</kw> <wst:Create Dialect="<emph>xs:anyURI</emph>"? ...> @@ -1096,7 +1096,7 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Create@Dialect="http://www.w3.org/2009/02/ws-fra" </label> + <label> <kw>[Body]</kw>/wst:Create@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label> <def> <p> The WS-Fragment <bibref ref="WsFrag"/> specification defines @@ -1123,7 +1123,7 @@ response of the following form:</p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/CreateResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse <kw>[Body]</kw> <wst:CreateResponse ...> @@ -1210,7 +1210,7 @@ </wsa:ReplyTo> <wsa:To>http://www.example.org/pushport/CustomerSpace</wsa:To> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/Create + http://www.w3.org/&wstra.nsprefix;/ws-tra/Create </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000048 @@ -1235,12 +1235,12 @@ <eg><s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://www.w3.org/2005/08/addressing" - xmlns:wst="http://www.w3.org/2009/02/ws-tra" + xmlns:wst="http://www.w3.org/&wstra.nsprefix;/ws-tra" xmlns:xxx="http://fabrikam123.example.com/resource-model" > <s:Header> <wsa:To>http://www.fabrikam123.example.org/sender</wsa:Address> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/CreateResponse + http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000048 @@ -1277,7 +1277,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-tra/fault</eg> + <eg>http://www.w3.org/&wstra.nsprefix;/ws-tra/fault</eg> </example> <p> @@ -1752,7 +1752,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-tra/transfer.xsd'>http://www.w3.org/2009/02/ws-tra/transfer.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd'>http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd</loc></eg> </example> <p> @@ -1761,8 +1761,8 @@ </p> <example> <eg><xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-tra" - xmlns:tns="http://www.w3.org/2009/02/ws-tra" + targetNamespace="http://www.w3.org/&wstra.nsprefix;/ws-tra" + xmlns:tns="http://www.w3.org/&wstra.nsprefix;/ws-tra" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" elementFormDefault="qualified" @@ -1860,7 +1860,7 @@ for this specification can be retrieved from the following address: </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-tra/transfer.wsdl">http://www.w3.org/2009/02/ws-tra/transfer.wsdl</loc></eg> + <eg><loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.wsdl">http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.wsdl</loc></eg> </example> <p> A non-normative copy of the WSDL description is listed below for @@ -1868,8 +1868,8 @@ </p> <example> <eg><wsdl:definitions - targetNamespace="http://www.w3.org/2009/02/ws-tra" - xmlns:tns="http://www.w3.org/2009/02/ws-tra" + targetNamespace="http://www.w3.org/&wstra.nsprefix;/ws-tra" + xmlns:tns="http://www.w3.org/&wstra.nsprefix;/ws-tra" 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/" @@ -1878,8 +1878,8 @@ <wsdl:types> <xs:schema> <xs:import - namespace="http://www.w3.org/2009/02/ws-tra" - schemaLocation="http://www.w3.org/2009/02/ws-tra/transfer.xsd" + namespace="http://www.w3.org/&wstra.nsprefix;/ws-tra" + schemaLocation="http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd" /> </xs:schema> </wsdl:types> @@ -1920,26 +1920,26 @@ <wsdl:operation name="Get"> <wsdl:input message="tns:GetMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Get"/> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Get"/> <wsdl:output message="tns:GetResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/GetResponse" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse" /> </wsdl:operation> <wsdl:operation name="Put"> <wsdl:input message="tns:PutMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Put" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Put" /> <wsdl:output message="tns:PutResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/PutResponse" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse" /> </wsdl:operation> <wsdl:operation name="Delete"> <wsdl:input message="tns:DeleteMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Delete" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete" /> <wsdl:output message="tns:DeleteResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/DeleteResponse" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse" /> </wsdl:operation> </wsdl:portType> @@ -1951,10 +1951,10 @@ <wsdl:operation name="Create"> <wsdl:input message="tns:CreateMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Create" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Create" /> <wsdl:output message="tns:CreateResponseMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/CreateResponse" /> + wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse" /> </wsdl:operation> </wsdl:portType> Index: wsrt.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- wsrt.xml 23 Sep 2009 14:13:55 -0000 1.42 +++ wsrt.xml 28 Sep 2009 12:20:34 -0000 1.43 @@ -71,7 +71,7 @@ <abstract> <p> This specification defines extensions to - <loc href="http://www.w3.org/2009/02/ws-tra">WS-Transfer</loc> + <loc href="http://www.w3.org/&wsrst.nsprefix;/ws-tra">WS-Transfer</loc> primarily to provide fragment-based access to resources. </p> </abstract> @@ -240,18 +240,18 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/&wsrst.nsprefix;/ws-rst"> (06) <s:Header> (07) <wsa:To>http://www.example.org/disk</wsa:To> (08) <wsa:Action s:mustUnderstand="true"> -(09) http://www.w3.org/2009/02/ws-tra/Get +(09) http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get (10) </wsa:Action> (11) <wsrt:ResourceTransfer s:mustUnderstand="true"/> (12) ... (13) </s:Header> (14) <s:Body> (15) <wsrt:Get -(16) Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1" +(16) Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1" (17) xmlns:d="http://example.org/sample"> (18) <wsrt:Expression> (19) d:Volume[1]/d:Label @@ -289,13 +289,13 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/&wsrst.nsprefix;/ws-rst"> (06) <s:Header> (07) <wsa:To> (08) http://www.w3.org/2005/08/addressing/anonymous (09) </wsa:To> (10) <wsa:Action s:mustUnderstand="true"> -(11) http://www.w3.org/2009/02/ws-tra/GetResponse +(11) http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse (12) </wsa:Action> (13) <wsrt:ResourceTransfer/> (14) ... @@ -421,7 +421,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-rst">http://www.w3.org/2009/02/ws-rst</loc></eg> + <eg><loc href="http://www.w3.org/&wsrst.nsprefix;/ws-rst">http://www.w3.org/&wsrst.nsprefix;/ws-rst</loc></eg> </example> <p> @@ -464,7 +464,7 @@ </tr> <tr> <td> wsmex </td> - <td> http://www.w3.org/2009/02/ws-mex </td> + <td> http://www.w3.org/&wsrst.nsprefix;/ws-mex </td> <td> <bibref ref="WSMex"/> </td> </tr> <tr> @@ -474,12 +474,12 @@ </tr> <tr> <td> wsrt </td> - <td> http://www.w3.org/2009/02/ws-rst </td> + <td> http://www.w3.org/&wsrst.nsprefix;/ws-rst </td> <td> This specification </td> </tr> <tr> <td> wst </td> - <td> http://www.w3.org/2009/02/ws-tra </td> + <td> http://www.w3.org/&wsrst.nsprefix;/ws-tra </td> <td> <bibref ref="WsTransfer"/> </td> </tr> <tr> @@ -790,7 +790,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-rst/Dialects/QName</eg> + <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName</eg> </example> <p> @@ -878,7 +878,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1</eg> + <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1</eg> </example> <p> @@ -939,7 +939,7 @@ <p>The XPath 1.0 dialect MUST be indicated by using the URI:</p> <example> - <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath10</eg> + <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath10</eg> </example> <p> @@ -1104,7 +1104,7 @@ <wsrt:ResourceTransfer s:mustUnderstand="true"? /> <kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Get + http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get <kw>[Body]</kw> <wsrt:Get Dialect="<emph>xs:anyURI</emph>"?> @@ -1199,7 +1199,7 @@ <wsrt:ResourceTransfer/> <kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/GetResponse + http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse <kw>[Body]</kw> <wsrt:GetResponse> @@ -1278,17 +1278,17 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/&wsrst.nsprefix;/ws-rst"> (06) <s:Header> (07) <wsa:To>http://www.example.org/disk</wsa:To> (08) <wsa:Action s:mustUnderstand="true"> -(09) http://www.w3.org/2009/02/ws-tra/Get +(09) http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get (10) </wsa:Action> (11) <wsrt:ResourceTransfer s:mustUnderstand="true"/> (12) ... (13) </s:Header> (14) <s:Body> -(15) <wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName" +(15) <wsrt:Get Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName" (16) xmlns:d="http://example.org/sample"> (17) <wsrt:Expression> (18) d:Volume @@ -1316,13 +1316,13 @@ (02) xmlns:s="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" (04) xmlns:wsrt= -(05) "http://www.w3.org/2009/02/ws-rst"> +(05) "http://www.w3.org/&wsrst.nsprefix;/ws-rst"> (06) <s:Header> (07) <wsa:To> (08) http://www.w3.org/2005/08/addressing/anonymous (09) </wsa:To> (10) <wsa:Action s:mustUnderstand="true"> -(11) http://www.w3.org/2009/02/ws-tra/GetResponse +(11) http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse (12) </wsa:Action> (13) <wsrt:ResourceTransfer/> (14) ... @@ -1379,7 +1379,7 @@ <example id="get_xpath10"> <head>Example Get message using an XPath 1.0 query expression</head> <eg>(01) <s:Body> -(02) <wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath10" +(02) <wsrt:Get Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath10" (03) xmlns:d="http://example.org/sample"> (04) <wsrt:Expression> (05) count( d:Volume[d:TotalCapacity > 20000000000] ) @@ -1429,7 +1429,7 @@ <wsrt:ResourceTransfer s:mustUnderstand="true"/> <kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Put + http://www.w3.org/&wsrst.nsprefix;/ws-tra/Put <kw>[Body]</kw> <wsrt:Put Dialect="<emph>xs:anyURI</emph>"?> @@ -1517,7 +1517,7 @@ generate a PutModeUnsupportedFault. </p> <p> - A value of "http://www.w3.org/2009/02/ws-rst/Remove" indicates that + A value of "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove" indicates that the fragment MUST be deleted if it is present. The expression dialect indicated in this operation MAY place additional constraints on the definition of this @@ -1525,7 +1525,7 @@ "Delete" message is used. </p> <p> - A value of "http://www.w3.org/2009/02/ws-rst/Modify" means that the + A value of "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify" means that the fragment MUST be replaced by removing any fragment that already exists and inserting the specified value in its place. If the expression resolves to nothing then @@ -1535,7 +1535,7 @@ with no wsrt:Expression MUST specify this Mode. </p> <p> - A value of "http://www.w3.org/2009/02/ws-rst/Insert" indicates that + A value of "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" indicates that the fragment MUST be added to the resource representation. If the expression targets a repeated element (maxOccurs > 1), the fragment MUST be added at @@ -1576,11 +1576,11 @@ <p> This element contains the data to be written to the resource representation. If the <kw>[Body]</kw>/wsrt:Put/Fragment/@Mode - attribute is "http://www.w3.org/2009/02/ws-rst/Insert" or - "http://www.w3.org/2009/02/ws-rst/Modify" then this element + attribute is "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" or + "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify" then this element MUST be present. If the <kw>[Body]</kw>/wsrt:Put/Fragment/@Mode attribute is - "http://www.w3.org/2009/02/ws-rst/Remove" then + "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove" then this element MUST NOT be present. A resource MUST generate an InvalidPutSyntaxFault if it receives a message with a Value cardinality that is not valid for the Mode attribute. @@ -1609,7 +1609,7 @@ <wsrt:ResourceTransfer/> <kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/PutResponse + http://www.w3.org/&wsrst.nsprefix;/ws-tra/PutResponse <kw>[Body]</kw></eg> </example> @@ -1654,14 +1654,14 @@ <example id="put_xpath1"> <head>Put message using the XPath Level 1 dialect</head> <eg>(01) <s:Body> -(02) <wsrt:Put Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1" +(02) <wsrt:Put Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1" (03) xmlns:d="http://example.org/sample"> -(04) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Remove'> +(04) <wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove'> (05) <wsrt:Expression> (06) d:Volume[1] (07) </wsrt:Expression> (08) </wsrt:Fragment> -(09) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Insert'> +(09) <wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert'> (10) <wsrt:Expression> (11) d:Volume[2] (12) </wsrt:Expression> @@ -1734,9 +1734,9 @@ <example id="putresponse_qname"> <head>Put message using the QName dialect</head> <eg>(01) <s:Body> -(02) <wsrt:Put Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName" +(02) <wsrt:Put Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName" (03) xmlns:d="http://example.org/sample"> -(04) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Modify'> +(04) <wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify'> (05) <wsrt:Expression> (06) d:Volume (07) </wsrt:Expression> @@ -1753,7 +1753,7 @@ (18) </d:Volume> (19) </wsrt:Value> (20) </wsrt:Fragment> -(21) <wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Insert'> +(21) <wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert'> (22) <wsrt:Expression> (23) d:Volume (24) </wsrt:Expression> @@ -1852,7 +1852,7 @@ <wsrt:ResourceTransfer s:mustUnderstand="true"/> <kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Create + http://www.w3.org/&wsrst.nsprefix;/ws-tra/Create <kw>[Body]</kw> <wsrt:Create Dialect="<emph>xs:anyURI</emph>"?> @@ -1970,7 +1970,7 @@ <wsrt:ResourceTransfer/> <kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/CreateResponse + http://www.w3.org/&wsrst.nsprefix;/ws-tra/CreateResponse <kw>[Body]</kw> <wst:ResourceCreated> @@ -2020,7 +2020,7 @@ <example id="create_qname"> <head>Create message using the QName dialect</head> <eg>(01) <s:Body> -(02) <wsrt:Create Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName" +(02) <wsrt:Create Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName" (03) xmlns:d="http://example.org/sample"> (04) <wsrt:Fragment> (05) <wsrt:Expression> @@ -2083,7 +2083,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-rst/fault</eg> + <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault</eg> </example> <p> @@ -2209,7 +2209,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2250,7 +2250,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2292,7 +2292,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2338,7 +2338,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2376,7 +2376,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2404,7 +2404,7 @@ <p> This fault is generated by a resource if a "Put" message - specifies the "http://www.w3.org/2009/02/ws-rst/Insert" mode and + specifies the "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" mode and identifies a non-repeated fragment element (maxOccurrs = 1) that already exists. The fault detail MAY include the wsrt:Fragment that failed to be processed. @@ -2415,7 +2415,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2460,7 +2460,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2501,7 +2501,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2538,7 +2538,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2576,7 +2576,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2607,10 +2607,10 @@ <p> This fault is generated by a resource if a Put request - specifying a Mode "http://www.w3.org/2009/02/ws-rst/Remove" + specifying a Mode "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove" contains a wsrt:Value element or if a Put - request specifying a Mode "http://www.w3.org/2009/02/ws-rst/Insert" - or "http://www.w3.org/2009/02/ws-rst/Modify" does not contain a + request specifying a Mode "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" + or "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify" does not contain a wsrt:Value element. </p> @@ -2619,7 +2619,7 @@ <tr> <th align="left"> <kw>[Action]</kw> </th> <th align="left"> - http://www.w3.org/2009/02/ws-rst/fault + http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault </th> </tr> <tr> @@ -2786,7 +2786,7 @@ </bibl> <bibl key="WS-MetadataExchange" id="WSMex" - href="http://www.w3.org/2009/02/ws-mex"> + href="http://www.w3.org/&wsrst.nsprefix;/ws-mex"> <titleref> Web Services Metadata Exchange (WS-MetadataExchange) </titleref> @@ -2794,7 +2794,7 @@ </bibl> <bibl key="WS-Transfer" id="WsTransfer" - href="http://www.w3.org/2009/02/ws-tra"> + href="http://www.w3.org/&wsrst.nsprefix;/ws-tra"> <titleref> Web Services Transfer (WS-Transfer) </titleref> @@ -2873,7 +2873,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1</eg> + <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1</eg> </example> <p> @@ -3127,7 +3127,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-rst</eg> + <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst</eg> </example> <p> @@ -3382,7 +3382,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-rst/wsrt.xsd">http://www.w3.org/2009/02/ws-rst/wsrt.xsd</loc></eg> + <eg><loc href="http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.xsd">http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.xsd</loc></eg> </example> <p> @@ -3392,24 +3392,24 @@ <example> <eg><xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-rst" - xmlns:wsrt="http://www.w3.org/2009/02/ws-rst" + targetNamespace="http://www.w3.org/&wsrst.nsprefix;/ws-rst" + xmlns:wsrt="http://www.w3.org/&wsrst.nsprefix;/ws-rst" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" - xmlns:wsmex="http://www.w3.org/2009/02/ws-mex" + xmlns:wsmex="http://www.w3.org/&wsrst.nsprefix;/ws-mex" elementFormDefault="qualified" blockDefault="#all"> <xs:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/> - <xs:import namespace="http://www.w3.org/2009/02/ws-mex" + <xs:import namespace="http://www.w3.org/&wsrst.nsprefix;/ws-mex" schemaLocation= - "http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd"/> + "http://www.w3.org/&wsrst.nsprefix;/ws-mex/MetadataExchange.xsd"/> <!-- ResourceMetadata section --> <!-- A wsmex:MetadaSection with a wsmex:Dialect of - http://www.w3.org/2009/02/ws-rst + http://www.w3.org/&wsrst.nsprefix;/ws-rst contains the following Metadata element --> @@ -3644,7 +3644,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-rst/wsrt.wsdl">http://www.w3.org/2009/02/ws-rst/wsrt.wsdl</loc></eg> + <eg><loc href="http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.wsdl">http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.wsdl</loc></eg> </example> <p> @@ -3655,18 +3655,18 @@ <example> <eg><?xml version="1.0" encoding="utf-8"?> <wsdl:definitions targetNamespace= - "http://www.w3.org/2009/02/ws-rst" - xmlns:wsrt="http://www.w3.org/2009/02/ws-rst" + "http://www.w3.org/&wsrst.nsprefix;/ws-rst" + xmlns:wsrt="http://www.w3.org/&wsrst.nsprefix;/ws-rst" 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:wst="http://www.w3.org/2009/02/ws-tra" + xmlns:wst="http://www.w3.org/&wsrst.nsprefix;/ws-tra" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <wsdl:types> <xs:schema> <xs:include schemaLocation= - "http://www.w3.org/2009/02/ws-rst/wsrt.xsd"/> + "http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.xsd"/> </xs:schema> </wsdl:types> @@ -3701,17 +3701,17 @@ </wsdl:documentation> <wsdl:operation name="Get"> <wsdl:input message="wsrt:GetRequestMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Get"/> + wsam:Action="http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get"/> <wsdl:output message="wsrt:GetResponseMessage" wsam:Action= - "http://www.w3.org/2009/02/ws-tra/GetResponse"/> + "http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse"/> </wsdl:operation> <wsdl:operation name="Put"> <wsdl:input message="wsrt:PutRequestMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Put"/> + wsam:Action="http://www.w3.org/&wsrst.nsprefix;/ws-tra/Put"/> <wsdl:output message="wsrt:PutResponseMessage" wsam:Action= - "http://www.w3.org/2009/02/ws-tra/PutResponse"/> + "http://www.w3.org/&wsrst.nsprefix;/ws-tra/PutResponse"/> </wsdl:operation> </wsdl:portType> @@ -3722,10 +3722,10 @@ </wsdl:documentation> <wsdl:operation name="Create"> <wsdl:input message="wsrt:CreateRequestMessage" - wsam:Action="http://www.w3.org/2009/02/ws-tra/Create"/> + wsam:Action="http://www.w3.org/&wsrst.nsprefix;/ws-tra/Create"/> <wsdl:output message="wsrt:CreateResponseMessage" wsam:Action= - "http://www.w3.org/2009/02/ws-tra/CreateResponse"/> + "http://www.w3.org/&wsrst.nsprefix;/ws-tra/CreateResponse"/> </wsdl:operation> </wsdl:portType> </wsdl:definitions></eg> Index: wsfrag.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- wsfrag.xml 23 Sep 2009 17:36:25 -0000 1.14 +++ wsfrag.xml 28 Sep 2009 12:20:34 -0000 1.15 @@ -182,7 +182,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-fra">http://www.w3.org/2009/02/ws-fra</loc></eg> + <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra">http://www.w3.org/&wsfra.nsprefix;/ws-fra</loc></eg> </example> <p> @@ -206,7 +206,7 @@ <tr> <td> wsf </td> <td> - <loc href="http://www.w3.org/2009/02/ws-fra">http://www.w3.org/2009/02/ws-fra</loc> + <loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra">http://www.w3.org/&wsfra.nsprefix;/ws-fra</loc> </td> <td> This specification @@ -265,7 +265,7 @@ <tr> <td> wst </td> <td> - <loc href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</loc> + <loc href="http://www.w3.org/&wsfra.nsprefix;/ws-tra">http://www.w3.org/&wsfra.nsprefix;/ws-tra</loc> </td> <td> <bibref ref="WsTransfer"/> @@ -506,10 +506,10 @@ </p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Get + http://www.w3.org/&wsfra.nsprefix;/ws-tra/Get <kw>[Body]</kw> - <wst:Get Dialect="http://www.w3.org/2009/02/ws-fra" ...> + <wst:Get Dialect="http://www.w3.org/&wsfra.nsprefix;/ws-fra" ...> <wsf:Expression Language="<emph>xs:anyURI</emph>" ...> <emph>xs:any</emph> * </wsf:Expression> @@ -525,7 +525,7 @@ <label> <kw>[Body]</kw>/wst:Get@Dialect </label> <def> <p> - This attribute MUST be set to http://www.w3.org/2009/02/ws-fra. + This attribute MUST be set to http://www.w3.org/&wsfra.nsprefix;/ws-fra. </p> </def> </gitem> @@ -562,7 +562,7 @@ </p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/GetResponse + http://www.w3.org/&wsfra.nsprefix;/ws-tra/GetResponse <kw>[Body]</kw> <wst:GetResponse ...> @@ -609,10 +609,10 @@ </p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/Put + http://www.w3.org/&wsfra.nsprefix;/ws-tra/Put <kw>[Body]</kw> - <wst:Put Dialect="http://www.w3.org/2009/02/ws-fra" ...> + <wst:Put Dialect="http://www.w3.org/&wsfra.nsprefix;/ws-fra" ...> <wsf:Fragment ...> <wsf:Expression Language="<emph>xs:anyURI</emph>" Mode="<emph>xs:anyURI</emph>"? ...> <emph>xs:any</emph> * @@ -633,7 +633,7 @@ <label> <kw>[Body]</kw>/wst:Put@Dialect </label> <def> <p> - This attribute MUST be set to http://www.w3.org/2009/02/ws-fra. + This attribute MUST be set to http://www.w3.org/&wsfra.nsprefix;/ws-fra. </p> </def> </gitem> @@ -686,7 +686,7 @@ This OPTIONAL attribute indicates the type of update to be performed on this fragment. The implied value for this attribute is - "http://www.w3.org/2009/02/ws-fra/Modes/Replace". + "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace". A resource MUST generate a wsf:UnsupportedMode fault if the specified Mode is not supported. </p> @@ -694,11 +694,11 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/02/ws-fra/Modes/Replace" </label> + <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" </label> <def> <p> When the Mode attribute is set to a value of - "http://www.w3.org/2009/02/ws-fra/Modes/Replace" the resource + "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" the resource representation specified within the Value element MUST replace the entire resource representation referenced by the children of the Expression element, if it exists. @@ -707,11 +707,11 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/02/ws-fra/Modes/Insert" </label> + <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Insert" </label> <def> <p> When the Mode attribute is set to a value of - "http://www.w3.org/2009/02/ws-fra/Modes/Insert" the resource + "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Insert" the resource representation specified within the Value element MUST be added to the resource representation. If the expression targets a repeated element (maxOccurs > 1), the fragment MUST be added at the end. If @@ -725,17 +725,17 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/02/ws-fra/Modes/Remove" </label> + <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove" </label> <def> <p> When the Mode attribute is set to a value of - "http://www.w3.org/2009/02/ws-fra/Modes/Remove" the resource + "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove" the resource representation referenced by the children of the Expression element MUST be deleted from the resource representation. </p> <p> Note: the Value element MUST NOT be present if this attribute - has a value of "http://www.w3.org/2009/02/ws-fra/Modes/Remove". + has a value of "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove". </p> </def> </gitem> @@ -750,10 +750,10 @@ </p> <p> This element MUST NOT be present if the Mode attribute has a value - of "http://www.w3.org/2009/02/ws-fra/Modes/Remove". This element + of "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove". This element MUST be present if the Mode attribute has a value of either - "http://www.w3.org/2009/02/ws-fra/Modes/Replace" or - "http://www.w3.org/2009/02/ws-fra/Modes/Insert". When present, + "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" or + "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Insert". When present, this element can either be empty or non-empty. </p> </def> @@ -766,7 +766,7 @@ </p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-tra/PutResponse + http://www.w3.org/&wsfra.nsprefix;/ws-tra/PutResponse <kw>[Body]</kw> <wst:PutResponse ...> @@ -846,7 +846,7 @@ <s:Header> <wsa:To>http://www.example.org/resourceABC</wsa:To> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/Get + http://www.w3.org/&wsfra.nsprefix;/ws-tra/Get </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000046 @@ -854,7 +854,7 @@ </s:Header> <s:Body> <wst:Get> - <wsf:Expression Language="http://www.w3.org/2009/02/ws-fra/QName"> + <wsf:Expression Language="http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName"> ab:contact </wsf:Expression> </wst:Get> @@ -872,7 +872,7 @@ xmlns:ex="http://www.example.com/" > <s:Header> <wsa:Action> - http://www.w3.org/2009/02/ws-tra/GetResponse + http://www.w3.org/&wsfra.nsprefix;/ws-tra/GetResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000047 @@ -926,7 +926,7 @@ The QName language MUST be indicated by using the URI: </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-fra/QName">http://www.w3.org/2009/02/ws-fra/QName</loc></eg> + <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName">http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName</loc></eg> </example> </div1> @@ -955,7 +955,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-fra/XPath-Level-1</eg> + <eg>http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath-Level-1</eg> </example> <p> @@ -1256,7 +1256,7 @@ <p>The XPath 1.0 language MUST be indicated by using the URI:</p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-fra/XPath">http://www.w3.org/2009/02/ws-fra/XPath</loc></eg> + <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath">http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath</loc></eg> </example> <p> @@ -1408,7 +1408,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-fra/fault</eg> + <eg>http://www.w3.org/&wsfra.nsprefix;/ws-fra/fault</eg> </example> <p> @@ -1793,7 +1793,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-fra/fragment.xsd'>http://www.w3.org/2009/02/ws-fra/fragment.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.xsd'>http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.xsd</loc></eg> </example> <p> @@ -1802,8 +1802,8 @@ <example> <eg><xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-fra" - xmlns:tns="http://www.w3.org/2009/02/ws-fra" + targetNamespace="http://www.w3.org/&wsfra.nsprefix;/ws-fra" + xmlns:tns="http://www.w3.org/&wsfra.nsprefix;/ws-fra" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" elementFormDefault="qualified" @@ -1820,7 +1820,7 @@ for this specification can be retrieved from the following address: </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-fra/fragment.wsdl">http://www.w3.org/2009/02/ws-fra/fragment.wsdl</loc></eg> + <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.wsdl">http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.wsdl</loc></eg> </example> <p> @@ -1829,8 +1829,8 @@ </p> <example> <eg><wsdl:definitions - targetNamespace="http://www.w3.org/2009/02/ws-fra" - xmlns:tns="http://www.w3.org/2009/02/ws-fra" + targetNamespace="http://www.w3.org/&wsfra.nsprefix;/ws-fra" + xmlns:tns="http://www.w3.org/&wsfra.nsprefix;/ws-fra" 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/" Index: wsmex.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- wsmex.xml 23 Sep 2009 19:37:15 -0000 1.51 +++ wsmex.xml 28 Sep 2009 12:20:34 -0000 1.52 @@ -220,7 +220,7 @@ (03) xmlns:wsa='http://www.w3.org/2005/08/addressing'> (04) <s11:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-tra/Get +(06) http://www.w3.org/&wsmex.nsprefix;/ws-tra/Get (07) </wsa:Action> (08) <wsa:To>http://services.example.org/stockquote/metadata</wsa:To> (09) <wsa:ReplyTo> @@ -255,12 +255,12 @@ <eg>(01) <s11:Envelope (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' -(04) xmlns:mex='http://www.w3.org/2009/02/ws-mex' +(04) xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex' (05) xmlns:wsp='http://www.w3.org/ns/ws-policy' (06) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'> (07) <s11:Header> (08) <wsa:Action> -(09) http://www.w3.org/2009/02/ws-tra/GetResponse +(09) http://www.w3.org/&wsmex.nsprefix;/ws-tra/GetResponse (10) </wsa:Action> (11) <wsa:To>http://client.example.org</wsa:To> (12) <wsa:RelatesTo> @@ -370,11 +370,11 @@ <eg>(01) <s11:Envelope (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' -(04) xmlns:mex='http://www.w3.org/2009/02/ws-mex' > +(04) xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex' > (05) <s11:Header> (06) <wsa:To>http://services.example.org/stockquote</wsa:To> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-mex/GetMetadata +(08) http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata (09) </wsa:Action> (10) <wsa:MessageID> (11) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9 @@ -410,11 +410,11 @@ (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing' (04) xmlns:wsp='http://www.w3.org/ns/ws-policy' -(05) xmlns:mex='http://www.w3.org/2009/02/ws-mex'> +(05) xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> (06) <s11:Header> (07) <wsa:To>http://client.example.org</wsa:To> (08) <wsa:Action> -(09) http://www.w3.org/2009/02/ws-mex/GetMetadataResponse +(09) http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadataResponse (10) </wsa:Action> (11) <wsa:RelatesTo> (12) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9 @@ -462,7 +462,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-mex">http://www.w3.org/2009/02/ws-mex</loc></eg> + <eg><loc href="http://www.w3.org/&wsmex.nsprefix;/ws-mex">http://www.w3.org/&wsmex.nsprefix;/ws-mex</loc></eg> </example> <p> @@ -512,7 +512,7 @@ </tr> <tr> <td> mex </td> - <td> http://www.w3.org/2009/02/ws-mex </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex </td> <td> This specification </td> </tr> <tr> @@ -522,7 +522,7 @@ </tr> <tr> <td> wst </td> - <td> http://www.w3.org/2009/02/ws-tra </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-tra </td> <td> <bibref ref="WS-Transfer"/> </td> </tr> </tbody> @@ -891,11 +891,11 @@ <td> wsp:PolicyAttachment <bibref ref="WS-PolicyAttachment"/> </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex </td> <td> mex:Metadata [Defined in this specification] </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all </td> <td> None. [Defined in this specification for use in GetMetadata requests. See <specref ref='Get-Metadata'/>.] </td> </tr> </tbody> @@ -910,7 +910,7 @@ <glist> <gitem> <label> - /mex:Metadata/mex:MetadataSection/@Dialect ="http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex" + /mex:Metadata/mex:MetadataSection/@Dialect ="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex" </label> <def> <p> @@ -979,11 +979,11 @@ <td> Not defined </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex </td> <td> Not defined </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all </td> <td> Not defined </td> </tr> </tbody> @@ -1085,7 +1085,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-mex/GetMetadata + http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata <kw>[Body]</kw> <mex:GetMetadata ... > @@ -1126,7 +1126,7 @@ </def> </gitem> <gitem> - <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all" </label> + <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all" </label> <def> <p> This value returns all known metadata. The endpoint has the option to optimize the format in which it returns the data. @@ -1134,7 +1134,7 @@ </def> </gitem> <gitem> - <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex"</label> + <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex"</label> <def> <p> This value returns no metadata sections. @@ -1176,30 +1176,30 @@ <th align="left"> Form </th> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Content/EPR </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/EPR </td> <td> A MetadataReference element is returned </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Content/URI </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/URI </td> <td> A Location element is returned </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Content/Metadata </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/Metadata </td> <td> The metadata is inlined </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Content/Any </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/Any </td> <td> The service is free to chose any content form </td> </tr> <tr> - <td> http://www.w3.org/2009/02/ws-mex/Content/All </td> + <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/All </td> <td> The service MUST return all available content forms </td> </tr> </tbody> </table> <p> When not present the default value is - "http://www.w3.org/2009/02/ws-mex/Content/Any". + "http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/Any". </p> </def> </gitem> @@ -1227,7 +1227,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-mex/GetMetadataResponse + http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadataResponse <kw>[Body]</kw> <mex:GetMetadataResponse> @@ -1328,7 +1328,7 @@ (02) xmlns:wsa='http://www.w3.org/2005/08/addressing'> (03) <wsa:Address>http://services.example.org/stockquote</wsa:Address> (04) <wsa:Metadata> -(05) <mex:Metadata xmlns:mex='http://www.w3.org/2009/02/ws-mex'> +(05) <mex:Metadata xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> (06) <mex:MetadataSection Dialect='http://schemas.xmlsoap.org/wsdl/'> (07) <wsdl:definitions (08) name='StockQuote' @@ -1418,9 +1418,9 @@ (02) xmlns:wsa='http://www.w3.org/2005/08/addressing'> (03) <wsa:Address>http://services.example.org/stockquote</wsa:Address> (04) <wsa:Metadata> -(05) <mex:Metadata xmlns:mex='http://www.w3.org/2009/02/ws-mex'> +(05) <mex:Metadata xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> (06) <mex:MetadataSection -(07) Dialect='http://www.w3.org/2009/02/ws-mex'> +(07) Dialect='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> (08) <mex:MetadataReference> (09) <wsa:Address> (10) http://services.example.org/stockquote/metadata @@ -1818,7 +1818,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd'>http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&wsmex.nsprefix;/ws-mex/MetadataExchange.xsd'>http://www.w3.org/&wsmex.nsprefix;/ws-mex/MetadataExchange.xsd</loc></eg> </example> <p> @@ -1828,8 +1828,8 @@ <example> <eg><xs:schema - targetNamespace='http://www.w3.org/2009/02/ws-mex' - xmlns:tns='http://www.w3.org/2009/02/ws-mex' + targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex' + xmlns:tns='http://www.w3.org/&wsmex.nsprefix;/ws-mex' xmlns:wsa='http://www.w3.org/2005/08/addressing' xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified' @@ -1914,7 +1914,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-mex/metadataexchange.wsdl'>http://www.w3.org/2009/02/ws-mex/metadataexchange.wsdl</loc></eg> + <eg><loc href='http://www.w3.org/&wsmex.nsprefix;/ws-mex/metadataexchange.wsdl'>http://www.w3.org/&wsmex.nsprefix;/ws-mex/metadataexchange.wsdl</loc></eg> </example> <p> @@ -1924,8 +1924,8 @@ <example> <eg><wsdl:definitions - targetNamespace='http://www.w3.org/2009/02/ws-mex' - xmlns:tns='http://www.w3.org/2009/02/ws-mex' + targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex' + xmlns:tns='http://www.w3.org/&wsmex.nsprefix;/ws-mex' 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/' @@ -1933,7 +1933,7 @@ <wsdl:types> <xs:schema - targetNamespace='http://www.w3.org/2009/02/ws-mex'> + targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex'> <xs:include schemaLocation='metadataexchange.xsd'/> </xs:schema> </wsdl:types> @@ -1949,11 +1949,11 @@ <wsdl:input message='tns:GetMetadataMsg' wsam:Action= - 'http://www.w3.org/2009/02/ws-mex/GetMetadata'/> + 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata'/> <wsdl:output message='tns:GetMetadataResponseMsg' wsam:Action= - 'http://www.w3.org/2009/02/ws-mex/GetMetadataResponse'/> + 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadataResponse'/> </wsdl:operation> </wsdl:portType> Index: wsenum.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- wsenum.xml 23 Sep 2009 17:19:09 -0000 1.54 +++ wsenum.xml 28 Sep 2009 12:20:34 -0000 1.55 @@ -361,7 +361,7 @@ implementations of this specification is: </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-enu">http://www.w3.org/2009/02/ws-enu</loc></eg> + <eg><loc href="http://www.w3.org/&wsenu.nsprefix;/ws-enu">http://www.w3.org/&wsenu.nsprefix;/ws-enu</loc></eg> </example> <p> @@ -385,8 +385,8 @@ <tr> <td> wsen </td> <td> - <loc href="http://www.w3.org/2009/02/ws-enu"> - http://www.w3.org/2009/02/ws-enu + <loc href="http://www.w3.org/&wsenu.nsprefix;/ws-enu"> + http://www.w3.org/&wsenu.nsprefix;/ws-enu </loc> </td> <td> This specification </td> @@ -609,7 +609,7 @@ </p> <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/Enumerate + http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate <kw>[Body]</kw> <wsen:Enumerate ...> @@ -726,7 +726,7 @@ <def> <p> Implied value is - "http://www.w3.org/2009/02/ws-enu/Dialects/XPath10". + "http://www.w3.org/&wsenu.nsprefix;/ws-enu/Dialects/XPath10". </p> <p> @@ -736,7 +736,7 @@ </p> <p> - <kw>[Body]</kw>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10" + <kw>[Body]</kw>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Dialects/XPath10" </p> <p> Value of <kw>[Body]</kw>/wsenu:Enumerate/wsen:Filter is @@ -819,7 +819,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/EnumerateResponse + http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse <kw>[Body]</kw> <wsen:EnumerateResponse ...> @@ -881,10 +881,10 @@ <eg>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wsen="http://www.w3.org/2009/02/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/Enumerate +(06) http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -924,11 +924,11 @@ <example id="enumRes"> <head>Response to Enumerate request</head> <eg>(01) <s:Envelope xmlns:S='http://www.w3.org/2003/05/soap-envelope' -(02) xmlns:wsen='http://www.w3.org/2009/02/ws-enu' +(02) xmlns:wsen='http://www.w3.org/&wsenu.nsprefix;/ws-enu' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing'> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/EnumerateResponse +(06) http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -969,7 +969,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/Pull + http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull <kw>[Body]</kw> <wsen:Pull ...> @@ -1139,7 +1139,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/PullResponse + http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse <kw>[Body]</kw> <wsen:PullResponse ...> @@ -1219,10 +1219,10 @@ <head>Pull request</head> <eg>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wsen="http://www.w3.org/2009/02/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/Pull +(06) http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1262,11 +1262,11 @@ <example id="pullRes"> <head>Response to Pull request</head> <eg>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" -(02) xmlns:wsen="http://www.w3.org/2009/02/ws-enu" +(02) xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/PullResponse +(06) http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1331,7 +1331,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/Renew + http://www.w3.org/&wsenu.nsprefix;/ws-enu/Renew <kw>[Body]</kw> <wsen:Renew ...> @@ -1384,7 +1384,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/RenewResponse + http://www.w3.org/&wsenu.nsprefix;/ws-enu/RenewResponse <kw>[Body]</kw> <wsen:RenewResponse ...> @@ -1448,7 +1448,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/GetStatus + http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatus <kw>[Body]</kw> <wsen:GetStatus ...> @@ -1472,7 +1472,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/GetStatusResponse + http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatusResponse <kw>[Body]</kw> <wsen:GetStatusResponse ...> @@ -1507,7 +1507,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/Release + http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release <kw>[Body]</kw> <wsen:Release ...> @@ -1549,7 +1549,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/ReleaseResponse + http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse <kw>[Body]</kw> <wsen:ReleaseResponse ...> @@ -1576,10 +1576,10 @@ <eg>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wsen="http://www.w3.org/2009/02/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/Release +(06) http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1614,11 +1614,11 @@ <example id="releaseRes"> <head>Response to Release request</head> <eg>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" -(02) xmlns:wsen="http://www.w3.org/2009/02/ws-enu" +(02) xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-enu/ReleaseResponse +(06) http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1652,13 +1652,13 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-enu/EnumerationEnd + http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerationEnd <kw>[Body]</kw> <wsen:EnumerationEnd ...> <wsen:Code> - ( http://www.w3.org/2009/02/ws-enu/SourceShuttingDown - | http://www.w3.org/2009/02/ws-enu/SourceCancelling ) + ( http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown + | http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling ) </wsen:Code> <wsen:Reason xml:lang="<emph>language identifier</emph>" > <emph>xs:string</emph> @@ -1676,7 +1676,7 @@ <gitem> <label> <kw>[Body]</kw>/wsen:EnumerationEnd/wsen:Code = - "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown" + "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown" </label> <def> <p> @@ -1692,7 +1692,7 @@ <gitem> <label> <kw>[Body]</kw>/wsen:EnumerationEnd/wsen:Code = - "http://www.w3.org/2009/02/ws-enu/SourceCancelling" + "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling" </label> <def> <p> @@ -1736,7 +1736,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-enu/fault</eg> + <eg>http://www.w3.org/&wsenu.nsprefix;/ws-enu/fault</eg> </example> <p> @@ -2486,7 +2486,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-enu/enumeration.xsd'>http://www.w3.org/2009/02/ws-enu/enumeration.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd'>http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd</loc></eg> </example> <p> @@ -2495,8 +2495,8 @@ <example> <eg><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/&wsenu.nsprefix;/ws-enu" + xmlns:tns="http://www.w3.org/&wsenu.nsprefix;/ws-enu" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" @@ -2515,7 +2515,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/&wsenu.nsprefix;/ws-enu/Dialects/XPath10"/> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -2728,9 +2728,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/&wsenu.nsprefix;/ws-enu/SourceShuttingDown" /> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-enu/SourceCancelling" /> + "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling" /> </xs:restriction> </xs:simpleType> @@ -2751,7 +2751,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-enu/enumeration.wsdl">http://www.w3.org/2009/02/ws-enu/enumeration.wsdl</loc></eg> + <eg><loc href="http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.wsdl">http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.wsdl</loc></eg> </example> <p> @@ -2761,18 +2761,18 @@ <example> <eg><wsdl:definitions - targetNamespace="http://www.w3.org/2009/02/ws-enu" + targetNamespace="http://www.w3.org/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/ws-enu" + schemaLocation="http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd" /> </xs:schema> </wsdl:types> @@ -2814,42 +2814,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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/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/&wsenu.nsprefix;/ws-enu/ReleaseResponse" /> </wsdl:operation> </wsdl:portType> @@ -2857,7 +2857,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/&wsenu.nsprefix;/ws-enu/EnumerationEnd" /> </wsdl:operation> </wsdl:portType> Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- wseventing.xml 23 Sep 2009 19:12:47 -0000 1.78 +++ wseventing.xml 28 Sep 2009 12:20:34 -0000 1.79 @@ -291,11 +291,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/Subscribe +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:d7c5726b-de29-4313-b4d4-b3425b200839 @@ -353,11 +353,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse (09) </wsa:Action> (10) <wsa:RelatesTo> (11) uuid:d7c5726b-de29-4313-b4d4-b3425b200839 @@ -575,7 +575,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-evt">http://www.w3.org/2009/02/ws-evt</loc></eg> + <eg><loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt">http://www.w3.org/&wsevt.nsprefix;/ws-evt</loc></eg> </example> <p> @@ -637,8 +637,8 @@ <tr> <td>wse</td> <td> - <loc href="http://www.w3.org/2009/02/ws-evt"> - http://www.w3.org/2009/02/ws-evt + <loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt"> + http://www.w3.org/&wsevt.nsprefix;/ws-evt </loc> </td> <td>This specification</td> @@ -806,7 +806,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/Subscribe + http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe <kw>[Body]</kw> <wse:Subscribe ...> @@ -876,7 +876,7 @@ This optional element contains the delivery format to be used for notification messages sent in relation to this subscription. Implied value is - "http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Unwrap", which + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap", which indicates that unwrapped delivery MUST be used. See Section <specref ref="NotificationFormats"/> for details. </p> @@ -891,7 +891,7 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Unwrap" </label> + <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap" </label> <def> <p> Indicate the unwrapped event delivery format. @@ -900,7 +900,7 @@ </gitem> <gitem> - <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Wrap" </label> + <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Wrap" </label> <def> <p> Indicate the wrapped event delivery format. @@ -989,7 +989,7 @@ <label id="Dialect"> <kw>[Body]</kw>/wse:Subscribe/wse:Filter/@Dialect </label> <def> <p> - Implied value is "http://www.w3.org/2009/02/ws-evt/Dialects/XPath10". + Implied value is "http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10". </p> <p> @@ -1011,8 +1011,8 @@ <gitem> <label> <kw>[Body]</kw>/wse:Subscribe/wse:Filter/@Dialect="<loc - href="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10"> - http://www.w3.org/2009/02/ws-evt/Dialects/XPath10 + href="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10"> + http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10 </loc>" </label> <def> @@ -1091,7 +1091,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/SubscribeResponse + http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse <kw>[Body]</kw> <wse:SubscribeResponse ...> @@ -1173,11 +1173,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/Subscribe +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180 @@ -1253,12 +1253,12 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" (06) xmlns:ow="http://www.example.org/oceanwatch" > (07) <s12:Header> (08) <wsa:Action> -(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse +(09) http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse (10) </wsa:Action> (11) <wsa:RelatesTo> (12) uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180 @@ -1321,7 +1321,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/Renew + http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew <kw>[Body]</kw> <wse:Renew ...> @@ -1351,7 +1351,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/RenewResponse + http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse <kw>[Body]</kw> <wse:RenewResponse ...> @@ -1401,11 +1401,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/Renew +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -1447,11 +1447,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/RenewResponse +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse (09) </wsa:Action> (10) <wsa:RelatesTo> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -1483,7 +1483,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/GetStatus + http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus <kw>[Body]</kw> <wse:GetStatus ...> @@ -1507,7 +1507,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/GetStatusResponse + http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse <kw>[Body]</kw> <wse:GetStatusResponse ...> @@ -1540,11 +1540,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/GetStatus +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -1582,11 +1582,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/GetStatusResponse +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse (09) </wsa:Action> (10) <wsa:RelatesTo> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -1625,7 +1625,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/Unsubscribe + http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe <kw>[Body]</kw> <wse:Unsubscribe ...> @@ -1649,7 +1649,7 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse + http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse <kw>[Body]</kw> <wse:UnsubscribeResponse ...> @@ -1672,11 +1672,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/Unsubscribe +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216 @@ -1716,7 +1716,7 @@ (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" > (04) <s12:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse +(06) http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216 @@ -1745,14 +1745,14 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/SubscriptionEnd + http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscriptionEnd <kw>[Body]</kw> <wse:SubscriptionEnd ...> <wse:Status> - ( http://www.w3.org/2009/02/ws-evt/DeliveryFailure | - http://www.w3.org/2009/02/ws-evt/SourceShuttingDown | - http://www.w3.org/2009/02/ws-evt/SourceCancelling ) + ( http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure | + http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown | + http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling ) </wse:Status> <wse:Reason xml:lang="<emph>language identifier</emph>" ><emph>xs:string</emph></wse:Reason> ? <emph>xs:any</emph>* @@ -1768,7 +1768,7 @@ <gitem> <label> <kw>[Body]</kw>/wse:SubscriptionEnd/wse:Status = - "http://www.w3.org/2009/02/ws-evt/DeliveryFailure" + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure" </label> <def> <p> @@ -1782,7 +1782,7 @@ <gitem> <label> <kw>[Body]</kw>/wse:SubscriptionEnd/wse:Status = - "http://www.w3.org/2009/02/ws-evt/SourceShuttingDown" + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown" </label> <def> <p> @@ -1798,7 +1798,7 @@ <gitem> <label> <kw>[Body]</kw>/wse:SubscriptionEnd/wse:Status = - "http://www.w3.org/2009/02/ws-evt/SourceCancelling" + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling" </label> <def> <p> @@ -1843,11 +1843,11 @@ <eg>(01) <s12:Envelope (02) xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(04) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(04) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd +(08) http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscriptionEnd (09) </wsa:Action> (10) <wsa:To>http://www.example.com/MyEventSink</wsa:To> (11) <ew:MySubscription wsa:IsReferenceParameter="true"> @@ -1961,7 +1961,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-evt/fault</eg> + <eg>http://www.w3.org/&wsevt.nsprefix;/ws-evt/fault</eg> </example> <p> @@ -2989,11 +2989,11 @@ <head>Hypothetical Wrapped Notification</head> <eg>(01) <s12:Envelope xmlns:s12="http://www.w3.org/2003/05/soap-envelope" (02) xmlns:wsa="http://www.w3.org/2005/08/addressing" -(03) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(03) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (04) xmlns:ow="http://www.example.org/oceanwatch"> (05) <s12:Header> (06) <wsa:Action> -(07) http://www.w3.org/2009/02/ws-evt/wrap/GenericSinkPortType/NotifyEvent +(07) http://www.w3.org/&wsevt.nsprefix;/ws-evt/wrap/GenericSinkPortType/NotifyEvent (08) </wsa:Action> (09) . . . (10) </s12:Header> @@ -3130,7 +3130,7 @@ <head>EventDescriptions</head> <eg>(01) <wse:EventDescriptions (02) targetNamepace="http://www.example.org/oceanwatch/notifications" -(03) xmlns:wse="http://www.w3.org/2009/02/ws-evt" +(03) xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" (04) xmlns:ow="http://www.example.org/oceanwatch"> (05) <wse:types> (06) <xs:schema targetNamepace="http://www.example.org/oceanwatch"> @@ -3163,7 +3163,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-evt/EventDescriptions</eg> + <eg>http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions</eg> </example> <p> @@ -3309,7 +3309,7 @@ </p> <example> - <eg>http://www.w3.org/2009/02/ws-evt/NotificationWSDL</eg> + <eg>http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL</eg> </example> <p> @@ -3332,12 +3332,12 @@ When WS-MetadataExchange is used to retrieve metadata about an Event Source, recipients of mex:Metadata elements that contain Metadata Sections with both the - "http://www.w3.org/2009/02/ws-evt/EventDescriptions" and - "http://www.w3.org/2009/02/ws-evt/NotificationWSDL" dialects MUST + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions" and + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL" dialects MUST regard these Metadata Sections as relating to the same set of Events. In cases where the mex:Metadata element contains multiple Notification WSDLs (i.e. multiple Metadata Sections with a @Dialect - of "http://www.w3.org/2009/02/ws-evt/NotificationWSDL"), recipients MUST + of "http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL"), recipients MUST similarly regard these Notification WSDLs as relating to the same set of Events although their Notification Formats differ. </p> @@ -3355,7 +3355,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-evt/eventing.xsd'>http://www.w3.org/2009/02/ws-evt/eventing.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd'>http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd</loc></eg> </example> <p> @@ -3365,8 +3365,8 @@ <example> <eg><xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-evt" - xmlns:tns="http://www.w3.org/2009/02/ws-evt" + targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt" + xmlns:tns="http://www.w3.org/&wsevt.nsprefix;/ws-evt" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" @@ -3395,7 +3395,7 @@ minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Name" type="xs:anyURI" use="optional" - default="http://http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Unwrap" /> + default="http://http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -3416,7 +3416,7 @@ minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Dialect" type="xs:anyURI" use="optional" - default="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10" /> + default="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -3562,11 +3562,11 @@ <xs:simpleType name="SubscriptionEndCodeType"> <xs:restriction base="xs:anyURI"> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-evt/DeliveryFailure" /> + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure" /> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-evt/SourceShuttingDown" /> + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown" /> <xs:enumeration value= - "http://www.w3.org/2009/02/ws-evt/SourceCancelling" /> + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling" /> </xs:restriction> </xs:simpleType> @@ -3610,7 +3610,7 @@ </p> <example> - <eg><loc href="http://www.w3.org/2009/02/ws-evt/eventing.wsdl">http://www.w3.org/2009/02/ws-evt/eventing.wsdl</loc></eg> + <eg><loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.wsdl">http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.wsdl</loc></eg> </example> <p> @@ -3620,19 +3620,19 @@ <example> <eg><wsdl:definitions - targetNamespace="http://www.w3.org/2009/02/ws-evt" + targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" - xmlns:wse="http://www.w3.org/2009/02/ws-evt" + xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" > <wsdl:types> <xs:schema> <xs:import - namespace="http://www.w3.org/2009/02/ws-evt" + namespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt" schemaLocation= - "http://www.w3.org/2009/02/ws-evt/eventing.xsd" /> + "http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd" /> </xs:schema> </wsdl:types> @@ -3676,10 +3676,10 @@ <wsdl:operation name="SubscribeOp" > <wsdl:input message="wse:SubscribeMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/Subscribe"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe"/> <wsdl:output message="wse:SubscribeResponseMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/SubscribeResponse"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse"/> </wsdl:operation> </wsdl:portType> @@ -3687,7 +3687,7 @@ <wsdl:operation name="SubscriptionEnd" > <wsdl:input message="wse:SubscriptionEnd" - wsam:Action="http://www.w3.org/2009/02/ws-evt/SubscriptionEnd"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscriptionEnd"/> </wsdl:operation> </wsdl:portType> @@ -3695,33 +3695,33 @@ <wsdl:operation name="RenewOp" > <wsdl:input message="wse:RenewMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/Renew"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew"/> <wsdl:output message="wse:RenewResponseMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/RenewResponse"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse"/> </wsdl:operation> <wsdl:operation name="GetStatusOp" > <wsdl:input message="wse:GetStatusMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/GetStatus"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus"/> <wsdl:output message="wse:GetStatusResponseMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/GetStatusResponse"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse"/> </wsdl:operation> <wsdl:operation name="UnsubscribeOp" > <wsdl:input message="wse:UnsubscribeMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/Unsubscribe"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe"/> <wsdl:output message="wse:UnsubscribeResponseMsg" - wsam:Action="http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse"/> </wsdl:operation> </wsdl:portType> <portType name="WrappedSinkPortType"> <operation name="NotifyEvent"> <input message="tns:notifyEvent" name="NotifyEvent" - wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent"/> </operation> </portType> </wsdl:definitions></eg> @@ -3733,7 +3733,7 @@ <p> If an Event Subscriber specifies the wrapped event delivery format - http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Wrap + http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Wrap in the Subscribe request message, then the Event Sink MUST implement the following abstract WSDL and the Event Source MUST send the Notification messages wrapped in the element defined in the WSDL. @@ -3745,12 +3745,12 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://www.w3.org/2005/08/addressing/" - xmlns:tns="http://www.w3.org/2009/02/ws-evt" - targetNamespace="http://www.w3.org/2009/02/ws-evt"> + xmlns:tns="http://www.w3.org/&wsevt.nsprefix;/ws-evt" + targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"> <types> <xs:schema - targetNamespace="http://www.w3.org/2009/02/ws-evt"> + targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"> <xs:complexType name="EventType" mixed="true"> <xs:sequence> @@ -3772,7 +3772,7 @@ <portType name="WrappedSinkPortType"> <operation name="NotifyEvent"> <input message="tns:notifyEvent" name="NotifyEvent" - wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/> + wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent"/> </operation> </portType> </definitions></eg> @@ -3790,7 +3790,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/2009/02/ws-evt/EventDescriptions.xsd'>http://www.w3.org/2009/02/ws-evt/EventDescriptions.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions.xsd'>http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions.xsd</loc></eg> </example> <p> @@ -3800,7 +3800,7 @@ <example> <eg><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://www.w3.org/2009/02/ws-evt" + targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="EventDescriptions"> <xs:complexType>
Received on Monday, 28 September 2009 12:20:49 UTC