- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Feb 2011 01:27:54 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test In directory hutz:/tmp/cvs-serv19213 Modified Files: scenario.html scenario.xml Log Message: update frag xpath to not need namespace prefix mapping Index: scenario.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- scenario.xml 2 Feb 2011 14:50:28 -0000 1.3 +++ scenario.xml 3 Feb 2011 01:27:52 -0000 1.4 @@ -2216,7 +2216,8 @@ <head>Variations</head> <p> - The following variations use this Animal representation as + Except when noted, + the following variations use this Animal representation as an example guide for what each variation is expected to produce: </p> @@ -2242,7 +2243,7 @@ </p> <olist> - <item> + <item> <!-- 1 --> <p> Mode: Add <phrase/> Expression: / <phrase/> @@ -2250,175 +2251,170 @@ Result: a fault is generated </p> </item> - <item> + <item> <!-- 2 --> <p> Mode: Replace <phrase/> - Expression: /sce:Animal or /[0] <phrase/> + Expression: /*[1] <phrase/> Value: <sce:Animal> ... </sce:Animal> <phrase/> Result: entire Animal is replaced </p> </item> - <item> + <item> <!-- 3 --> <p> Mode: Add <phrase/> - Expression: //sce:Entry[0] <phrase/> + Expression: //*[local-name()='History']/*[1] <phrase/> Value: Date="..." <phrase/> Result: first History/Entry has a Date attribute added </p> </item> - <item> + <item> <!-- 4 --> <p> Mode: Add <phrase/> - Expression: //sce:Entry[1] <phrase/> + Expression: //*[local-name()='History']/*[2] <phrase/> Value: Date="..." <phrase/> Result: a fault is generated </p> </item> - <item> + <item> <!-- 5 --> <p> Mode: Replace <phrase/> - Expression: //sce:Entry[1]/@Date <phrase/> + Expression: //*[local-name()='History']/*[2]/@Date <phrase/> Value: Date="..." <phrase/> Result: Date attribute is updated </p> </item> - <item> + <item> <!-- 6 --> <p> Mode: Replace <phrase/> - Expression: //sce:Entry[1]/@Date <phrase/> + Expression: //*[local-name()='History']/*[2]/@Date <phrase/> Value: Who="..." <phrase/> Result: Date attribute is erased and Who attribute is added </p> </item> - <item> + <item> <!-- 7 --> <p> Mode: Replace <phrase/> - Expression: //sce:Entry[0]/@Date <phrase/> + Expression: //*[local-name()='History']/*[1]/@Date <phrase/> Value: Who="..." <phrase/> Result: Who attribute is added to the Entry </p> </item> - <item> + <item> <!-- 8 --> <p> Mode: Remove <phrase/> - Expression: //sce:Entry[1]/@Date <phrase/> + Expression: //*[local-name()='History']/*[2]/@Date <phrase/> Value: - <phrase/> Result: Date attribute is removed </p> </item> - <item> + <item> <!-- 9 --> <p> Mode: Add <phrase/> - Expression: //sce:History <phrase/> + Expression: //*[local-name()='History'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: Entry is added to History array <phrase/> History array needs to be empty before test starts </p> </item> - <item> + <item> <!-- 10 --> <p> Mode: Add <phrase/> - Expression: //sce:History <phrase/> + Expression: //*[local-name()='History'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: Entry is added to the end of the History array <phrase/> History array needs to have atleast one Entry </p> </item> - <item> + <item> <!-- 11 --> <p> Mode: Replace <phrase/> - Expression: //sce:History/Entry[0] <phrase/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> - Result: First Entry is replaced + Result: First Entry is replaced <phrase/> + History array needs to have one Entry </p> </item> - <item> + <item> <!-- 12 --> <p> Mode: Replace <phrase/> - Expression: //sce:History/sce:Entry[0] <phrase/> + Expression: //*[local-name()='History']/*[1] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: Entry is added to the History array <phrase/> History array needs to be empty before test starts </p> </item> - <item> + <item> <!-- 13 --> <p> Mode: InsertAfter <phrase/> - Expression: //sce:Entry | //sce:Entry[last()]<phrase/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: Entry is added to the end of the History array <phrase/> - History array needs to have atleast one Entry </p> </item> - <item> + <item> <!-- 14 --> <p> Mode: InsertBefore <phrase/> - Expression: //sce:Entry | //sce:Entry[1]<phrase/> + Expression: //*[local-name()='History']/*[local-name()='Entry']<phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: Entry is added to the start of the History array <phrase/> - History array needs to have atleast one Entry </p> </item> - <item> + <item> <!-- 15 --> <p> Mode: Replace <phrase/> - Expression: //sce:Entry <phrase/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: All old Entries are replace by this one Entry <phrase/> - History array needs to have more than one Entry </p> </item> - <item> + <item> <!-- 16 --> <p> Mode: Replace <phrase/> - Expression: //sce:Entry[1] <phrase/> + Expression: //*[local-name()='History']/*[1] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: First Entry is replaced <phrase/> - History array needs to have more than one Entry </p> </item> - <item> + <item> <!-- 17 --> <p> Mode: Remove <phrase/> - Expression: //sce:Entry <phrase/> + Expression: //*[local-name()='History']/* <phrase/> Value: - <phrase/> Result: All Entry elements are removed <phrase/> History array needs to have one Entry </p> </item> - <item> + <item> <!-- 18 --> <p> Mode: Remove <phrase/> - Expression: //sce:Entry <phrase/> + Expression: //*[local-name()='History']/* <phrase/> Value: - <phrase/> Result: All Entry elements are removed <phrase/> - History array needs to have more than one Entry </p> </item> - <item> + <item> <!-- 19 --> <p> Mode: Remove <phrase/> - Expression: //sce:Entry[1] <phrase/> + Expression: //*[local-name()='History']/*[1] <phrase/> Value: - <phrase/> Result: Just first Entry is removed <phrase/> - History array needs to have more than one Entry </p> </item> <!-- stuff beyond what the table in the spec says --> - <item> + <item> <!-- 20 --> <p> Mode: InsertBefore <phrase/> - Expression: //sce:History/sce:Entry <phrase/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: New Entry is added to History array <phrase/> History array needs to be empty before test starts </p> </item> - <item> + <item> <!-- 21 --> <p> Mode: InsertAfter <phrase/> - Expression: //sce:History/sce:Entry <phrase/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <phrase/> Value: <sce:Entry> ... </sce:Entry> <phrase/> Result: New Entry is added to History array <phrase/> History array needs to be empty before test starts @@ -4124,6 +4120,13 @@ Moved from edcopies dir to test dir </td> </tr> + <tr> + <td> 2011/02/02 </td> + <td> DD </td> + <td> + Updated frag xpath to not need prefix namespace mapping + </td> + </tr> </tbody> </table> </div1> Index: scenario.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- scenario.html 2 Feb 2011 14:50:28 -0000 1.3 +++ scenario.html 3 Feb 2011 01:27:52 -0000 1.4 @@ -77,30 +77,30 @@ 6.3 <a href="#iddiv2x1x1540">Fragment Get Test</a><br/> 6.4 <a href="#iddiv2x1x1566">Put Test</a><br/> 6.5 <a href="#iddiv2x1x1592">Fragment Put Test</a><br/> - 6.6 <a href="#iddiv2x1x1850">Delete Test</a><br/> -7 <a href="#iddiv1x1x1876">WS-Enumeration Tests</a><br/> - 7.1 <a href="#iddiv2x1x1881">Basic Test</a><br/> - 7.2 <a href="#iddiv2x1x1936">New Empty Enumeration Test</a><br/> - 7.3 <a href="#iddiv2x1x1989">Optimized Enumeration Test</a><br/> - 7.4 <a href="#iddiv2x1x2031">MaxCharacters Test</a><br/> - 7.5 <a href="#iddiv2x1x2093">MaxTime Test</a><br/> - 7.6 <a href="#iddiv2x1x2151">Duration Expiration Test</a><br/> - 7.7 <a href="#iddiv2x1x2205">Specific Time Expiration Test</a><br/> - 7.8 <a href="#iddiv2x1x2254">Best Effort Expiration Test</a><br/> - 7.9 <a href="#iddiv2x1x2301">GetStatus Test</a><br/> - 7.10 <a href="#iddiv2x1x2350">Renew Test</a><br/> - 7.11 <a href="#iddiv2x1x2399">Release Test</a><br/> - 7.12 <a href="#iddiv2x1x2448">EnumerationEnd Test</a><br/> - 7.13 <a href="#iddiv2x1x2495">Filter Test - XPath 1.0</a><br/> - 7.14 <a href="#iddiv2x1x2552">Filter Test - XPath 2.0</a><br/> + 6.6 <a href="#iddiv2x1x1867">Delete Test</a><br/> +7 <a href="#iddiv1x1x1893">WS-Enumeration Tests</a><br/> + 7.1 <a href="#iddiv2x1x1898">Basic Test</a><br/> + 7.2 <a href="#iddiv2x1x1953">New Empty Enumeration Test</a><br/> + 7.3 <a href="#iddiv2x1x2006">Optimized Enumeration Test</a><br/> + 7.4 <a href="#iddiv2x1x2048">MaxCharacters Test</a><br/> + 7.5 <a href="#iddiv2x1x2110">MaxTime Test</a><br/> + 7.6 <a href="#iddiv2x1x2168">Duration Expiration Test</a><br/> + 7.7 <a href="#iddiv2x1x2222">Specific Time Expiration Test</a><br/> + 7.8 <a href="#iddiv2x1x2271">Best Effort Expiration Test</a><br/> + 7.9 <a href="#iddiv2x1x2318">GetStatus Test</a><br/> + 7.10 <a href="#iddiv2x1x2367">Renew Test</a><br/> + 7.11 <a href="#iddiv2x1x2416">Release Test</a><br/> + 7.12 <a href="#iddiv2x1x2465">EnumerationEnd Test</a><br/> + 7.13 <a href="#iddiv2x1x2512">Filter Test - XPath 1.0</a><br/> + 7.14 <a href="#iddiv2x1x2569">Filter Test - XPath 2.0</a><br/> 8 <a href="#wsdl">WSDL</a><br/> - 8.1 <a href="#iddiv2x1x2613">Event Source WSDL</a><br/> - 8.2 <a href="#iddiv2x1x2618">Notification WSDL</a><br/> + 8.1 <a href="#iddiv2x1x2630">Event Source WSDL</a><br/> + 8.2 <a href="#iddiv2x1x2635">Notification WSDL</a><br/> 9 <a href="#evd">EventDescriptions</a><br/> 10 <a href="#xsd">Schemas</a><br/> 11 <a href="#acks">Acknowledgements</a><br/> 12 <a href="#References">References</a><br/> - 12.1 <a href="#iddiv2x1x2657">Normative References</a><br/> + 12.1 <a href="#iddiv2x1x2674">Normative References</a><br/> </p> <h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#Appendix-A">XML Schema</a><br/> B <a href="#changelog">Change Log</a><br/> @@ -992,7 +992,8 @@ Animal/Tag - or with no change if the Put was rejected. </p></div><div class="div3"> <h4><a name="iddiv3x1x1624" id="iddiv3x1x1624"/>6.5.4 Variations</h4><p> - The following variations use this Animal representation as + Except when noted, + the following variations use this Animal representation as an example guide for what each variation is expected to produce: </p><div class="exampleOuter"><div class="exampleInner"><pre><sce:Animal xmlns:sce="http://www.w3.org/2002/ws/ra/test/scenario"> <sce:ID>http://www.ibm.com/guid/dcf7193cc0a701666e686e687be2a808</sce:ID> @@ -1016,118 +1017,107 @@ Result: a fault is generated </p></li><li><p> Mode: Replace <br/> - Expression: /sce:Animal or /[0] <br/> + Expression: /*[1] <br/> Value: <sce:Animal> ... </sce:Animal> <br/> Result: entire Animal is replaced </p></li><li><p> Mode: Add <br/> - Expression: //sce:Entry[0] <br/> + Expression: //*[local-name()='History']/*[1] <br/> Value: Date="..." <br/> Result: first History/Entry has a Date attribute added </p></li><li><p> Mode: Add <br/> - Expression: //sce:Entry[1] <br/> + Expression: //*[local-name()='History']/*[2] <br/> Value: Date="..." <br/> Result: a fault is generated </p></li><li><p> Mode: Replace <br/> - Expression: //sce:Entry[1]/@Date <br/> + Expression: //*[local-name()='History']/*[2]/@Date <br/> Value: Date="..." <br/> Result: Date attribute is updated </p></li><li><p> Mode: Replace <br/> - Expression: //sce:Entry[1]/@Date <br/> + Expression: //*[local-name()='History']/*[2]/@Date <br/> Value: Who="..." <br/> Result: Date attribute is erased and Who attribute is added </p></li><li><p> Mode: Replace <br/> - Expression: //sce:Entry[0]/@Date <br/> + Expression: //*[local-name()='History']/*[1]/@Date <br/> Value: Who="..." <br/> Result: Who attribute is added to the Entry </p></li><li><p> Mode: Remove <br/> - Expression: //sce:Entry[1]/@Date <br/> + Expression: //*[local-name()='History']/*[2]/@Date <br/> Value: - <br/> Result: Date attribute is removed </p></li><li><p> Mode: Add <br/> - Expression: //sce:History <br/> + Expression: //*[local-name()='History'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> Result: Entry is added to History array <br/> History array needs to be empty before test starts </p></li><li><p> Mode: Add <br/> - Expression: //sce:History <br/> + Expression: //*[local-name()='History'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> Result: Entry is added to the end of the History array <br/> History array needs to have atleast one Entry </p></li><li><p> Mode: Replace <br/> - Expression: //sce:History/Entry[0] <br/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> - Result: First Entry is replaced + Result: First Entry is replaced <br/> + History array needs to have one Entry </p></li><li><p> Mode: Replace <br/> - Expression: //sce:History/sce:Entry[0] <br/> + Expression: //*[local-name()='History']/*[1] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> Result: Entry is added to the History array <br/> History array needs to be empty before test starts </p></li><li><p> Mode: InsertAfter <br/> - Expression: //sce:Entry | //sce:Entry[last()]<br/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> - Result: Entry is added to the end of the History array <br/> - History array needs to have atleast one Entry - </p></li><li><p> + Result: Entry is added to the end of the History array <br/></p></li><li><p> Mode: InsertBefore <br/> - Expression: //sce:Entry | //sce:Entry[1]<br/> + Expression: //*[local-name()='History']/*[local-name()='Entry']<br/> Value: <sce:Entry> ... </sce:Entry> <br/> - Result: Entry is added to the start of the History array <br/> - History array needs to have atleast one Entry - </p></li><li><p> + Result: Entry is added to the start of the History array <br/></p></li><li><p> Mode: Replace <br/> - Expression: //sce:Entry <br/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> - Result: All old Entries are replace by this one Entry <br/> - History array needs to have more than one Entry - </p></li><li><p> + Result: All old Entries are replace by this one Entry <br/></p></li><li><p> Mode: Replace <br/> - Expression: //sce:Entry[1] <br/> + Expression: //*[local-name()='History']/*[1] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> - Result: First Entry is replaced <br/> - History array needs to have more than one Entry - </p></li><li><p> + Result: First Entry is replaced <br/></p></li><li><p> Mode: Remove <br/> - Expression: //sce:Entry <br/> + Expression: //*[local-name()='History']/* <br/> Value: - <br/> Result: All Entry elements are removed <br/> History array needs to have one Entry </p></li><li><p> Mode: Remove <br/> - Expression: //sce:Entry <br/> + Expression: //*[local-name()='History']/* <br/> Value: - <br/> - Result: All Entry elements are removed <br/> - History array needs to have more than one Entry - </p></li><li><p> + Result: All Entry elements are removed <br/></p></li><li><p> Mode: Remove <br/> - Expression: //sce:Entry[1] <br/> + Expression: //*[local-name()='History']/*[1] <br/> Value: - <br/> - Result: Just first Entry is removed <br/> - History array needs to have more than one Entry - </p></li><li><p> + Result: Just first Entry is removed <br/></p></li><li><p> Mode: InsertBefore <br/> - Expression: //sce:History/sce:Entry <br/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> Result: New Entry is added to History array <br/> History array needs to be empty before test starts </p></li><li><p> Mode: InsertAfter <br/> - Expression: //sce:History/sce:Entry <br/> + Expression: //*[local-name()='History']/*[local-name()='Entry'] <br/> Value: <sce:Entry> ... </sce:Entry> <br/> Result: New Entry is added to History array <br/> History array needs to be empty before test starts </p></li></ol></div></div><div class="div2"> -<h3><a name="iddiv2x1x1850" id="iddiv2x1x1850"/>6.6 Delete Test</h3><p> +<h3><a name="iddiv2x1x1867" id="iddiv2x1x1867"/>6.6 Delete Test</h3><p> This test verifies the ability of a client to delete an Animal/Tag. The endpoint to which this test is executed against may be any valid endpoint created during the @@ -1136,33 +1126,33 @@ The use of WS-MetadataExchange is recommeneded to ensure that the endpoint supports WS-Transfer. </p><div class="div3"> -<h4><a name="iddiv3x1x1856" id="iddiv3x1x1856"/>6.6.1 Sequence</h4><p> +<h4><a name="iddiv3x1x1873" id="iddiv3x1x1873"/>6.6.1 Sequence</h4><p> ... </p></div><div class="div3"> -<h4><a name="iddiv3x1x1861" id="iddiv3x1x1861"/>6.6.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x1878" id="iddiv3x1x1878"/>6.6.2 Success Criteria</h4><ul><li><p> Receipt of a valid Delete message by the service. </p></li><li><p> Receipt of a valid DeleteResponse message by the client. </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x1871" id="iddiv3x1x1871"/>6.6.3 Conformance</h4><p> +<h4><a name="iddiv3x1x1888" id="iddiv3x1x1888"/>6.6.3 Conformance</h4><p> A conforming service MUST respond to the Delete request with a DeleteResponse message. </p></div></div></div><div class="div1"> -<h2><a name="iddiv1x1x1876" id="iddiv1x1x1876"/>7 WS-Enumeration Tests</h2><p> +<h2><a name="iddiv1x1x1893" id="iddiv1x1x1893"/>7 WS-Enumeration Tests</h2><p> This section describes the tests for WS-Enumeration. </p><div class="div2"> -<h3><a name="iddiv2x1x1881" id="iddiv2x1x1881"/>7.1 Basic Test</h3><p> +<h3><a name="iddiv2x1x1898" id="iddiv2x1x1898"/>7.1 Basic Test</h3><p> This test verifies the ability to enumerate instances of a resource using the default behavior. The initial Enumerate request has the following salient features: </p><ul><li><p>NewContext element</p></li></ul><p> The subsequent Enumerate requests have the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x1897" id="iddiv3x1x1897"/>7.1.1 Sequence</h4><p> +<h4><a name="iddiv3x1x1914" id="iddiv3x1x1914"/>7.1.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the Basic Test. </p><img src="scenario/enum_basic_test.jpg"/></div><div class="div3"> -<h4><a name="iddiv3x1x1907" id="iddiv3x1x1907"/>7.1.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x1924" id="iddiv3x1x1924"/>7.1.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element by the data source </p></li><li><p> @@ -1181,7 +1171,7 @@ Receipt of a valid EnumerateResponse message with EndOfSequence element by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x1929" id="iddiv3x1x1929"/>7.1.3 Conformance</h4><p> +<h4><a name="iddiv3x1x1946" id="iddiv3x1x1946"/>7.1.3 Conformance</h4><p> A conforming data source MAY NOT be capable of implementing this test due to its inability to return items in response to an Enumerate request that also created a new enumeration. @@ -1189,7 +1179,7 @@ A conforming data source MAY respond to the initial Enumerate request with a wsen:MaxElementsMustBeZero fault. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x1936" id="iddiv2x1x1936"/>7.2 New Empty Enumeration Test</h3><p> +<h3><a name="iddiv2x1x1953" id="iddiv2x1x1953"/>7.2 New Empty Enumeration Test</h3><p> This test verifies the ability to create a new enumeration without retrieving any of the data items in the first EnumerateResponse message. The initial Enumerate request has the following salient @@ -1197,11 +1187,11 @@ </p><ul><li><p>NewContext element</p></li><li><p>MaxElements element equal to 0</p></li></ul><p> The subsequent Enumerate requests have the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x1955" id="iddiv3x1x1955"/>7.2.1 Sequence</h4><p> +<h4><a name="iddiv3x1x1972" id="iddiv3x1x1972"/>7.2.1 Sequence</h4><p> The messaging sequence for this test is identical to that of the Basic Test. </p></div><div class="div3"> -<h4><a name="iddiv3x1x1960" id="iddiv3x1x1960"/>7.2.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x1977" id="iddiv3x1x1977"/>7.2.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and MaxElements equal to 0 by the data source </p></li><li><p> @@ -1220,7 +1210,7 @@ Receipt of a valid EnumerateResponse message with EndOfSequence element by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x1982" id="iddiv3x1x1982"/>7.2.3 Conformance</h4><p> +<h4><a name="iddiv3x1x1999" id="iddiv3x1x1999"/>7.2.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:MaxElements element. @@ -1229,23 +1219,23 @@ are required to be supported by the data source, there are no allowable failure cases. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x1989" id="iddiv2x1x1989"/>7.3 Optimized Enumeration Test</h3><p> +<h3><a name="iddiv2x1x2006" id="iddiv2x1x2006"/>7.3 Optimized Enumeration Test</h3><p> This test verifies the ability to enumerate an entire set of instances of a resource with just one Enumerate message. The Enumerate request has the following salient features: </p><ul><li><p>NewContext element</p></li><li><p>MaxElements element with large value</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2002" id="iddiv3x1x2002"/>7.3.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2019" id="iddiv3x1x2019"/>7.3.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the Optimized Enumeration Test. </p><img src="scenario/enum_optimized_test.jpg"/></div><div class="div3"> -<h4><a name="iddiv3x1x2012" id="iddiv3x1x2012"/>7.3.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2029" id="iddiv3x1x2029"/>7.3.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and MaxElements equal to large number by the data source </p></li><li><p> Receipt of a valid EnumerateResponse message with all Items and EndOfSequence element by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2022" id="iddiv3x1x2022"/>7.3.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2039" id="iddiv3x1x2039"/>7.3.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:MaxElements element. @@ -1257,7 +1247,7 @@ A conforming data source MAY respond to the initial Enumerate request with a wsen:MaxElementsMustBeZero fault. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2031" id="iddiv2x1x2031"/>7.4 MaxCharacters Test</h3><p> +<h3><a name="iddiv2x1x2048" id="iddiv2x1x2048"/>7.4 MaxCharacters Test</h3><p> This test verifies the ability of a data consumer to limit the size of the items returned from an enumeration using the wsen:MaxCharacters element. The initial Enumerate request has @@ -1267,11 +1257,11 @@ The subsequent Enumerate requests have the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li><li><p>MaxElements element with a large value</p></li><li><p>MaxCharacters element with a value slightly bigger than one returned item</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2059" id="iddiv3x1x2059"/>7.4.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2076" id="iddiv3x1x2076"/>7.4.1 Sequence</h4><p> The messaging sequence for this test is identical to that of the Basic Test. </p></div><div class="div3"> -<h4><a name="iddiv3x1x2064" id="iddiv3x1x2064"/>7.4.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2081" id="iddiv3x1x2081"/>7.4.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element, MaxElements element and MaxCharacters element by the data source </p></li><li><p> @@ -1292,7 +1282,7 @@ Receipt of a valid EnumerateResponse message with EndOfSequence element by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2086" id="iddiv3x1x2086"/>7.4.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2103" id="iddiv3x1x2103"/>7.4.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:MaxElements element or the optional wsen:MaxCharacters element. @@ -1301,7 +1291,7 @@ are required to be supported by the data source, there are no allowable failure cases. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2093" id="iddiv2x1x2093"/>7.5 MaxTime Test</h3><p> +<h3><a name="iddiv2x1x2110" id="iddiv2x1x2110"/>7.5 MaxTime Test</h3><p> This test verifies the ability of a data consumer to limit the amount of time it takes for the data source to assemble an EnumerateResponse using the wsen:MaxTime element. The initial @@ -1311,14 +1301,14 @@ </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li><li><p>MaxTime element with a very low value </p></li></ul><p> The subsequent Enumerate requests have the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2118" id="iddiv3x1x2118"/>7.5.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2135" id="iddiv3x1x2135"/>7.5.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the MaxTime Test. Note that the data source is not able to assemble the second EnumerateResponse message before the duration specified in the MaxTime element has passed. <img src="scenario/enum_maxtime_test.jpg"/></p></div><div class="div3"> -<h4><a name="iddiv3x1x2128" id="iddiv3x1x2128"/>7.5.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2145" id="iddiv3x1x2145"/>7.5.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element by the data source </p></li><li><p> @@ -1330,7 +1320,7 @@ </p></li><li><p> Receipt of a wsen:TimedOut fault by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2144" id="iddiv3x1x2144"/>7.5.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2161" id="iddiv3x1x2161"/>7.5.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:MaxTime element. @@ -1339,21 +1329,21 @@ are required to be supported by the data source, there are no allowable failure cases. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2151" id="iddiv2x1x2151"/>7.6 Duration Expiration Test</h3><p> +<h3><a name="iddiv2x1x2168" id="iddiv2x1x2168"/>7.6 Duration Expiration Test</h3><p> This test verifies the correct implementation of the expiration feature on the data source. The initial Enumerate message has the following salient features: </p><ul><li><p>NewContext element</p></li><li><p>Expires element with a short expiration time as xs:duration</p></li></ul><p> The second Enumerate request has the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2170" id="iddiv3x1x2170"/>7.6.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2187" id="iddiv3x1x2187"/>7.6.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the Duration Expiration Test. Note that the data source waits until the expiration time has passed before sending the second Enumerate request. <img src="scenario/enum_expires_test.jpg"/></p></div><div class="div3"> -<h4><a name="iddiv3x1x2180" id="iddiv3x1x2180"/>7.6.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2197" id="iddiv3x1x2197"/>7.6.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and Expires element by the data source </p></li><li><p> @@ -1366,7 +1356,7 @@ Receipt of a wsen:InvalidEnumerationContext fault by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2196" id="iddiv3x1x2196"/>7.6.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2213" id="iddiv3x1x2213"/>7.6.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:Expires element with a value of type xs:duration. @@ -1378,18 +1368,18 @@ A conforming data source MAY respond to the initial Enumerate request with a wsen:UnsupportedExpirationValue fault. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2205" id="iddiv2x1x2205"/>7.7 Specific Time Expiration Test</h3><p> +<h3><a name="iddiv2x1x2222" id="iddiv2x1x2222"/>7.7 Specific Time Expiration Test</h3><p> This test verifies the correct implementation of the expiration feature on the data source. The initial Enumerate message has the following salient features: </p><ul><li><p>NewContext element</p></li><li><p>Expires element with a short expiration time as xs:dateTime</p></li></ul><p> The second Enumerate request has the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2224" id="iddiv3x1x2224"/>7.7.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2241" id="iddiv3x1x2241"/>7.7.1 Sequence</h4><p> The messaging sequence for this test is identical to that of the Duration Expiration Test. </p></div><div class="div3"> -<h4><a name="iddiv3x1x2229" id="iddiv3x1x2229"/>7.7.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2246" id="iddiv3x1x2246"/>7.7.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and Expires element by the data source </p></li><li><p> @@ -1402,7 +1392,7 @@ Receipt of a wsen:InvalidEnumerationContext fault by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2245" id="iddiv3x1x2245"/>7.7.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2262" id="iddiv3x1x2262"/>7.7.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:Expires element with a value of type xs:datetime. @@ -1416,7 +1406,7 @@ request with a wsen:UnsupportedExpirationValue fault or a wsen:UnsupportedExpirationType fault. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2254" id="iddiv2x1x2254"/>7.8 Best Effort Expiration Test</h3><p> +<h3><a name="iddiv2x1x2271" id="iddiv2x1x2271"/>7.8 Best Effort Expiration Test</h3><p> This test verifies the correct implementation of the "best effort expiration feature on the data source. The initial Enumerate message has the following salient features: @@ -1424,11 +1414,11 @@ with @BestEffort=true</p></li></ul><p> The second Enumerate request has the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2273" id="iddiv3x1x2273"/>7.8.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2290" id="iddiv3x1x2290"/>7.8.1 Sequence</h4><p> The messaging sequence for this test is identical to that of the Duration Expiration Test. </p></div><div class="div3"> -<h4><a name="iddiv3x1x2278" id="iddiv3x1x2278"/>7.8.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2295" id="iddiv3x1x2295"/>7.8.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and Expires element by the data source </p></li><li><p> @@ -1441,7 +1431,7 @@ Receipt of a wsen:InvalidEnumerationContext fault by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2294" id="iddiv3x1x2294"/>7.8.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2311" id="iddiv3x1x2311"/>7.8.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:Expires element with a value of type xs:duration or with @@ -1451,19 +1441,19 @@ are required to be supported by the data source, there are no allowable failure cases. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2301" id="iddiv2x1x2301"/>7.9 GetStatus Test</h3><p> +<h3><a name="iddiv2x1x2318" id="iddiv2x1x2318"/>7.9 GetStatus Test</h3><p> This test verifies the ability of a data consumer to get the status of an existing enumeration. The initial Enumerate request has the following salient features: </p><ul><li><p>NewContext element</p></li></ul><p> The GetStatus message has the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2317" id="iddiv3x1x2317"/>7.9.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2334" id="iddiv3x1x2334"/>7.9.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the GetStatus Test. <img src="scenario/enum_getstatus_test.jpg"/></p></div><div class="div3"> -<h4><a name="iddiv3x1x2327" id="iddiv3x1x2327"/>7.9.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2344" id="iddiv3x1x2344"/>7.9.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element by the data source </p></li><li><p> @@ -1475,7 +1465,7 @@ </p></li><li><p> Receipt of valid GetStatusResponse message by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2343" id="iddiv3x1x2343"/>7.9.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2360" id="iddiv3x1x2360"/>7.9.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the GetStatus operation. </p><p> @@ -1483,19 +1473,19 @@ are required to be supported by the data source, there are no allowable failure cases. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2350" id="iddiv2x1x2350"/>7.10 Renew Test</h3><p> +<h3><a name="iddiv2x1x2367" id="iddiv2x1x2367"/>7.10 Renew Test</h3><p> This test verifies the ability of a data consumer to renew an existing enumeration. The initial Enumerate request has the following salient features: </p><ul><li><p>NewContext element</p></li></ul><p> The Renew message has the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2366" id="iddiv3x1x2366"/>7.10.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2383" id="iddiv3x1x2383"/>7.10.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the Renew Test. <img src="scenario/enum_renew_test.jpg"/></p></div><div class="div3"> -<h4><a name="iddiv3x1x2376" id="iddiv3x1x2376"/>7.10.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2393" id="iddiv3x1x2393"/>7.10.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element by the data source </p></li><li><p> @@ -1507,7 +1497,7 @@ </p></li><li><p> Receipt of valid RenewResponse message by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2392" id="iddiv3x1x2392"/>7.10.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2409" id="iddiv3x1x2409"/>7.10.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the Renew operation. </p><p> @@ -1515,7 +1505,7 @@ and instead respond to the Renew request with a SOAP 1.1 Server fault or a SOAP 1.2 Receiver fault. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2399" id="iddiv2x1x2399"/>7.11 Release Test</h3><p> +<h3><a name="iddiv2x1x2416" id="iddiv2x1x2416"/>7.11 Release Test</h3><p> This test verifies the ability of a data consumer to release an existing enumeration before its data items have all been retrieved. The initial Enumerate request has the following @@ -1523,12 +1513,12 @@ </p><ul><li><p>NewContext element</p></li></ul><p> The Release message has the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2415" id="iddiv3x1x2415"/>7.11.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2432" id="iddiv3x1x2432"/>7.11.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the Release Test. <img src="scenario/enum_release_test.jpg"/></p></div><div class="div3"> -<h4><a name="iddiv3x1x2425" id="iddiv3x1x2425"/>7.11.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2442" id="iddiv3x1x2442"/>7.11.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element by the data source </p></li><li><p> @@ -1540,7 +1530,7 @@ </p></li><li><p> Receipt of valid ReleaseResponse message by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2441" id="iddiv3x1x2441"/>7.11.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2458" id="iddiv3x1x2458"/>7.11.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the Release operation. </p><p> @@ -1548,18 +1538,18 @@ are required to be supported by the data source, there are no allowable failure cases. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2448" id="iddiv2x1x2448"/>7.12 EnumerationEnd Test</h3><p> +<h3><a name="iddiv2x1x2465" id="iddiv2x1x2465"/>7.12 EnumerationEnd Test</h3><p> This test verifies the ability of a data source to send a notification to a data consumer if it terminates the enumeration unexpectedly. The initial Enumerate request has the following salient features: </p><ul><li><p>NewContext element</p></li><li><p>EndTo element containing an EPR for the data consumer</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2461" id="iddiv3x1x2461"/>7.12.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2478" id="iddiv3x1x2478"/>7.12.1 Sequence</h4><p> The following diagram illustrates the sequence of messages for the EnumerationEnd Test. <img src="scenario/enum_enumerationend_test.jpg"/></p></div><div class="div3"> -<h4><a name="iddiv3x1x2471" id="iddiv3x1x2471"/>7.12.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2488" id="iddiv3x1x2488"/>7.12.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and EndTo element by the data source </p></li><li><p> @@ -1568,7 +1558,7 @@ </p></li><li><p> Receipt of valid EnumerationEnd message by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2484" id="iddiv3x1x2484"/>7.12.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2501" id="iddiv3x1x2501"/>7.12.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:EndTo element or the EnumerationEndPortType portType. @@ -1583,7 +1573,7 @@ request with a wsen:UnusableEPR fault if it checks the validity of the EndTo EPR and detects a problem. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2495" id="iddiv2x1x2495"/>7.13 Filter Test - XPath 1.0</h3><p> +<h3><a name="iddiv2x1x2512" id="iddiv2x1x2512"/>7.13 Filter Test - XPath 1.0</h3><p> This test verifies the ability of the data source to correctly implement XPath 1.0 filters. The initial Enumerate request has the following salient features: @@ -1594,11 +1584,11 @@ </p></li></ul><p> The subsequent Enumerate requests have the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2514" id="iddiv3x1x2514"/>7.13.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2531" id="iddiv3x1x2531"/>7.13.1 Sequence</h4><p> The messaging sequence for this test is identical to that of the Basic Test. </p></div><div class="div3"> -<h4><a name="iddiv3x1x2519" id="iddiv3x1x2519"/>7.13.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2536" id="iddiv3x1x2536"/>7.13.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and Filter element by the data source </p></li><li><p> @@ -1617,7 +1607,7 @@ Receipt of a valid EnumerateResponse message with EndOfSequence element by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2541" id="iddiv3x1x2541"/>7.13.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2558" id="iddiv3x1x2558"/>7.13.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:Filter element or the @Dialect @@ -1638,7 +1628,7 @@ filter will never evaluate to true for the lifetime of the enumeration. </p></div></div><div class="div2"> -<h3><a name="iddiv2x1x2552" id="iddiv2x1x2552"/>7.14 Filter Test - XPath 2.0</h3><p> +<h3><a name="iddiv2x1x2569" id="iddiv2x1x2569"/>7.14 Filter Test - XPath 2.0</h3><p> This test verifies the ability of the data source to correctly implement XPath 2.0 filters. The initial Enumerate request has the following salient features: @@ -1649,11 +1639,11 @@ </p></li></ul><p> The subsequent Enumerate requests have the following salient features: </p><ul><li><p>EnumerationContext element that was provided by the data source</p></li></ul><div class="div3"> -<h4><a name="iddiv3x1x2571" id="iddiv3x1x2571"/>7.14.1 Sequence</h4><p> +<h4><a name="iddiv3x1x2588" id="iddiv3x1x2588"/>7.14.1 Sequence</h4><p> The messaging sequence for this test is identical to that of the Basic Test. </p></div><div class="div3"> -<h4><a name="iddiv3x1x2576" id="iddiv3x1x2576"/>7.14.2 Success Criteria</h4><ul><li><p> +<h4><a name="iddiv3x1x2593" id="iddiv3x1x2593"/>7.14.2 Success Criteria</h4><ul><li><p> Receipt of valid Enumerate message with NewContext element and Filter element by the data source </p></li><li><p> @@ -1672,7 +1662,7 @@ Receipt of a valid EnumerateResponse message with EndOfSequence element by the data consumer </p></li></ul></div><div class="div3"> -<h4><a name="iddiv3x1x2598" id="iddiv3x1x2598"/>7.14.3 Conformance</h4><p> +<h4><a name="iddiv3x1x2615" id="iddiv3x1x2615"/>7.14.3 Conformance</h4><p> A conforming data consumer MAY NOT be capable of implementing this test due to its inability to support the optional wsen:Filter element or the @Dialect @@ -1694,10 +1684,10 @@ the enumeration. </p></div></div></div><div class="div1"> <h2><a name="wsdl" id="wsdl"/>8 WSDL</h2><div class="div2"> -<h3><a name="iddiv2x1x2613" id="iddiv2x1x2613"/>8.1 Event Source WSDL</h3><p> +<h3><a name="iddiv2x1x2630" id="iddiv2x1x2630"/>8.1 Event Source WSDL</h3><p> TBD </p></div><div class="div2"> -<h3><a name="iddiv2x1x2618" id="iddiv2x1x2618"/>8.2 Notification WSDL</h3><p> +<h3><a name="iddiv2x1x2635" id="iddiv2x1x2635"/>8.2 Notification WSDL</h3><p> Available here: <a href="http://www.w3.org/2002/ws/ra/test/scenario/scenarioSink.wsdl">http://www.w3.org/2002/ws/ra/test/scenario/scenarioSink.wsdl</a></p></div></div><div class="div1"> <h2><a name="evd" id="evd"/>9 EventDescriptions</h2><p> @@ -1737,7 +1727,7 @@ Yves Lafon (W3C/ERCIM). </p></div><div class="div1"> <h2><a name="References" id="References"/>12 References</h2><div class="div2"> -<h3><a name="iddiv2x1x2657" id="iddiv2x1x2657"/>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="iddiv2x1x2674" id="iddiv2x1x2674"/>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. @@ -1860,4 +1850,6 @@ Added initial Enum section </td></tr><tr><td> 2011/02/02 </td><td> DD </td><td> Moved from edcopies dir to test dir + </td></tr><tr><td> 2011/02/02 </td><td> DD </td><td> + Updated frag xpath to not need prefix namespace mapping </td></tr></tbody></table></div></div></body></html> \ No newline at end of file
Received on Thursday, 3 February 2011 01:27:56 UTC