- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Nov 2009 15:19:45 +0000
- To: public-ws-resource-access-notifications@w3.org
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><mex:Metadata ...>
<mex:MetadataSection Dialect="<emph>xs:anyURI</emph>"
- (Identifier="<emph>xs:anyURI</emph>")? ...>
+ Identifier="<emph>xs:anyURI</emph>"? ...>
(
<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><mex:Metadata ...>
<mex:MetadataSection Dialect="<em>xs:anyURI</em>"
- (Identifier="<em>xs:anyURI</em>")? ...>
+ Identifier="<em>xs:anyURI</em>"? ...>
(
<mex:MetadataReference ...>
<em>endpoint-reference-type</em>
Received on Thursday, 5 November 2009 15:19:47 UTC