- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Oct 2009 14:01:04 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv4589 Modified Files: wseventing.html wseventing.xml Log Message: 7589 Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- wseventing.xml 1 Oct 2009 13:49:28 -0000 1.80 +++ wseventing.xml 1 Oct 2009 14:01:02 -0000 1.81 @@ -3031,7 +3031,7 @@ <xs:schema targetNamespace="xs:anyURI"/> ?] * xs:any * </wse:types> - <wse:eventType name="xs:NCName" element="xs:QName" actionURI="xs:anyURI" ...> + <wse:eventType name="xs:NCName" element="xs:QName" actionURI="xs:anyURI"? ...> xs:any * </wse:eventType> + xs:any * @@ -3111,10 +3111,13 @@ <label> /wse:EventDescriptions/wse:eventType/@actionURI </label> <def> <p> - This attribute provides a value for the various 'action' properties - and attributes which, depending upon the format of the Notification - used to transmit the Event, serve as a potential aide to - identifying the semantics implied by the message. + This optional attribute provides a value for the various 'action' + properties and attributes which, depending upon the format of the + Notification used to transmit the Event, serve as a potential aide + to identifying the semantics implied by the message. When not + present the implied value of this attribute is the concatentation + of thewse:EventDescription s targetNamespace attribute and + the wse:eventType name attribute separated by the '/' character. </p> </def> </gitem> @@ -3823,7 +3826,7 @@ </xs:sequence> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="element" type="xs:QName" use="required"/> - <xs:attribute name="action" type="xs:anyURI" use="required"/> + <xs:attribute name="actionURI" type="xs:anyURI" use="optional"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> </xs:element> @@ -4209,6 +4212,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6569">6569</loc> </td> </tr> + <tr> + <td> 2009/10/01 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7589">7589</loc> + </td> + </tr> </tbody> </table> </div1> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- wseventing.html 1 Oct 2009 13:49:28 -0000 1.88 +++ wseventing.html 1 Oct 2009 14:01:00 -0000 1.89 @@ -1689,7 +1689,7 @@ <xs:schema targetNamespace="xs:anyURI"/> ?] * xs:any * </wse:types> - <wse:eventType name="xs:NCName" element="xs:QName" actionURI="xs:anyURI" ...> + <wse:eventType name="xs:NCName" element="xs:QName" actionURI="xs:anyURI"? ...> xs:any * </wse:eventType> + xs:any * @@ -1724,10 +1724,13 @@ /wse:EventDescriptions/wse:types element. The referenced GED serves as the definition of this Event Type. </p></dd><dt class="label"> /wse:EventDescriptions/wse:eventType/@actionURI </dt><dd><p> - This attribute provides a value for the various 'action' properties - and attributes which, depending upon the format of the Notification - used to transmit the Event, serve as a potential aide to - identifying the semantics implied by the message. + This optional attribute provides a value for the various 'action' + properties and attributes which, depending upon the format of the + Notification used to transmit the Event, serve as a potential aide + to identifying the semantics implied by the message. When not + present the implied value of this attribute is the concatentation + of thewse:EventDescription s targetNamespace attribute and + the wse:eventType name attribute separated by the '/' character. </p></dd></dl><p> The following is an example of an EventDescriptions element that could serve as a description of the Event Type used in @@ -2304,7 +2307,7 @@ </xs:sequence> <xs:attribute name="name" type="xs:NCName" use="required"/> <xs:attribute name="element" type="xs:QName" use="required"/> - <xs:attribute name="action" type="xs:anyURI" use="required"/> + <xs:attribute name="actionURI" type="xs:anyURI" use="optional"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> </xs:element> @@ -2366,4 +2369,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6401">6401</a></td></tr><tr><td> 2009/09/02 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6533">6533</a></td></tr><tr><td> 2009/09/22 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7698">7698</a></td></tr><tr><td> 2009/09/23 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6569">6569</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6569">6569</a></td></tr><tr><td> 2009/10/01 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7589">7589</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file
Received on Thursday, 1 October 2009 14:01:07 UTC