WWW/2002/ws/ra/edcopies wsevd.html,1.20,1.21 wsevd.xml,1.16,1.17

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>*
   &lt;/wsevd:types&gt;
-  &lt;wsevd:eventType name="<em>xs:NCName</em>" element="<em>xs:QName</em>"? actionURI="<em>xs:anyURI</em>"? ...&gt;
+  &lt;wsevd:eventType id="<em>xs:NCName</em>" element="<em>xs:QName</em>"? actionURI="<em>xs:anyURI</em>"? ...&gt;
     <em>xs:any</em>*
   &lt;/wsevd:eventType&gt; +
   <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)   &lt;wsevd:types&gt;
 (06)     &lt;xs:schema targetNamespace="http://www.example.org/oceanwatch"&gt;
 (07)       &lt;xs:include schemaLocation="http://www.example.org/schemas/oceanwatch.xsd"/&gt;
-(08)       &lt;xs:element name="WindReport" type="ow:WindReportType"/&gt;
+(08)       &lt;xs:element id="WindReport" type="ow:WindReportType"/&gt;
 (09)     &lt;/xs:schema&gt;
 (10)   &lt;/wsevd:types&gt;
 (11)
-(12)   &lt;wsevd:eventType name="WindReportEvent"
+(12)   &lt;wsevd:eventType id="WindReportEvent"
 (13)                  element="ow:WindReport"
 (14)                  actionURI="http://www.example.org/oceanwatch/2003/WindReport"/&gt;
 (15) &lt;/wsevd:EventDescriptions&gt;</pre></div></div><p>
@@ -506,7 +506,7 @@
             &lt;xs:sequence&gt;
               &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/&gt;
             &lt;/xs:sequence&gt;
-            &lt;xs:attribute name='name' type='xs:NCName' use='required'/&gt;
+            &lt;xs:attribute name='id' type='xs:NCName' use='required'/&gt;
             &lt;xs:attribute name='element' type='xs:QName' use='optional'/&gt;
             &lt;xs:attribute name='actionURI' type='xs:anyURI' use='optional'/&gt;
             &lt;xs:anyAttribute namespace='##other' processContents='lax'/&gt;
@@ -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 @@
     &lt;/xs:schema>
     <emph>xs:any</emph>*
   &lt;/wsevd:types>
-  &lt;wsevd:eventType name="<emph>xs:NCName</emph>" element="<emph>xs:QName</emph>"? actionURI="<emph>xs:anyURI</emph>"? ...>
+  &lt;wsevd:eventType id="<emph>xs:NCName</emph>" element="<emph>xs:QName</emph>"? actionURI="<emph>xs:anyURI</emph>"? ...>
     <emph>xs:any</emph>*
   &lt;/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)   &lt;wsevd:types>
 (06)     &lt;xs:schema targetNamespace="http://www.example.org/oceanwatch">
 (07)       &lt;xs:include schemaLocation="http://www.example.org/schemas/oceanwatch.xsd"/>
-(08)       &lt;xs:element name="WindReport" type="ow:WindReportType"/>
+(08)       &lt;xs:element id="WindReport" type="ow:WindReportType"/>
 (09)     &lt;/xs:schema>
 (10)   &lt;/wsevd:types>
 (11)
-(12)   &lt;wsevd:eventType name="WindReportEvent"
+(12)   &lt;wsevd:eventType id="WindReportEvent"
 (13)                  element="ow:WindReport"
 (14)                  actionURI="http://www.example.org/oceanwatch/2003/WindReport"/>
 (15) &lt;/wsevd:EventDescriptions></eg>
@@ -924,7 +924,7 @@
             &lt;xs:sequence>
               &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
             &lt;/xs:sequence>
-            &lt;xs:attribute name='name' type='xs:NCName' use='required'/>
+            &lt;xs:attribute name='id' type='xs:NCName' use='required'/>
             &lt;xs:attribute name='element' type='xs:QName' use='optional'/>
             &lt;xs:attribute name='actionURI' type='xs:anyURI' use='optional'/>
             &lt;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