- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Jan 2011 21:41:10 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv25108 Modified Files: wsevd.html wsevd.xml Log Message: first 1/2 of 11551 Index: wsevd.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsevd.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- wsevd.html 18 Aug 2010 10:09:53 -0000 1.20 +++ wsevd.html 4 Jan 2011 21:41:08 -0000 1.21 @@ -228,7 +228,7 @@ </xs:schema> <em>xs:any</em>* </wsevd:types> - <wsevd:eventType name="<em>xs:NCName</em>" element="<em>xs:QName</em>"? actionURI="<em>xs:anyURI</em>"? ...> + <wsevd:eventType id="<em>xs:NCName</em>" element="<em>xs:QName</em>"? actionURI="<em>xs:anyURI</em>"? ...> <em>xs:any</em>* </wsevd:eventType> + <em>xs:any</em>* @@ -253,8 +253,8 @@ that are used to define Event Types. </p></dd><dt class="label"> /wsevd:EventDescriptions/wsevd:eventType </dt><dd><p> This element describes a specific Event Type. - </p></dd><dt class="label"> /wsevd:EventDescriptions/wsevd:eventType/@name </dt><dd><p> - This attribute provides a name for this Event Type which MUST be + </p></dd><dt class="label"> /wsevd:EventDescriptions/wsevd:eventType/@id </dt><dd><p> + This attribute provides an identifier for this Event Type which MUST be unique amongst all the Event Types defined by the enclosing wsevd:EventDescriptions element. In conjunction with a Prefix that is associated with the @@ -273,7 +273,7 @@ to identifying the semantics implied by the message. When not present the implied value of this attribute is the concatenation of the wsevd:EventDescriptions' @targetNamespace attribute and - the wsevd:eventType name attribute separated by the '/' character. + the wsevd:eventType id attribute separated by the '/' character. </p></dd></dl><p> Note, while the schema allows for the @element attribute and the @actionURI attribute to be absent, at least one of them MUST be @@ -290,11 +290,11 @@ (05) <wsevd:types> (06) <xs:schema targetNamespace="http://www.example.org/oceanwatch"> (07) <xs:include schemaLocation="http://www.example.org/schemas/oceanwatch.xsd"/> -(08) <xs:element name="WindReport" type="ow:WindReportType"/> +(08) <xs:element id="WindReport" type="ow:WindReportType"/> (09) </xs:schema> (10) </wsevd:types> (11) -(12) <wsevd:eventType name="WindReportEvent" +(12) <wsevd:eventType id="WindReportEvent" (13) element="ow:WindReport" (14) actionURI="http://www.example.org/oceanwatch/2003/WindReport"/> (15) </wsevd:EventDescriptions></pre></div></div><p> @@ -506,7 +506,7 @@ <xs:sequence> <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> - <xs:attribute name='name' type='xs:NCName' use='required'/> + <xs:attribute name='id' type='xs:NCName' use='required'/> <xs:attribute name='element' type='xs:QName' use='optional'/> <xs:attribute name='actionURI' type='xs:anyURI' use='optional'/> <xs:anyAttribute namespace='##other' processContents='lax'/> @@ -528,4 +528,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9031">9031</a></td></tr><tr><td> 2010/04/20 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9321">9321</a></td></tr><tr><td> 2010/05/04 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9087">9087</a></td></tr><tr><td> 2010/08/18 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=10376">10376</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=10376">10376</a></td></tr><tr><td> 2011/01/04 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11551">11551</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wsevd.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsevd.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- wsevd.xml 18 Aug 2010 10:09:53 -0000 1.16 +++ wsevd.xml 4 Jan 2011 21:41:08 -0000 1.17 @@ -459,7 +459,7 @@ </xs:schema> <emph>xs:any</emph>* </wsevd:types> - <wsevd:eventType name="<emph>xs:NCName</emph>" element="<emph>xs:QName</emph>"? actionURI="<emph>xs:anyURI</emph>"? ...> + <wsevd:eventType id="<emph>xs:NCName</emph>" element="<emph>xs:QName</emph>"? actionURI="<emph>xs:anyURI</emph>"? ...> <emph>xs:any</emph>* </wsevd:eventType> + <emph>xs:any</emph>* @@ -521,10 +521,10 @@ </def> </gitem> <gitem> - <label> /wsevd:EventDescriptions/wsevd:eventType/@name </label> + <label> /wsevd:EventDescriptions/wsevd:eventType/@id </label> <def> <p> - This attribute provides a name for this Event Type which MUST be + This attribute provides an identifier for this Event Type which MUST be unique amongst all the Event Types defined by the enclosing wsevd:EventDescriptions element. In conjunction with a Prefix that is associated with the @@ -555,7 +555,7 @@ to identifying the semantics implied by the message. When not present the implied value of this attribute is the concatenation of the wsevd:EventDescriptions' @targetNamespace attribute and - the wsevd:eventType name attribute separated by the '/' character. + the wsevd:eventType id attribute separated by the '/' character. </p> </def> </gitem> @@ -582,11 +582,11 @@ (05) <wsevd:types> (06) <xs:schema targetNamespace="http://www.example.org/oceanwatch"> (07) <xs:include schemaLocation="http://www.example.org/schemas/oceanwatch.xsd"/> -(08) <xs:element name="WindReport" type="ow:WindReportType"/> +(08) <xs:element id="WindReport" type="ow:WindReportType"/> (09) </xs:schema> (10) </wsevd:types> (11) -(12) <wsevd:eventType name="WindReportEvent" +(12) <wsevd:eventType id="WindReportEvent" (13) element="ow:WindReport" (14) actionURI="http://www.example.org/oceanwatch/2003/WindReport"/> (15) </wsevd:EventDescriptions></eg> @@ -924,7 +924,7 @@ <xs:sequence> <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> - <xs:attribute name='name' type='xs:NCName' use='required'/> + <xs:attribute name='id' type='xs:NCName' use='required'/> <xs:attribute name='element' type='xs:QName' use='optional'/> <xs:attribute name='actionURI' type='xs:anyURI' use='optional'/> <xs:anyAttribute namespace='##other' processContents='lax'/> @@ -1001,6 +1001,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=10376">10376</loc> </td> </tr> + <tr> + <td> 2011/01/04 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11551">11551</loc> + </td> + </tr> </tbody> </table> </div1>
Received on Tuesday, 4 January 2011 21:41:12 UTC