WWW/2002/ws/ra/edcopies wsmex.html,1.73,1.74 wsmex.xml,1.63,1.64

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv2558

Modified Files:
	wsmex.html wsmex.xml 
Log Message:
get rid of the parens around optional attribute - consistent with other specs


Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- wsmex.xml	4 Nov 2009 19:10:44 -0000	1.63
+++ wsmex.xml	5 Nov 2009 15:19:43 -0000	1.64
@@ -817,7 +817,7 @@
    <example>
     <eg>&lt;mex:Metadata ...>
   &lt;mex:MetadataSection Dialect="<emph>xs:anyURI</emph>"
-                      (Identifier="<emph>xs:anyURI</emph>")? ...>
+                      Identifier="<emph>xs:anyURI</emph>"? ...>
   (
     &lt;mex:MetadataReference ...>
       <emph>endpoint-reference-type</emph>

Index: wsmex.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- wsmex.html	4 Nov 2009 19:10:44 -0000	1.73
+++ wsmex.html	5 Nov 2009 15:19:42 -0000	1.74
@@ -507,7 +507,7 @@
     The outline for the Metadata element is: 
    </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;mex:Metadata ...&gt;
   &lt;mex:MetadataSection Dialect="<em>xs:anyURI</em>"
-                      (Identifier="<em>xs:anyURI</em>")? ...&gt;
+                      Identifier="<em>xs:anyURI</em>"? ...&gt;
   (
     &lt;mex:MetadataReference ...&gt;
       <em>endpoint-reference-type</em>

Received on Thursday, 5 November 2009 15:19:47 UTC