- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Feb 2010 19:44:44 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv11884 Modified Files: entitieswd.dtd wsenum.html wsevd.html wseventing.html wsfrag.html wsmex.html wst.html Log Message: Update all HTML so that the link to things like xsd/wsdl point to the editor's copy and not a frozen version Index: entitieswd.dtd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/entitieswd.dtd,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- entitieswd.dtd 9 Feb 2010 19:41:44 -0000 1.14 +++ entitieswd.dtd 9 Feb 2010 19:44:41 -0000 1.15 @@ -1,8 +1,8 @@ <?xml version='1.0' encoding='utf-8' ?> <!-- $Id$ --> -<!ENTITY all.nsprefix "2009/09"> -<!-- <!ENTITY all.nsprefix "2002/ws/ra/edcopies"> --> +<!-- <!ENTITY all.nsprefix "2009/09"> --> +<!ENTITY all.nsprefix "2002/ws/ra/edcopies"> <!ENTITY wsenu.nsprefix "&all.nsprefix;"> <!ENTITY wsevt.nsprefix "&all.nsprefix;"> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.159 retrieving revision 1.160 diff -u -d -r1.159 -r1.160 --- wseventing.html 9 Feb 2010 19:41:44 -0000 1.159 +++ wseventing.html 9 Feb 2010 19:44:41 -0000 1.160 @@ -214,11 +214,11 @@ <div class="exampleHeader"><a name="Table1" id="Table1"/>Example 2-1: Hypothetical request to create a subscription</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/Subscribe +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Subscribe (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:d7c5726b-de29-4313-b4d4-b3425b200839 @@ -264,11 +264,11 @@ <div class="exampleHeader"><a name="Table2" id="Table2"/>Example 2-2: Hypothetical response to a subscribe request</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/SubscribeResponse +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscribeResponse (09) </wsa:Action> (10) <wsa:RelatesTo> (11) uuid:d7c5726b-de29-4313-b4d4-b3425b200839 @@ -384,7 +384,7 @@ <h3><a name="namespaces" id="namespaces"/>3.3 XML Namespaces</h3><p> The XML namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt">http://www.w3.org/2009/09/ws-evt</a></pre></div></div><p><a href="#Table3">Table 3-1</a> lists XML namespaces that are used in this + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt">http://www.w3.org/2002/ws/ra/edcopies/ws-evt</a></pre></div></div><p><a href="#Table3">Table 3-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. </p><a name="Table3" id="Table3"/><table border="1"><caption>Table 3-1: Prefixes and XML namespaces used in this specification </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td>s</td><td>(Either SOAP 1.1 or 1.2)</td><td>(Either SOAP 1.1 or 1.2)</td></tr><tr><td>s11</td><td><a href="http://schemas.xmlsoap.org/soap/envelope/"> @@ -395,8 +395,8 @@ http://schemas.xmlsoap.org/wsdl/ </a></td><td>WSDL <a href="#WSDL11">[WSDL11]</a></td></tr><tr><td>wsa</td><td><a href="http://www.w3.org/2005/08/addressing"> http://www.w3.org/2005/08/addressing - </a></td><td>WS-Addressing <a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td>wse</td><td><a href="http://www.w3.org/2009/09/ws-evt"> - http://www.w3.org/2009/09/ws-evt + </a></td><td>WS-Addressing <a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td>wse</td><td><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt"> + http://www.w3.org/2002/ws/ra/edcopies/ws-evt </a></td><td>This specification</td></tr><tr><td>xs</td><td><a href="http://www.w3.org/2001/XMLSchema"> http://www.w3.org/2001/XMLSchema </a></td><td> @@ -492,7 +492,7 @@ compliant event sources. The message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/Subscribe + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Subscribe <b>[Body]</b> <wse:Subscribe ...> @@ -533,7 +533,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/09/ws-evt/DeliveryFormats/Unwrap", which + "http://www.w3.org/2002/ws/ra/edcopies/ws-evt/DeliveryFormats/Unwrap", which indicates that unwrapped delivery MUST be used. See Section <a href="#NotificationFormats"><b>2.3 Notification Formats</b></a> for details. </p><p> @@ -541,9 +541,9 @@ format, the request MUST generate a wse:DeliveryFormatRequestedUnavailable fault indicating that the requested delivery format is not supported. - </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/DeliveryFormats/Unwrap" </dt><dd><p> Indicate the unwrapped event delivery format. - </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Wrap" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/DeliveryFormats/Wrap" </dt><dd><p> Indicate the wrapped event delivery format. </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Expires </dt><dd><p> This OPTIONAL element can be used by the subscriber to indicate the @@ -615,7 +615,7 @@ If an event source detects this condition it MUST generate a wse:EmptyFilter fault in response to the Subscribe request message. </p></dd><dt class="label"><a name="Dialect" id="Dialect"/><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect </dt><dd><p> - Implied value is "http://www.w3.org/2009/09/ws-evt/Dialects/XPath10". + Implied value is "http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Dialects/XPath10". </p><p> If filtering is supported, then support for the XPath 1.0 dialect (described below) is RECOMMENDED. @@ -623,8 +623,8 @@ Such dialect definitions MUST include sufficient information for proper application. For example, it would need to define the context (which data) over which the filter operates. - </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect="<a href="http://www.w3.org/2009/09/ws-evt/Dialects/XPath10"> - http://www.w3.org/2009/09/ws-evt/Dialects/XPath10 + </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect="<a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Dialects/XPath10"> + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Dialects/XPath10 </a>" </dt><dd><p> Value of <b>[Body]</b>/wse:Subscribe/wse:Filter is an XPath @@ -680,7 +680,7 @@ subscription, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/SubscribeResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscribeResponse <b>[Body]</b> <wse:SubscribeResponse ...> @@ -723,11 +723,11 @@ <div class="exampleHeader"><a name="Table4" id="Table4"/>Example 4-1: Second hypothetical request to create a subscription</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/Subscribe +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Subscribe (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180 @@ -788,12 +788,12 @@ <div class="exampleHeader"><a name="Table5" id="Table5"/>Example 4-2: Hypothetical response to second subscribe request</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-evt/SubscribeResponse +(09) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscribeResponse (10) </wsa:Action> (11) <wsa:RelatesTo> (12) uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180 @@ -843,7 +843,7 @@ This operation MUST be supported by compliant subscription managers. The Renew request message message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/Renew + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Renew <b>[Body]</b> <wse:Renew ...> @@ -874,7 +874,7 @@ subscription, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/RenewResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/RenewResponse <b>[Body]</b> <wse:RenewResponse ...> @@ -893,11 +893,11 @@ <div class="exampleHeader"><a name="Table6" id="Table6"/>Example 4-3: Hypothetical request to renew second subscription</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/Renew +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Renew (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -930,11 +930,11 @@ <div class="exampleHeader"><a name="Table7" id="Table7"/>Example 4-4: Hypothetical response to renew request</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/RenewResponse +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/RenewResponse (09) </wsa:Action> (10) <wsa:RelatesTo> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -957,7 +957,7 @@ This operation MUST be supported by compliant subscription managers. The GetStatus request MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/GetStatus + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/GetStatus <b>[Body]</b> <wse:GetStatus ...> @@ -973,7 +973,7 @@ subscription manager MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/GetStatusResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/GetStatusResponse <b>[Body]</b> <wse:GetStatusResponse ...> @@ -1001,11 +1001,11 @@ <div class="exampleHeader"><a name="Table8" id="Table8"/>Example 4-5: Hypothetical request to get the status of the second subscription</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/GetStatus +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/GetStatus (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -1034,11 +1034,11 @@ <div class="exampleHeader"><a name="Table9" id="Table9"/>Example 4-6: Hypothetical response to get status request</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/GetStatusResponse +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/GetStatusResponse (09) </wsa:Action> (10) <wsa:RelatesTo> (11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6 @@ -1065,7 +1065,7 @@ This operation MUST be supported by compliant subscription managers. The Unsubscribe request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/Unsubscribe + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Unsubscribe <b>[Body]</b> <wse:Unsubscribe ...> @@ -1081,7 +1081,7 @@ subscription, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/UnsubscribeResponse <b>[Body]</b> <wse:UnsubscribeResponse ...> @@ -1099,11 +1099,11 @@ <div class="exampleHeader"><a name="Table10" id="Table10"/>Example 4-7: Hypothetical unsubscribe request to delete second subscription</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ow="http://www.example.org/oceanwatch" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/Unsubscribe +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Unsubscribe (09) </wsa:Action> (10) <wsa:MessageID> (11) uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216 @@ -1134,7 +1134,7 @@ (03) xmlns:wsa="http://www.w3.org/2005/08/addressing" > (04) <s12:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/UnsubscribeResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216 @@ -1153,14 +1153,14 @@ MUST be sent to the endpoint reference indicated by that EPR. The message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-evt/SubscriptionEnd + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscriptionEnd <b>[Body]</b> <wse:SubscriptionEnd ...> <wse:Status> - ( http://www.w3.org/2009/09/ws-evt/DeliveryFailure | - http://www.w3.org/2009/09/ws-evt/SourceShuttingDown | - http://www.w3.org/2009/09/ws-evt/SourceCancelling | + ( http://www.w3.org/2002/ws/ra/edcopies/ws-evt/DeliveryFailure | + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SourceShuttingDown | + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SourceCancelling | <em>xs:anyURI</em> ) </wse:Status> <wse:Reason xml:lang="<em>language identifier</em>" ><em>xs:string</em></wse:Reason> ? @@ -1169,13 +1169,13 @@ The following describes additional, normative constraints on the outline listed above: </p><dl><dt class="label"><b>[Body]</b>/wse:SubscriptionEnd/wse:Status = - "http://www.w3.org/2009/09/ws-evt/DeliveryFailure" + "http://www.w3.org/2002/ws/ra/edcopies/ws-evt/DeliveryFailure" </dt><dd><p> This value MUST be used if the event source terminated the subscription because of problems delivering notifications. </p></dd><dt class="label"><b>[Body]</b>/wse:SubscriptionEnd/wse:Status = - "http://www.w3.org/2009/09/ws-evt/SourceShuttingDown" + "http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SourceShuttingDown" </dt><dd><p> This value MUST be used if the event source terminated the subscription because the source is being shut down in a @@ -1183,7 +1183,7 @@ down but has the opportunity to send a SubscriptionEnd message before it exits. </p></dd><dt class="label"><b>[Body]</b>/wse:SubscriptionEnd/wse:Status = - "http://www.w3.org/2009/09/ws-evt/SourceCancelling" + "http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SourceCancelling" </dt><dd><p> This value MUST be used if the event source terminated the subscription for some other reason before it expired. @@ -1201,11 +1201,11 @@ <div class="exampleHeader"><a name="Table12" id="Table12"/>Example 4-9: Hypothetical subscription end message</div><div class="exampleInner"><pre>(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/09/ws-evt" +(04) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (05) xmlns:ew="http://www.example.com/warnings" > (06) <s12:Header> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-evt/SubscriptionEnd +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscriptionEnd (09) </wsa:Action> (10) <wsa:To>http://www.example.com/MyEventSink</wsa:To> (11) <ew:MySubscription wsa:IsReferenceParameter="true"> @@ -1281,7 +1281,7 @@ Section 6 for encoding SOAP 1.1 and SOAP 1.2 faults. The <b>[Action]</b> property below MUST be used for faults defined in this specification: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt/fault">http://www.w3.org/2009/09/ws-evt/fault</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/fault">http://www.w3.org/2002/ws/ra/edcopies/ws-evt/fault</a></pre></div></div><p> The definitions of faults in this section use the following properties: </p><p><b>[Code]</b> The fault code.<br/><b>[Subcode]</b> The fault subcode.<br/><b>[Reason]</b> The English language reason element.<br/><b>[Detail]</b> The detail element. If absent, no detail element is defined for the fault.<br/></p><p> @@ -1832,7 +1832,7 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="idexample_1_2647" id="idexample_1_2647"/>Example A-1: EventDescriptions</div><div class="exampleInner"><pre>(01) <wse:EventDescriptions (02) targetNamespace="http://www.example.org/oceanwatch/notifications" -(03) xmlns:wse="http://www.w3.org/2009/09/ws-evt" +(03) xmlns:wse="http://www.w3.org/2002/ws/ra/edcopies/ws-evt" (04) xmlns:ow="http://www.example.org/oceanwatch"> (05) <wse:types> (06) <xs:schema targetNamespace="http://www.example.org/oceanwatch"> @@ -1856,7 +1856,7 @@ the mechanisms described in WS-MetadataExchange <a href="#MEX">[WS-MetadataExchange]</a>. This specification defines the following IRI to serve as the Dialect IRI for the wse:EventDescriptions element. - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evd/EventDescriptions">http://www.w3.org/2009/09/ws-evd/EventDescriptions</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evd/EventDescriptions">http://www.w3.org/2002/ws/ra/edcopies/ws-evd/EventDescriptions</a></pre></div></div><p> The value of the @Identifier attribute for this Metadata Section MUST be equal to the value of its wse:EventDescriptions/@targetNamespace. An event source MUST NOT have more than one EventDescriptions document. @@ -1952,7 +1952,7 @@ the mechanisms described in WS-MetadataExchange <a href="#MEX">[WS-MetadataExchange]</a>. This specification defines the following IRI to serve as the Dialect IRI for the Notification WSDL. - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt/NotificationWSDL">http://www.w3.org/2009/09/ws-evt/NotificationWSDL</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/NotificationWSDL">http://www.w3.org/2002/ws/ra/edcopies/ws-evt/NotificationWSDL</a></pre></div></div><p> Because the Notification Format specified in a Subscribe request can affect various aspects of the Notification WSDL, it is necessary to correlate Notification WSDLs with their corresponding Notification @@ -1966,12 +1966,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/09/ws-evd/EventDescriptions" and - "http://www.w3.org/2009/09/ws-evt/NotificationWSDL" dialects MUST + "http://www.w3.org/2002/ws/ra/edcopies/ws-evd/EventDescriptions" and + "http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-evt/NotificationWSDL"), recipients MUST + of "http://www.w3.org/2002/ws/ra/edcopies/ws-evt/NotificationWSDL"), recipients MUST similarly regard these Notification WSDLs as relating to the same set of events although their Notification Formats differ. </p></div></div><div class="div1"> @@ -1979,7 +1979,7 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt/eventing.xsd">http://www.w3.org/2009/09/ws-evt/eventing.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/eventing.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-evt/eventing.xsd</a></pre></div></div><p> A non-normative copy of the XML schema is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema @@ -2308,23 +2308,23 @@ <h2><a name="WSDL" id="WSDL"/>C WSDL</h2><p> A normative copy of the WSDL <a href="#WSDL11">[WSDL11]</a> description can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt/eventing.wsdl">http://www.w3.org/2009/09/ws-evt/eventing.wsdl</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evt/eventing.wsdl">http://www.w3.org/2002/ws/ra/edcopies/ws-evt/eventing.wsdl</a></pre></div></div><p> A non-normative copy of the WSDL description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><wsdl:definitions - targetNamespace='http://www.w3.org/2009/09/ws-evt' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-evt' + xmlns:wse='http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-evt' + namespace='http://www.w3.org/2002/ws/ra/edcopies/ws-evt' schemaLocation= - 'http://www.w3.org/2009/09/ws-evt/eventing.xsd' /> + 'http://www.w3.org/2002/ws/ra/edcopies/ws-evt/eventing.xsd' /> </xs:schema> </wsdl:types> @@ -2368,10 +2368,10 @@ <wsdl:operation name='SubscribeOp' > <wsdl:input message='wse:SubscribeMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/Subscribe'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Subscribe'/> <wsdl:output message='wse:SubscribeResponseMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscribeResponse'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscribeResponse'/> </wsdl:operation> </wsdl:portType> @@ -2379,7 +2379,7 @@ <wsdl:operation name='SubscriptionEnd' > <wsdl:input message='wse:SubscriptionEnd' - wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscriptionEnd'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/SubscriptionEnd'/> </wsdl:operation> </wsdl:portType> @@ -2387,39 +2387,39 @@ <wsdl:operation name='RenewOp' > <wsdl:input message='wse:RenewMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/Renew'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Renew'/> <wsdl:output message='wse:RenewResponseMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/RenewResponse'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/RenewResponse'/> </wsdl:operation> <wsdl:operation name='GetStatusOp' > <wsdl:input message='wse:GetStatusMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatus'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/GetStatus'/> <wsdl:output message='wse:GetStatusResponseMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatusResponse'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/GetStatusResponse'/> </wsdl:operation> <wsdl:operation name='UnsubscribeOp' > <wsdl:input message='wse:UnsubscribeMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/Unsubscribe'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/Unsubscribe'/> <wsdl:output message='wse:UnsubscribeResponseMsg' - wsam:Action='http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-evt/WrappedSinkPortType/NotifyEvent'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/WrappedSinkPortType/NotifyEvent'/> </operation> </portType> </wsdl:definitions></pre></div></div></div><div class="div1"> <h2><a name="wrappedWSDL" id="wrappedWSDL"/>D WSDL for Standard Wrapped Delivery</h2><p> If an event subscriber specifies the wrapped event delivery format - http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Wrap + http://www.w3.org/2002/ws/ra/edcopies/ws-evt/DeliveryFormats/Wrap in the Subscribe request message, then the event sink MUST implement the following abstract WSDL and notification messages MUST be wrapped in the element defined in the WSDL. @@ -2428,12 +2428,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/09/ws-evt' - targetNamespace='http://www.w3.org/2009/09/ws-evt'> + xmlns:tns='http://www.w3.org/2002/ws/ra/edcopies/ws-evt' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/ws-evt'> <types> <xs:schema - targetNamespace='http://www.w3.org/2009/09/ws-evt'> + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/ws-evt'> <xs:complexType name='EventType' mixed='true'> <xs:sequence> @@ -2455,7 +2455,7 @@ <portType name='WrappedSinkPortType'> <operation name='NotifyEvent'> <input message='tns:notifyEvent' name='NotifyEvent' - wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-evt/WrappedSinkPortType/NotifyEvent'/> </operation> </portType> </definitions></pre></div></div></div><div class="div1"> Index: wsfrag.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- wsfrag.html 5 Feb 2010 12:19:05 -0000 1.49 +++ wsfrag.html 9 Feb 2010 19:44:41 -0000 1.50 @@ -115,16 +115,16 @@ <h3><a name="namespaces" id="namespaces"/>2.2 XML Namespaces</h3><p> The XML Namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-fra">http://www.w3.org/2009/09/ws-fra</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra">http://www.w3.org/2002/ws/ra/edcopies/ws-fra</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. </p><a name="xmlnamespaces" id="xmlnamespaces"/><table border="1" cellpadding="5"><caption>Table 2-1: Prefixes and XML Namespaces used in this specification. - </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wsf </td><td><a href="http://www.w3.org/2009/09/ws-fra">http://www.w3.org/2009/09/ws-fra</a></td><td> + </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wsf </td><td><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra">http://www.w3.org/2002/ws/ra/edcopies/ws-fra</a></td><td> This specification </td></tr><tr><td> s </td><td> Either SOAP 1.1 or 1.2 </td><td> SOAP </td></tr><tr><td> s11 </td><td><a href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a></td><td><a href="#SOAP11">[SOAP11]</a></td></tr><tr><td> s12 </td><td><a href="http://www.w3.org/2003/05/soap-envelope">http://www.w3.org/2003/05/soap-envelope</a></td><td><a href="#SOAP121">[SOAP12]</a></td></tr><tr><td> wsa </td><td><a href="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing</a></td><td><a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td> xs </td><td><a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a></td><td> - XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a></td></tr><tr><td> wst </td><td><a href="http://www.w3.org/2009/09/ws-tra">http://www.w3.org/2009/09/ws-tra</a></td><td><a href="#WsTransfer">[WS-Transfer]</a></td></tr></tbody></table><p> + XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a></td></tr><tr><td> wst </td><td><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-tra">http://www.w3.org/2002/ws/ra/edcopies/ws-tra</a></td><td><a href="#WsTransfer">[WS-Transfer]</a></td></tr></tbody></table><p> The working group intends to update the value of the Web Services Fragment namespace URI each time a new version of this document is published until such time that the document reaches Candidate @@ -266,10 +266,10 @@ </p><p> The Get request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/Get + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Get <b>[Body]</b> - <wst:Get Dialect="<b>http://www.w3.org/2009/09/ws-fra</b>" ...> + <wst:Get Dialect="<b>http://www.w3.org/2002/ws/ra/edcopies/ws-fra</b>" ...> <b><wsf:Expression Language="</b><em><b>xs:anyURI</b></em><b>" ...> </b><em><b>xs:any</b></em><b> * </wsf:Expression> @@ -278,7 +278,7 @@ The following describes additional, normative constraints on the outline listed above: </p><dl><dt class="label"><b>[Body]</b>/wst:Get@Dialect </dt><dd><p> - This attribute MUST be set to http://www.w3.org/2009/09/ws-fra. + This attribute MUST be set to http://www.w3.org/2002/ws/ra/edcopies/ws-fra. </p></dd><dt class="label"><b>[Body]</b>/wst:Get/wsf:Expression </dt><dd><p> This element identifies which fragment in the resource this operation applies to. If the value of this element does not @@ -294,7 +294,7 @@ If the resource accepts a Get request, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/GetResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/GetResponse <b>[Body]</b> <wst:GetResponse ...> @@ -320,10 +320,10 @@ </p><p> The Put request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/Put + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Put <b>[Body]</b> - <wst:Put Dialect="<b>http://www.w3.org/2009/09/ws-fra</b>" ...> + <wst:Put Dialect="<b>http://www.w3.org/2002/ws/ra/edcopies/ws-fra</b>" ...> <b><wsf:Fragment ...> <wsf:Expression Language="</b><em><b>xs:anyURI</b></em><b>" Mode="</b><em><b>xs:anyURI</b></em><b>"? ...> </b><em><b>xs:any</b></em><b> * @@ -337,7 +337,7 @@ The following describes additional, normative constraints on the outline listed above: </p><dl><dt class="label"><b>[Body]</b>/wst:Put@Dialect </dt><dd><p> - This attribute MUST be set to http://www.w3.org/2009/09/ws-fra. + This attribute MUST be set to http://www.w3.org/2002/ws/ra/edcopies/ws-fra. </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment </dt><dd><p> This element contains an expression that identifies the location of a fragment in the resource and a value for the fragment. @@ -355,18 +355,18 @@ 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/09/ws-fra/Modes/Replace". + "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Replace". A resource MUST generate a wsf:UnsupportedMode fault if the specified Mode is not supported. - </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/09/ws-fra/Modes/Replace" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Replace" </dt><dd><p> When the Mode attribute is set to a value of - "http://www.w3.org/2009/09/ws-fra/Modes/Replace" the resource + "http://www.w3.org/2002/ws/ra/edcopies/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. - </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/09/ws-fra/Modes/Insert" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Insert" </dt><dd><p> When the Mode attribute is set to a value of - "http://www.w3.org/2009/09/ws-fra/Modes/Insert" the resource + "http://www.w3.org/2002/ws/ra/edcopies/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 @@ -375,14 +375,14 @@ wst:InvalidRepresentation fault. If the expression targets an existing item of a repeated element, the fragment MUST be added before the existing item. - </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/09/ws-fra/Modes/Remove" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Remove" </dt><dd><p> When the Mode attribute is set to a value of - "http://www.w3.org/2009/09/ws-fra/Modes/Remove" the resource + "http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-fra/Modes/Remove". + has a value of "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Remove". </p></dd><dt class="label"><b>[Body]</b>/wst:Put/wsf:Fragment/wsf:Value </dt><dd><p> This OPTIONAL element contains the fragment resource representation corresponding to the subset of the resource identified by the @@ -390,23 +390,23 @@ If the contents of this element are invalid, a wst:InvalidRepresentation fault MUST be generated. </p><p> - When Mode is "http://www.w3.org/2009/09/ws-fra/Modes/Insert" - or "http://www.w3.org/2009/09/ws-fra/Modes/Replace", any + When Mode is "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Insert" + or "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Replace", any optional values (element or attributes) within this subset that are not specified in the Value element will be set to a resource-specific default value. </p><p> This element MUST NOT be present if the Mode attribute has a value - of "http://www.w3.org/2009/09/ws-fra/Modes/Remove". This element + of "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Remove". This element MUST be present if the Mode attribute has a value of either - "http://www.w3.org/2009/09/ws-fra/Modes/Replace" or - "http://www.w3.org/2009/09/ws-fra/Modes/Insert". When present, + "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Replace" or + "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Insert". When present, this element can either be empty or non-empty. </p></dd></dl><p> If the resource accepts a Put request, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/PutResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/PutResponse <b>[Body]</b> <wst:PutResponse ...> @@ -459,15 +459,15 @@ <s:Header> <wsa:To>http://www.example.org/resourceABC</wsa:To> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/Get + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Get </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000046 </wsa:MessageID> </s:Header> <s:Body> - <wst:Get Dialect="http://www.w3.org/2009/09/ws-fra"> - <wsf:Expression Language="http://www.w3.org/2009/09/ws-fra/QName"> + <wst:Get Dialect="http://www.w3.org/2002/ws/ra/edcopies/ws-fra"> + <wsf:Expression Language="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/QName"> ab:contact </wsf:Expression> </wst:Get> @@ -480,7 +480,7 @@ xmlns:ex="http://www.example.com/" > <s:Header> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/GetResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/GetResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000047 @@ -523,7 +523,7 @@ XPath 1.0 <a href="#XPath1">[XPath1.0]</a> language. </p><p> The QName language MUST be indicated by using the IRI: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-fra/QName">http://www.w3.org/2009/09/ws-fra/QName</a></pre></div></div></div><div class="div1"> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/QName">http://www.w3.org/2002/ws/ra/edcopies/ws-fra/QName</a></pre></div></div></div><div class="div1"> <h2><a name="XPathL1" id="XPathL1"/>6 XPath Level 1 Expression Language</h2><p> The XPath Level 1 expression language uses an XPath to reference specific fragments of the resource representation. The XPath is @@ -540,7 +540,7 @@ a node (element, attribute or value) within a resource representation or fragment. It is identified by the following IRI: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-fra/XPath-Level-1">http://www.w3.org/2009/09/ws-fra/XPath-Level-1</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/XPath-Level-1">http://www.w3.org/2002/ws/ra/edcopies/ws-fra/XPath-Level-1</a></pre></div></div><p> An XPath Level 1 expression is an expression whose context is: </p><ul><li><p> Context Node: the root element of the XML representation of the resource @@ -704,7 +704,7 @@ define references to any element, attribute or value in the resource representation and can also be used to compute values from the resource representation. - </p><p>The XPath 1.0 language MUST be indicated by using the IRI:</p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-fra/XPath">http://www.w3.org/2009/09/ws-fra/XPath</a></pre></div></div><p> + </p><p>The XPath 1.0 language MUST be indicated by using the IRI:</p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/XPath">http://www.w3.org/2002/ws/ra/edcopies/ws-fra/XPath</a></pre></div></div><p> Implementations that support the full XPath 1.0 language MUST support the XPath Level 1 language. </p><p> @@ -792,7 +792,7 @@ Section 6 for encoding SOAP 1.1 and SOAP 1.2 faults. The <b>[Action]</b> property below MUST be used for faults defined in this specification: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-fra/fault">http://www.w3.org/2009/09/ws-fra/fault</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/fault">http://www.w3.org/2002/ws/ra/edcopies/ws-fra/fault</a></pre></div></div><p> The definitions of faults in this section use the following properties: </p><p><b>[Code]</b> The fault code.<br/><b>[Subcode]</b> The fault subcode.<br/><b>[Reason]</b> The English language reason element.<br/><b>[Detail]</b> The detail element. If absent, no detail element is defined for the fault.<br/></p><p> @@ -1009,7 +1009,7 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-fra/Fragment.xsd">http://www.w3.org/2009/09/ws-fra/fragment.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Fragment.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-fra/fragment.xsd</a></pre></div></div><p> A non-normative copy of the XML schema is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema targetNamespace='http://www.w3.org/2009/09/ws-fra' Index: wst.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- wst.html 3 Feb 2010 12:55:50 -0000 1.103 +++ wst.html 9 Feb 2010 19:44:42 -0000 1.104 @@ -129,13 +129,13 @@ <h3><a name="namespaces" id="namespaces"/>2.2 XML Namespaces</h3><p> The XML Namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-tra">http://www.w3.org/2009/09/ws-tra</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-tra">http://www.w3.org/2002/ws/ra/edcopies/ws-tra</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. </p><a name="xmlnamespaces" id="xmlnamespaces"/><table border="1" cellpadding="5"><caption>Table 2-1: Prefixes and XML Namespaces used in this specification. - </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wst </td><td><a href="http://www.w3.org/2009/09/ws-tra">http://www.w3.org/2009/09/ws-tra</a></td><td> + </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wst </td><td><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-tra">http://www.w3.org/2002/ws/ra/edcopies/ws-tra</a></td><td> This specification </td></tr><tr><td> s </td><td> Either SOAP 1.1 or 1.2 </td><td> SOAP </td></tr><tr><td> s11 </td><td><a href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</a></td><td><a href="#SOAP11">[SOAP11]</a></td></tr><tr><td> s12 </td><td><a href="http://www.w3.org/2003/05/soap-envelope">http://www.w3.org/2003/05/soap-envelope</a></td><td><a href="#SOAP121">[SOAP12]</a></td></tr><tr><td> wsa </td><td><a href="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing</a></td><td><a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td> wsdl </td><td><a href="http://schemas.xmlsoap.org/wsdl/">http://schemas.xmlsoap.org/wsdl/</a></td><td><a href="#WSDL11">[WSDL11]</a></td></tr><tr><td> xs </td><td><a href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</a></td><td> XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a></td></tr></tbody></table><p> @@ -264,7 +264,7 @@ fetching a one-time snapshot of the representation of a resource. This operation MUST be supported by compliant WS-Transfer resources. </p><p>The Get request message MUST be of the following form:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/Get + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Get <b>[Body]</b> <wst:Get Dialect="<em>xs:anyURI</em>"? ...> @@ -283,7 +283,7 @@ wst:UnknownDialect fault. There is no default value for the attribute. If the attribute is absent, then the base behavior is used. - </p></dd><dt class="label"><b>[Body]</b>/wst:Get@Dialect="http://www.w3.org/2009/09/ws-fra" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wst:Get@Dialect="http://www.w3.org/2002/ws/ra/edcopies/ws-fra" </dt><dd><p> The WS-Fragment <a href="#WsFrag">[WS-Fragment]</a> specification defines this dialect IRI. Use of this IRI indicates that the contents of the Get element MUST be processed as specified by the @@ -300,7 +300,7 @@ If the resource accepts a Get request, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/GetResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/GetResponse <b>[Body]</b> <wst:GetResponse ...> @@ -347,7 +347,7 @@ EMEA </xxx:Region> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/Get + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Get </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000046 @@ -363,7 +363,7 @@ <s:Header> <wsa:To>http://www.fabrikam123.example.org/pullport</wsa:Address> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/GetResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/GetResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000046 @@ -414,7 +414,7 @@ </p><p> The Put request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/Put + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Put <b>[Body]</b> <wst:Put Dialect="<em>xs:anyURI</em>"? ...> @@ -433,7 +433,7 @@ wst:UnknownDialect fault. There is no default value for the attribute. If the attribute is absent, then the base behavior is used. - </p></dd><dt class="label"><b>[Body]</b>/wst:Put@Dialect="http://www.w3.org/2009/09/ws-fra" </dt><dd><p> + </p></dd><dt class="label"><b>[Body]</b>/wst:Put@Dialect="http://www.w3.org/2002/ws/ra/edcopies/ws-fra" </dt><dd><p> The WS-Fragment <a href="#WsFrag">[WS-Fragment]</a> specification defines this dialect IRI. Use of this IRI indicates that the contents of the Put element MUST be processed as specified by the @@ -481,7 +481,7 @@ If the resource accepts a Put request and performs the requested update, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/PutResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/PutResponse <b>[Body]</b> <wst:PutResponse ...> @@ -516,7 +516,7 @@ EMEA </xxx:Region> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/Put + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Put </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000047 @@ -543,7 +543,7 @@ <s:Header> <wsa:To>http://www.fabrikam123.example.org/sender</wsa:Address> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/PutResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/PutResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000047 @@ -561,7 +561,7 @@ deleting a resource in its entirety. This operation MAY be supported by compliant WS-Transfer resources. </p><p>The Delete request message MUST be of the following form:</p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/Delete + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Delete <b>[Body]</b> <wst:Delete Dialect="<em>xs:anyURI</em>"? ...> @@ -598,7 +598,7 @@ If the resource accepts a Delete request, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/DeleteResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/DeleteResponse <b>[Body]</b> <wst:DeleteResponse ...> @@ -629,7 +629,7 @@ EMEA </xxx:Region> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/Delete + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Delete </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000049 @@ -646,7 +646,7 @@ <s:Header> <wsa:To>http://www.fabrikam123.example.org/sender</wsa:Address> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/DeleteResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/DeleteResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000049 @@ -682,7 +682,7 @@ </p><p> The Create request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/Create + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Create <b>[Body]</b> <wst:Create Dialect="<em>xs:anyURI</em>"? ...> @@ -725,7 +725,7 @@ If the resource factory accepts a Create request, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-tra/CreateResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/CreateResponse <b>[Body]</b> <wst:CreateResponse ...> @@ -761,7 +761,7 @@ </wsa:ReplyTo> <wsa:To>http://www.example.org/pushport/CustomerSpace</wsa:To> <wsa:Action> - http://www.w3.org/2009/09/ws-tra/Create + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Create </wsa:Action> <wsa:MessageID> uuid:00000000-0000-0000-C000-000000000048 @@ -784,12 +784,12 @@ success:</p><div class="exampleOuter"><div class="exampleInner"><pre><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/09/ws-tra" + xmlns:wst="http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-tra/CreateResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-tra/CreateResponse </wsa:Action> <wsa:MessageID> uuid:0000010e-0000-0000-C000-000000000048 @@ -817,7 +817,7 @@ Section 6 for encoding SOAP 1.1 and SOAP 1.2 faults. The <b>[Action]</b> property below MUST be used for faults defined in this specification: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-tra/fault">http://www.w3.org/2009/09/ws-tra/fault</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-tra/fault">http://www.w3.org/2002/ws/ra/edcopies/ws-tra/fault</a></pre></div></div><p> The definitions of faults in this section use the following properties: </p><p><b>[Code]</b> The fault code.<br/><b>[Subcode]</b> The fault subcode.<br/><b>[Reason]</b> The English language reason element.<br/><b>[Detail]</b> The detail element. If absent, no detail element is defined for the fault.<br/></p><p> @@ -1191,7 +1191,7 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-tra/transfer.xsd">http://www.w3.org/2009/09/ws-tra/transfer.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-tra/transfer.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-tra/transfer.xsd</a></pre></div></div><p> A non-normative copy of the XML schema is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema @@ -1344,7 +1344,7 @@ A normative copy of the WSDL <a href="#WSDL11">[WSDL11]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-tra/transfer.wsdl">http://www.w3.org/2009/09/ws-tra/transfer.wsdl</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-tra/transfer.wsdl">http://www.w3.org/2002/ws/ra/edcopies/ws-tra/transfer.wsdl</a></pre></div></div><p> A non-normative copy of the WSDL description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><wsdl:definitions Index: wsenum.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- wsenum.html 8 Feb 2010 18:11:29 -0000 1.111 +++ wsenum.html 9 Feb 2010 19:44:41 -0000 1.112 @@ -246,13 +246,13 @@ <h3><a name="namespaces" id="namespaces"/>2.3 XML Namespaces</h3><p> The XML namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu">http://www.w3.org/2009/09/ws-enu</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are used in + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-enu">http://www.w3.org/2002/ws/ra/edcopies/ws-enu</a></pre></div></div><p><a href="#xmlnamespaces">Table 2-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. </p><a name="xmlnamespaces" id="xmlnamespaces"/><table border="1"><caption>Table 2-1: Prefixes and XML namespaces used in this specification - </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wsen </td><td><a href="http://www.w3.org/2009/09/ws-enu"> - http://www.w3.org/2009/09/ws-enu + </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td> wsen </td><td><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-enu"> + http://www.w3.org/2002/ws/ra/edcopies/ws-enu </a></td><td> This specification </td></tr><tr><td> s </td><td><a href="http://www.w3.org/2003/05/soap-envelope"> http://www.w3.org/2003/05/soap-envelope </a></td><td> SOAP 1.2 <a href="#SOAP121">[SOAP12]</a></td></tr><tr><td> s11 </td><td><a href="http://schemas.xmlsoap.org/soap/envelope/"> @@ -379,7 +379,7 @@ an Enumerate request message to the data source. The Enumerate request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/Enumerate + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Enumerate <b>[Body]</b> <wsen:Enumerate ...> @@ -483,7 +483,7 @@ wsen:EmptyFilter fault in response to the Enumerate request message. </p></dd><dt class="label"><a name="Dialect" id="Dialect"/><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect </dt><dd><p> Implied value is - "http://www.w3.org/2009/09/ws-enu/Dialects/XPath10". + "http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Dialects/XPath10". </p><p> If filtering is supported, then support for the XPath 1.0 dialect (described below) is RECOMMENDED. @@ -491,8 +491,8 @@ Such dialect definitions MUST include sufficient information for proper application. For example, it would need to define the context (which data) over which the filter operates. - </p></dd><dt class="label"><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect="<a href="http://www.w3.org/2009/09/ws-enu/Dialects/XPath10"> - http://www.w3.org/2009/09/ws-enu/Dialects/XPath10 + </p></dd><dt class="label"><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect="<a href="http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Dialects/XPath10"> + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Dialects/XPath10 </a></dt><dd><p> Value of <b>[Body]</b>/wsenu:Enumerate/wsen:Filter is an XPath <a href="#XPath1">[XPath1.0]</a> @@ -549,7 +549,7 @@ context and return that context in an Enumerate response message, which MUST adhere to the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/EnumerateResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/EnumerateResponse <b>[Body]</b> <wsen:EnumerateResponse ...> @@ -594,10 +594,10 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="enumReq" id="enumReq"/>Example 3-1: Enumerate request</div><div class="exampleInner"><pre>(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/09/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/2002/ws/ra/edcopies/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-enu/Enumerate +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Enumerate (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -628,11 +628,11 @@ <a href="#enumReq">Example 3-1</a>. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="enumRes" id="enumRes"/>Example 3-2: Response to Enumerate request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S='http://www.w3.org/2003/05/soap-envelope' -(02) xmlns:wsen='http://www.w3.org/2009/09/ws-enu' +(02) xmlns:wsen='http://www.w3.org/2002/ws/ra/edcopies/ws-enu' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing'> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-enu/EnumerateResponse +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-enu/EnumerateResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -663,7 +663,7 @@ This operation MUST be supported by compliant data sources. The Pull request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/Pull + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Pull <b>[Body]</b> <wsen:Pull ...> @@ -753,7 +753,7 @@ message, a data source is expected to return a Pull response message, which MUST adhere to the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/PullResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/PullResponse <b>[Body]</b> <wsen:PullResponse ...> @@ -791,10 +791,10 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="pullReq" id="pullReq"/>Example 3-3: Pull request</div><div class="exampleInner"><pre>(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/09/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/2002/ws/ra/edcopies/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-enu/Pull +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Pull (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -825,11 +825,11 @@ <a href="#pullReq">Example 3-3</a>. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="pullRes" id="pullRes"/>Example 3-4: Response to Pull request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" -(02) xmlns:wsen="http://www.w3.org/2009/09/ws-enu" +(02) xmlns:wsen="http://www.w3.org/2002/ws/ra/edcopies/ws-enu" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-enu/PullResponse +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-enu/PullResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -870,7 +870,7 @@ This operation MUST be supported by compliant data sources. The Renew request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/Renew + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Renew <b>[Body]</b> <wsen:Renew ...> @@ -897,7 +897,7 @@ enumeration, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/RenewResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/RenewResponse <b>[Body]</b> <wsen:RenewResponse ...> @@ -928,7 +928,7 @@ This operation MUST be supported by compliant data sources. The message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/GetStatus + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/GetStatus <b>[Body]</b> <wsen:GetStatus ...> @@ -943,7 +943,7 @@ If the enumeration is valid the data source MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/GetStatusResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/GetStatusResponse <b>[Body]</b> <wsen:GetStatusResponse ...> @@ -968,7 +968,7 @@ This operation MUST be supported by compliant data sources. The Release request message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/Release + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Release <b>[Body]</b> <wsen:Release ...> @@ -990,7 +990,7 @@ message, a data source is expected to return a Release response message, which MUST adhere to the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/ReleaseResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/ReleaseResponse <b>[Body]</b> <wsen:ReleaseResponse ...> @@ -999,10 +999,10 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="releaseReq" id="releaseReq"/>Example 3-5: Release request</div><div class="exampleInner"><pre>(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/09/ws-enu"> +(03) xmlns:wsen="http://www.w3.org/2002/ws/ra/edcopies/ws-enu"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-enu/Release +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Release (07) </wsa:Action> (08) <wsa:MessageID> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1028,11 +1028,11 @@ <a href="#releaseReq">Example 3-5</a>. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="releaseRes" id="releaseRes"/>Example 3-6: Response to Release request</div><div class="exampleInner"><pre>(01) <s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope" -(02) xmlns:wsen="http://www.w3.org/2009/09/ws-enu" +(02) xmlns:wsen="http://www.w3.org/2002/ws/ra/edcopies/ws-enu" (03) xmlns:wsa="http://www.w3.org/2005/08/addressing"> (04) <s:Header> (05) <wsa:Action> -(06) http://www.w3.org/2009/09/ws-enu/ReleaseResponse +(06) http://www.w3.org/2002/ws/ra/edcopies/ws-enu/ReleaseResponse (07) </wsa:Action> (08) <wsa:RelatesTo> (09) uuid:e7c5726b-de29-4313-b4d4-b3425b200839 @@ -1056,13 +1056,13 @@ indicated by that EPR. The message MUST be of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-enu/EnumerationEnd + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/EnumerationEnd <b>[Body]</b> <wsen:EnumerationEnd ...> <wsen:Code> - ( http://www.w3.org/2009/09/ws-enu/SourceShuttingDown | - http://www.w3.org/2009/09/ws-enu/SourceCancelling | + ( http://www.w3.org/2002/ws/ra/edcopies/ws-enu/SourceShuttingDown | + http://www.w3.org/2002/ws/ra/edcopies/ws-enu/SourceCancelling | <em>xs:anyURI</em> ) </wsen:Code> <wsen:Reason xml:lang="<em>language identifier</em>" > @@ -1073,7 +1073,7 @@ The following describes additional, normative constraints on the outline listed above: </p><dl><dt class="label"><b>[Body]</b>/wsen:EnumerationEnd/wsen:Code = - "http://www.w3.org/2009/09/ws-enu/SourceShuttingDown" + "http://www.w3.org/2002/ws/ra/edcopies/ws-enu/SourceShuttingDown" </dt><dd><p> This value MUST be used if the data source terminated the enumeration because the source is being shut down in @@ -1081,7 +1081,7 @@ but has the opportunity to send an EnumerationEnd message before it exits. </p></dd><dt class="label"><b>[Body]</b>/wsen:EnumerationEnd/wsen:Code = - "http://www.w3.org/2009/09/ws-enu/SourceCancelling" + "http://www.w3.org/2002/ws/ra/edcopies/ws-enu/SourceCancelling" </dt><dd><p> This value MUST be used if the data source terminated the enumeration for some other reason before it @@ -1101,7 +1101,7 @@ Section 6 for encoding SOAP 1.1 and SOAP 1.2 faults. The <b>[Action]</b> property below MUST be used for faults defined in this specification: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu/fault">http://www.w3.org/2009/09/ws-enu/fault</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-enu/fault">http://www.w3.org/2002/ws/ra/edcopies/ws-enu/fault</a></pre></div></div><p> The definitions of faults in this section use the following properties: </p><p><b>[Code]</b> The fault code.<br/><b>[Subcode]</b> The fault subcode.<br/><b>[Reason]</b> The English language reason element.<br/><b>[Detail]</b> The detail element. If absent, no detail element is defined for the fault.<br/></p><p> @@ -1521,11 +1521,11 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu/enumeration.xsd">http://www.w3.org/2009/09/ws-enu/enumeration.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-enu/enumeration.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-enu/enumeration.xsd</a></pre></div></div><p> A non-normative copy of the XML schema is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema - targetNamespace='http://www.w3.org/2009/09/ws-enu' - xmlns:tns='http://www.w3.org/2009/09/ws-enu' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/ws-enu' + xmlns:tns='http://www.w3.org/2002/ws/ra/edcopies/ws-enu' xmlns:wsa='http://www.w3.org/2005/08/addressing' xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified' @@ -1544,7 +1544,7 @@ minOccurs='0' maxOccurs='unbounded' /> </xs:sequence> <xs:attribute name='Dialect' type='xs:anyURI' use='optional' - default='http://www.w3.org/2009/09/ws-enu/Dialects/XPath10'/> + default='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Dialects/XPath10'/> <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> @@ -1777,9 +1777,9 @@ <xs:simpleType name='EnumerationEndCodeType'> <xs:restriction base='xs:anyURI'> <xs:enumeration value= - 'http://www.w3.org/2009/09/ws-enu/SourceShuttingDown' /> + 'http://www.w3.org/2002/ws/ra/edcopies/ws-enu/SourceShuttingDown' /> <xs:enumeration value= - 'http://www.w3.org/2009/09/ws-enu/SourceCancelling' /> + 'http://www.w3.org/2002/ws/ra/edcopies/ws-enu/SourceCancelling' /> </xs:restriction> </xs:simpleType> @@ -1833,22 +1833,22 @@ A normative copy of the WSDL <a href="#WSDL11">[WSDL11]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-enu/enumeration.wsdl">http://www.w3.org/2009/09/ws-enu/enumeration.wsdl</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-enu/enumeration.wsdl">http://www.w3.org/2002/ws/ra/edcopies/ws-enu/enumeration.wsdl</a></pre></div></div><p> A non-normative copy of the WSDL description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><wsdl:definitions - targetNamespace='http://www.w3.org/2009/09/ws-enu' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-enu' + xmlns:wsen='http://www.w3.org/2002/ws/ra/edcopies/ws-enu' xmlns:xs='http://www.w3.org/2001/XMLSchema' > <wsdl:types> <xs:schema> <xs:import - namespace='http://www.w3.org/2009/09/ws-enu' - schemaLocation='http://www.w3.org/2009/09/ws-enu/enumeration.xsd' /> + namespace='http://www.w3.org/2002/ws/ra/edcopies/ws-enu' + schemaLocation='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/enumeration.xsd' /> </xs:schema> </wsdl:types> @@ -1890,42 +1890,42 @@ <wsdl:operation name='EnumerateOp'> <wsdl:input message='wsen:EnumerateMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/Enumerate' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Enumerate' /> <wsdl:output message='wsen:EnumerateResponseMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/EnumerateResponse' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/EnumerateResponse' /> </wsdl:operation> <wsdl:operation name='PullOp'> <wsdl:input message='wsen:PullMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/Pull' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Pull' /> <wsdl:output message='wsen:PullResponseMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/PullResponse' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/PullResponse' /> </wsdl:operation> <wsdl:operation name='RenewOp' > <wsdl:input message='wsen:RenewMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/Renew' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Renew' /> <wsdl:output message='wsen:RenewResponseMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/RenewResponse' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/RenewResponse' /> </wsdl:operation> <wsdl:operation name='GetStatusOp' > <wsdl:input message='wsen:GetStatusMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/GetStatus' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/GetStatus' /> <wsdl:output message='wsen:GetStatusResponseMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/GetStatusResponse' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/GetStatusResponse' /> </wsdl:operation> <wsdl:operation name='ReleaseOp'> <wsdl:input message='wsen:ReleaseMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/Release' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/Release' /> <wsdl:output message='wsen:ReleaseResponseMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/ReleaseResponse' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/ReleaseResponse' /> </wsdl:operation> </wsdl:portType> @@ -1933,7 +1933,7 @@ <wsdl:operation name='EnumerationEndOp' > <wsdl:input message='wsen:EnumerationEndMessage' - wsam:Action='http://www.w3.org/2009/09/ws-enu/EnumerationEnd' /> + wsam:Action='http://www.w3.org/2002/ws/ra/edcopies/ws-enu/EnumerationEnd' /> </wsdl:operation> </wsdl:portType> Index: wsmex.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- wsmex.html 29 Jan 2010 04:19:48 -0000 1.102 +++ wsmex.html 9 Feb 2010 19:44:42 -0000 1.103 @@ -130,10 +130,10 @@ <div class="exampleHeader"><a name="GetRequest" id="GetRequest"/>Example 2-1: Sample Get request message</div><div class="exampleInner"><pre>(01) <s11:Envelope (02) xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/' (03) xmlns:wsa='http://www.w3.org/2005/08/addressing'> -(04) xmlns:wst='http://www.w3.org/2009/09/ws-tra'> +(04) xmlns:wst='http://www.w3.org/2002/ws/ra/edcopies/ws-tra'> (05) <s11:Header> (06) <wsa:Action> -(07) http://www.w3.org/2009/09/ws-tra/Get +(07) http://www.w3.org/2002/ws/ra/edcopies/ws-tra/Get (08) </wsa:Action> (09) <wsa:To>http://services.example.org/stockquote/metadata</wsa:To> (10) <wsa:ReplyTo> @@ -160,13 +160,13 @@ <div class="exampleHeader"><a name="GetResponse" id="GetResponse"/>Example 2-2: Sample response message with metadata</div><div class="exampleInner"><pre>(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/09/ws-mex' +(04) xmlns:mex='http://www.w3.org/2002/ws/ra/edcopies/ws-mex' (05) xmlns:wsp='http://www.w3.org/ns/ws-policy' -(06) xmlns:wst='http://www.w3.org/2009/09/ws-tra' +(06) xmlns:wst='http://www.w3.org/2002/ws/ra/edcopies/ws-tra' (07) xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'> (08) <s11:Header> (09) <wsa:Action> -(10) http://www.w3.org/2009/09/ws-tra/GetResponse +(10) http://www.w3.org/2002/ws/ra/edcopies/ws-tra/GetResponse (11) </wsa:Action> (12) <wsa:To>http://client.example.org</wsa:To> (13) <wsa:RelatesTo> @@ -270,11 +270,11 @@ <div class="exampleHeader"><a name="GetMexReq" id="GetMexReq"/>Example 2-3: Sample GetMetadata request message</div><div class="exampleInner"><pre>(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/09/ws-mex' > +(04) xmlns:mex='http://www.w3.org/2002/ws/ra/edcopies/ws-mex' > (05) <s11:Header> (06) <wsa:To>http://services.example.org/stockquote</wsa:To> (07) <wsa:Action> -(08) http://www.w3.org/2009/09/ws-mex/GetMetadata +(08) http://www.w3.org/2002/ws/ra/edcopies/ws-mex/GetMetadata (09) </wsa:Action> (10) <wsa:MessageID> (11) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9 @@ -300,11 +300,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/09/ws-mex'> +(05) xmlns:mex='http://www.w3.org/2002/ws/ra/edcopies/ws-mex'> (06) <s11:Header> (07) <wsa:To>http://client.example.org</wsa:To> (08) <wsa:Action> -(09) http://www.w3.org/2009/09/ws-mex/GetMetadataResponse +(09) http://www.w3.org/2002/ws/ra/edcopies/ws-mex/GetMetadataResponse (10) </wsa:Action> (11) <wsa:RelatesTo> (12) urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9 @@ -340,10 +340,10 @@ <h3><a name="namespaces" id="namespaces"/>3.1 XML Namespaces</h3><p> The XML namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-mex">http://www.w3.org/2009/09/ws-mex</a></pre></div></div><p><a href="#XMLNS">Table 3-1</a> lists XML namespaces that are used in this + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-mex">http://www.w3.org/2002/ws/ra/edcopies/ws-mex</a></pre></div></div><p><a href="#XMLNS">Table 3-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. - </p><a name="XMLNS" id="XMLNS"/><table border="1"><caption>Table 3-1: Prefixes and XML namespaces used in this specification </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespaces </th><th align="left"> Specification(s) </th></tr><tr><td> s </td><td> (Either SOAP 1.1 or 1.2) </td><td> (Either SOAP 1.1 or 1.2) </td></tr><tr><td> s11 </td><td> http://schemas.xmlsoap.org/soap/envelope/ </td><td><a href="#SOAP11">[SOAP11]</a></td></tr><tr><td> s12 </td><td> http://www.w3.org/2003/05/soap-envelope </td><td><a href="#SOAP121">[SOAP12]</a></td></tr><tr><td> wsa </td><td> http://www.w3.org/2005/08/addressing </td><td><a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td> wsdl </td><td> http://schemas.xmlsoap.org/wsdl/ </td><td><a href="#WSDL11">[WSDL11]</a></td></tr><tr><td> wsp </td><td> http://www.w3.org/ns/ws-policy </td><td><a href="#wspolicy">[WS-Policy]</a></td></tr><tr><td> mex </td><td> http://www.w3.org/2009/09/ws-mex </td><td> This specification </td></tr><tr><td> xs /td><td> http://www.w3.org/2001/XMLSchema </td><td><a href="#XMLSchema1">[XMLSchema - Part 1]</a></td></tr><tr><td> wst </td><td> http://www.w3.org/2009/09/ws-tra </td><td><a href="#WS-Transfer">[WS-Transfer]</a></td></tr></tbody></table><p> + </p><a name="XMLNS" id="XMLNS"/><table border="1"><caption>Table 3-1: Prefixes and XML namespaces used in this specification </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespaces </th><th align="left"> Specification(s) </th></tr><tr><td> s </td><td> (Either SOAP 1.1 or 1.2) </td><td> (Either SOAP 1.1 or 1.2) </td></tr><tr><td> s11 </td><td> http://schemas.xmlsoap.org/soap/envelope/ </td><td><a href="#SOAP11">[SOAP11]</a></td></tr><tr><td> s12 </td><td> http://www.w3.org/2003/05/soap-envelope </td><td><a href="#SOAP121">[SOAP12]</a></td></tr><tr><td> wsa </td><td> http://www.w3.org/2005/08/addressing </td><td><a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td> wsdl </td><td> http://schemas.xmlsoap.org/wsdl/ </td><td><a href="#WSDL11">[WSDL11]</a></td></tr><tr><td> wsp </td><td> http://www.w3.org/ns/ws-policy </td><td><a href="#wspolicy">[WS-Policy]</a></td></tr><tr><td> mex </td><td> http://www.w3.org/2002/ws/ra/edcopies/ws-mex </td><td> This specification </td></tr>tr><td> xs </td><td> http://www.w3.org/2001/XMLSchema </td><td><a href="#XMLSchema1">[XMLSchema - Part 1]</a></td></tr><tr><td> wst </td><td> http://www.w3.org/2002/ws/ra/edcopies/ws-tra </td><td><a href="#WS-Transfer">[WS-Transfer]</a></td></tr></tbody></table><p> The working group intends to update the value of the Web Services Metadata Exchange namespace URI each time a new version of this document is published until such time that the document reaches Candidate @@ -534,12 +534,12 @@ This specification defines the following values for Dialect; other specifications SHOULD define values for Dialect for their metadata format(s). - </p><table border="1"><tbody><tr><th align="left"> Dialect IRI </th><th align="left"> Metadata Format </th></tr><tr><td> http://www.w3.org/2001/XMLSchema </td><td> xs:schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a></td></tr><tr><td> http://schemas.xmlsoap.org/wsdl/ </td><td> wsdl:definitions <a href="#WSDL11">[WSDL11]</a></td></tr><tr><td> http://www.w3.org/ns/ws-policy </td><td> wsp:Policy <a href="#wspolicy">[WS-Policy]</a></td></tr><tr><td> http://www.w3.org/TR/ws-policy-attach </td><td> wsp:PolicyAttachment <a href="#WS-PolicyAttachment">[WS-PolicyAttachment]</a></td></tr><tr><td> http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex </td><td> mex:Metadata [Defined in this specification] </td></tr></tbody></table><p> + </p><table border="1"><tbody><tr><th align="left"> Dialect IRI </th><th align="left"> Metadata Format </th></tr><tr><td> http://www.w3.org/2001/XMLSchema </td><td> xs:schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a></td></tr><tr><td> http://schemas.xmlsoap.org/wsdl/ </td><td> wsdl:definitions <a href="#WSDL11">[WSDL11]</a></td></tr><tr><td> http://www.w3.org/ns/ws-policy </td><td> wsp:Policy <a href="#wspolicy">[WS-Policy]</a></td></tr><tr><td> http://www.w3.org/TR/ws-policy-attach </td><td> wsp:PolicyAttachment <a href="#WS-PolicyAttachment">[WS-PolicyAttachment]</a></td></tr><tr><td> http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Dialects/ws-mex </td><td> mex:Metadata [Defined in this specification] </td></tr></tbody></table><p> If there is more than one metadata unit with the same Dialect, e.g., more than one XML Schema document, including them all, one per Metadata Section, is explicitly encouraged. </p><dl><dt class="label"> - /mex:Metadata/mex:MetadataSection/@Dialect='http://www.w3.org/2009/09/ws-mex/Dialects/ws-mex' + /mex:Metadata/mex:MetadataSection/@Dialect='http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Dialects/ws-mex' </dt><dd><p> This Dialect value indicates that the type of the metadata contained within the Metadata Section is itself a mex:Metadata element. @@ -615,7 +615,7 @@ retrieve that endpoint's metadata. The normative outline for a GetMetadata request is: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-mex/GetMetadata + http://www.w3.org/2002/ws/ra/edcopies/ws-mex/GetMetadata <b>[Body]</b> <mex:GetMetadata ... > @@ -659,15 +659,15 @@ then the response MUST include zero Metadata Sections of the specified form for this IRI/Identifier pair. This specification defines the following content form IRIs: - </p><table border="1"><tbody><tr><th align="left"> Content Form IRI </th><th align="left"> Form </th></tr><tr><td> http://www.w3.org/2009/09/ws-mex/Content/EPR </td><td> A MetadataReference element is returned </td></tr><tr><td> http://www.w3.org/2009/09/ws-mex/Content/URI </td><td> A Location element is returned </td></tr><tr><td> http://www.w3.org/2009/09/ws-mex/Content/Metadata </td><td> The metadata is inlined </td></tr><tr><td> http://www.w3.org/2009/09/ws-mex/Content/Any </td><td> The service is free to chose any content form </td></tr><tr><td> http://www.w3.org/2009/09/ws-mex/Content/All </td><td> The service MUST return all available content forms </td></tr></tbody></table><p> + </p><table border="1"><tbody><tr><th align="left"> Content Form IRI </th><th align="left"> Form </th></tr><tr><td> http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Content/EPR </td><td> A MetadataReference element is returned </td></tr><tr><td> http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Content/URI </td><td> A Location element is returned </td></tr><tr><td> http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Content/Metadata </td><td> The metadata is inlined </td></tr><tr><td> http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Content/Any </td><td> The service is free to chose any content form </td></tr><tr><td> http://www.w3.org/2002/ws/ra/edcopies/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/09/ws-mex/Content/Any". + "http://www.w3.org/2002/ws/ra/edcopies/ws-mex/Content/Any". </p></dd></dl><p> If an endpoint accepts a GetMetadata request, it MUST reply with a GetMetadataResponse message. The normative outline for a GetMetadataResponse is: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/09/ws-mex/GetMetadataResponse + http://www.w3.org/2002/ws/ra/edcopies/ws-mex/GetMetadataResponse <b>[Body]</b> <mex:GetMetadataResponse> @@ -723,7 +723,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/09/ws-mex'> +(05) <mex:Metadata xmlns:mex='http://www.w3.org/2002/ws/ra/edcopies/ws-mex'> (06) <mex:MetadataSection Dialect='http://schemas.xmlsoap.org/wsdl/'> (07) <wsdl:definitions (08) name='StockQuote' @@ -807,9 +807,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/09/ws-mex'> +(05) <mex:Metadata xmlns:mex='http://www.w3.org/2002/ws/ra/edcopies/ws-mex'> (06) <mex:MetadataSection -(07) Dialect='http://www.w3.org/2009/09/ws-mex'> +(07) Dialect='http://www.w3.org/2002/ws/ra/edcopies/ws-mex'> (08) <mex:MetadataReference> (09) <wsa:Address> (10) http://services.example.org/stockquote/metadata @@ -1216,7 +1216,7 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-mex/MetadataExchange.xsd">http://www.w3.org/2009/09/ws-mex/MetadataExchange.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-mex/MetadataExchange.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-mex/MetadataExchange.xsd</a></pre></div></div><p> A non-normative copy of the XML Schema description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema @@ -1327,12 +1327,12 @@ <h2><a name="Appendix-B" id="Appendix-B"/>B WSDL</h2><p> A normative copy of the WSDL <a href="#WSDL11">[WSDL11]</a> description for this specification can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-mex/metadataexchange.wsdl">http://www.w3.org/2009/09/ws-mex/metadataexchange.wsdl</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-mex/metadataexchange.wsdl">http://www.w3.org/2002/ws/ra/edcopies/ws-mex/metadataexchange.wsdl</a></pre></div></div><p> A non-normative copy of the WSDL description is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><wsdl:definitions - targetNamespace='http://www.w3.org/2009/09/ws-mex' - xmlns:tns='http://www.w3.org/2009/09/ws-mex' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/ws-mex' + xmlns:tns='http://www.w3.org/2002/ws/ra/edcopies/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/' @@ -1340,7 +1340,7 @@ <wsdl:types> <xs:schema - targetNamespace='http://www.w3.org/2009/09/ws-mex'> + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/ws-mex'> <xs:include schemaLocation='metadataexchange.xsd'/> </xs:schema> </wsdl:types> @@ -1356,11 +1356,11 @@ <wsdl:input message='tns:GetMetadataMsg' wsam:Action= - 'http://www.w3.org/2009/09/ws-mex/GetMetadata'/> + 'http://www.w3.org/2002/ws/ra/edcopies/ws-mex/GetMetadata'/> <wsdl:output message='tns:GetMetadataResponseMsg' wsam:Action= - 'http://www.w3.org/2009/09/ws-mex/GetMetadataResponse'/> + 'http://www.w3.org/2002/ws/ra/edcopies/ws-mex/GetMetadataResponse'/> </wsdl:operation> </wsdl:portType> Index: wsevd.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsevd.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- wsevd.html 8 Feb 2010 13:05:23 -0000 1.3 +++ wsevd.html 9 Feb 2010 19:44:41 -0000 1.4 @@ -132,7 +132,7 @@ <h3><a name="namespaces" id="namespaces"/>3.3 XML Namespaces</h3><p> The XML namespace URI that MUST be used by implementations of this specification is: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evd">http://www.w3.org/2009/09/ws-evd</a></pre></div></div><p><a href="#Table3">Table 3-1</a> lists XML namespaces that are used in this + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evd">http://www.w3.org/2002/ws/ra/edcopies/ws-evd</a></pre></div></div><p><a href="#Table3">Table 3-1</a> lists XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. </p><a name="Table3" id="Table3"/><table border="1"><caption>Table 3-1: Prefixes and XML namespaces used in this specification </caption><tbody><tr><th align="left"> Prefix </th><th align="left"> XML Namespace </th><th align="left"> Specification(s) </th></tr><tr><td>s</td><td>(Either SOAP 1.1 or 1.2)</td><td>(Either SOAP 1.1 or 1.2)</td></tr><tr><td>s11</td><td><a href="http://schemas.xmlsoap.org/soap/envelope/"> @@ -141,8 +141,8 @@ http://www.w3.org/2003/05/soap-envelope </a></td><td>SOAP 1.2 <a href="#SOAP121">[SOAP12]</a></td></tr><tr><td>wsa</td><td><a href="http://www.w3.org/2005/08/addressing"> http://www.w3.org/2005/08/addressing - </a></td><td>WS-Addressing <a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td>wsevd</td><td><a href="http://www.w3.org/2009/09/ws-evd"> - http://www.w3.org/2009/09/ws-evd + </a></td><td>WS-Addressing <a href="#AddrCore">[WS-Addressing]</a></td></tr><tr><td>wsevd</td><td><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evd"> + http://www.w3.org/2002/ws/ra/edcopies/ws-evd </a></td><td>This specification</td></tr><tr><td>xs</td><td><a href="http://www.w3.org/2001/XMLSchema"> http://www.w3.org/2001/XMLSchema </a></td><td> @@ -275,7 +275,7 @@ </p><div class="exampleOuter"> <div class="exampleHeader"><a name="EVDSample" id="EVDSample"/>Example 4-1: EventDescriptions</div><div class="exampleInner"><pre>(01) <wsevd:EventDescriptions (02) targetNamespace="http://www.example.org/oceanwatch/notifications" -(03) xmlns:wsevd="http://www.w3.org/2009/09/ws-evd" +(03) xmlns:wsevd="http://www.w3.org/2002/ws/ra/edcopies/ws-evd" (04) xmlns:ow="http://www.example.org/oceanwatch"> (05) <wsevd:types> (06) <xs:schema targetNamespace="http://www.example.org/oceanwatch"> @@ -328,7 +328,7 @@ the mechanisms described in WS-MetadataExchange <a href="#MEX">[WS-MetadataExchange]</a>. This specification defines the following IRI to serve as the Dialect IRI for the wsevd:EventDescriptions element. - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evd/EventDescriptions">http://www.w3.org/2009/09/ws-evd/EventDescriptions</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evd/EventDescriptions">http://www.w3.org/2002/ws/ra/edcopies/ws-evd/EventDescriptions</a></pre></div></div><p> The value of the @Identifier attribute for this Metadata Section MUST be equal to the value of its wsevd:EventDescriptions/@targetNamespace. </p></div><div class="div3"> @@ -420,11 +420,11 @@ A normative copy of the XML Schema <a href="#XMLSchema1">[XMLSchema - Part 1]</a>, <a href="#XMLSchema2">[XMLSchema - Part 2]</a> description for the EventDescriptions element can be retrieved from the following address: - </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evd/eventdescriptions.xsd">http://www.w3.org/2009/09/ws-evd/eventdescriptions.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/ws-evd/eventdescriptions.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-evd/eventdescriptions.xsd</a></pre></div></div><p> A non-normative copy of the XML schema is listed below for convenience. </p><div class="exampleOuter"><div class="exampleInner"><pre><xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' - targetNamespace='http://www.w3.org/2009/09/ws-evd' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/ws-evd' elementFormDefault='qualified' attributeFormDefault='unqualified'> <xs:element name='EventDescriptions'> <xs:complexType>
Received on Tuesday, 9 February 2010 19:44:47 UTC