- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 15 Jan 2011 16:02:49 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv6800 Modified Files: scenario.html scenario.xml Added Files: scenarioSink.wsdl scenarioSource.evd Log Message: move stuff into a scenario dir --- NEW FILE: scenarioSource.evd --- <wsevd:EventDescriptions targetNamespace="http://www.w3.org/2010/08/scenario/eventing" xmlns:sce="http://www.w3.org/2010/08/scenario" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsevd="http://www.w3.org/2010/08/ws-evd"> <wsevd:types> <xs:schema targetNamespace="http://www.w3.org/2010/08/scenario"> <xs:include schemaLocation="animal.xsd"/> </xs:schema> </wsevd:types> <wsevd:eventType ID="UpdateLocation" element="sce:Animal" actionURI="http://www.w3.org/2010/08/scenario/eventing/UpdateLocation"/> </wsevd:EventDescriptions> Index: scenario.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/scenario.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- scenario.xml 14 Jan 2011 16:40:29 -0000 1.16 +++ scenario.xml 15 Jan 2011 16:02:47 -0000 1.17 @@ -188,7 +188,7 @@ </tr> <tr> <td> sce </td> - <td> http://www.w3.org/2010/08/scenario </td> + <td> http://www.w3.org/&scenario.nsprefix;/scenario </td> <td> This document </td> </tr> <tr> @@ -883,7 +883,7 @@ Basic Test. </p> - <graphic source="images/basic_test.jpg"/> + <graphic source="scenario/basic_test.jpg"/> </div3> <div3> @@ -1064,7 +1064,7 @@ expiration time has passed before sending the GetStatus request. </p> - <graphic source="images/duration_expiration_test.jpg"/> + <graphic source="scenario/duration_expiration_test.jpg"/> </div3> <div3> @@ -1373,7 +1373,7 @@ the Renew Test. </p> - <graphic source="images/renew_test.jpg"/> + <graphic source="scenario/renew_test.jpg"/> </div3> <div3> @@ -1485,7 +1485,7 @@ SubscriptionEnd Test. </p> - <graphic source="images/subscriptionend.jpg"/> + <graphic source="scenario/subscriptionend.jpg"/> </div3> <div3> @@ -1791,7 +1791,7 @@ Non-Addressable Event Sink Test. </p> - <graphic source="images/non_addressable_event_sink.jpg"/> + <graphic source="scenario/non_addressable_event_sink.jpg"/> <p> Note that the MakeConnection requests that follow both the Subscribe @@ -2215,7 +2215,7 @@ Basic Test. </p> - <graphic source='images/enum_basic_test.jpg'/> + <graphic source='scenario/enum_basic_test.jpg'/> </div3> <div3> @@ -2402,7 +2402,7 @@ the Optimized Enumeration Test. </p> - <graphic source='images/enum_optimized_test.jpg'/> + <graphic source='scenario/enum_optimized_test.jpg'/> </div3> <div3> @@ -2604,7 +2604,7 @@ the second EnumerateResponse message before the duration specified in the MaxTime element has passed. - <graphic source='images/enum_maxtime_test.jpg'/> + <graphic source='scenario/enum_maxtime_test.jpg'/> </p> </div3> @@ -2693,7 +2693,7 @@ until the expiration time has passed before sending the second Enumerate request. - <graphic source='images/enum_expires_test.jpg'/> + <graphic source='scenario/enum_expires_test.jpg'/> </p> </div3> @@ -2962,7 +2962,7 @@ The following diagram illustrates the sequence of messages for the GetStatus Test. - <graphic source='images/enum_getstatus_test.jpg'/> + <graphic source='scenario/enum_getstatus_test.jpg'/> </p> </div3> @@ -3045,7 +3045,7 @@ The following diagram illustrates the sequence of messages for the Renew Test. - <graphic source='images/enum_renew_test.jpg'/> + <graphic source='scenario/enum_renew_test.jpg'/> </p> </div3> @@ -3129,7 +3129,7 @@ The following diagram illustrates the sequence of messages for the Release Test. - <graphic source='images/enum_release_test.jpg'/> + <graphic source='scenario/enum_release_test.jpg'/> </p> </div3> @@ -3206,7 +3206,7 @@ The following diagram illustrates the sequence of messages for the EnumerationEnd Test. - <graphic source='images/enum_enumerationend_test.jpg'/> + <graphic source='scenario/enum_enumerationend_test.jpg'/> </p> </div3> @@ -3508,7 +3508,8 @@ <div2> <head>Notification WSDL</head> <p> - TBD + Available here: + <loc href='http://www.w3.org/&scenario.nsprefix;/scenario/scenarioSink.wsdl'>http://www.w3.org/&scenario.nsprefix;/scenario/scenarioSink.wsdl</loc> </p> </div2> </div1> @@ -3517,7 +3518,8 @@ <head>EventDescriptions</head> <p> - TBD + Available here: + <loc href='http://www.w3.org/&scenario.nsprefix;/scenario/scenarioSource.evd'>http://www.w3.org/&scenario.nsprefix;/scenario/scenarioSource.evd</loc> </p> </div1> @@ -3722,7 +3724,7 @@ </p> <example> - <eg><loc href='http://www.w3.org/&wssas.nsprefix;/ws-sas/soapassertions.xsd'>http://www.w3.org/&wssas.nsprefix;/ws-sas/soapassertions.xsd</loc></eg> + <eg><loc href='http://www.w3.org/&scenario.nsprefix;/scenario/scenario.xsd'>http://www.w3.org/&scenario.nsprefix;/scenario/scenario.xsd</loc></eg> </example> <p> @@ -3731,8 +3733,8 @@ <example> <eg><xs:schema - targetNamespace='http://www.w3.org/&wssas.nsprefix;/ws-sas' - xmlns:tns='http://www.w3.org/&wssas.nsprefix;/ws-sas' + targetNamespace='http://www.w3.org/&scenario.nsprefix;/scenario' + xmlns:tns='http://www.w3.org/&scenario.nsprefix;/scenario' xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified' blockDefault='#all' > --- NEW FILE: scenarioSink.wsdl --- <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns:tns="http://www.w3.org/2010/08/scenario/eventing" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsevd="http://www.w3.org/2010/08/ws-evd" xmlns:sce="http://www.w3.org/2010/08/scenario" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.w3.org/2010/08/scenario/eventing"> <wsdl:types> <xs:schema targetNamespace="http://www.w3.org/2010/08/scenario"> <xs:include schemaLocation="animal.xsd"/> </xs:schema> </wsdl:types> <wsdl:message name="UpdateLocationMsg"> <wsdl:part name="event" element="sce:Animal"/> </wsdl:message> <wsdl:portType name="AutoGenPortType41.859"> <wsdl:operation name="UpdateLocationOp"> <wsdl:input message="tns:UpdateLocationMsg" wsam:Action="http://www.w3.org/2010/08/scenario/eventing/UpdateLocation"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="AutoGenBinding41.859" type="tns:AutoGenPortType41.859"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="UpdateLocationOp"> <soap:operation soapAction=""/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> </wsdl:operation> </wsdl:binding> <wsdl:service name="AutoGenService41.859"> <wsdl:port name="AutoGenPort41.859" binding="tns:AutoGenBinding41.859"> <soap:address location="http://www.example.org/NotificationListeners/41.859"/> <wsp:Policy> <wsam:Addressing> <wsp:Policy/> </wsam:Addressing> </wsp:Policy> </wsdl:port> </wsdl:service> </wsdl:definitions> Index: scenario.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/scenario.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- scenario.html 14 Jan 2011 16:40:29 -0000 1.16 +++ scenario.html 15 Jan 2011 16:02:47 -0000 1.17 @@ -49,59 +49,59 @@ 2 <a href="#notterms">Notations and Terminology</a><br/> 2.1 <a href="#conventions">Notational Conventions</a><br/> 3 <a href="#description">Scenario Description</a><br/> - 3.1 <a href="#iddiv2x1x605">Predefined Animals/Tags</a><br/> + 3.1 <a href="#iddiv2x1x607">Predefined Animals/Tags</a><br/> 3.2 <a href="#evt_description">Event Description</a><br/> - 3.3 <a href="#iddiv2x1x668">Event Timing</a><br/> - 3.4 <a href="#iddiv2x1x675">Structure of Test Sections</a><br/> -4 <a href="#iddiv1x1x693">WS-MetadataExchange Tests</a><br/> - 4.1 <a href="#iddiv2x1x698">GetWSDL Test</a><br/> - 4.2 <a href="#iddiv2x1x724">Empty GetMetadata Test</a><br/> [...1265 lines suppressed...] -<h3><a name="iddiv2x1x2382" id="iddiv2x1x2382"/>12.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite> +<h3><a name="iddiv2x1x2400" id="iddiv2x1x2400"/>12.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite> Key words for use in RFCs to Indicate Requirement Levels </cite></a> , S. Bradner, Author. @@ -1645,11 +1645,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/2002/ws/ra/edcopies/ws-sas/soapassertions.xsd">http://www.w3.org/2002/ws/ra/edcopies/ws-sas/soapassertions.xsd</a></pre></div></div><p> + </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2002/ws/ra/edcopies/scenario/scenario.xsd">http://www.w3.org/2002/ws/ra/edcopies/scenario/scenario.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/2002/ws/ra/edcopies/ws-sas' - xmlns:tns='http://www.w3.org/2002/ws/ra/edcopies/ws-sas' + targetNamespace='http://www.w3.org/2002/ws/ra/edcopies/scenario' + xmlns:tns='http://www.w3.org/2002/ws/ra/edcopies/scenario' xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault='qualified' blockDefault='#all' >
Received on Saturday, 15 January 2011 16:02:51 UTC