WWW/2002/ws/ra/edcopies wsmex.html,1.33,1.34 wsmex.xml,1.23,1.24

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

Modified Files:
	wsmex.html wsmex.xml 
Log Message:
make the specs consistent w.r.t. how ?+* appear after xs:any
In other words, outside of the the <emph> tags


Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- wsmex.xml	7 Apr 2009 23:18:59 -0000	1.23
+++ wsmex.xml	8 Apr 2009 00:21:19 -0000	1.24
@@ -779,8 +779,8 @@
 
    <example>
     <eg>&lt;mex:Metadata ...>
-  &lt;mex:MetadataSection Dialect="xs:anyURI"
-                      (Identifier="xs:anyURI")? ...>
+  &lt;mex:MetadataSection Dialect="<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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- wsmex.html	7 Apr 2009 23:18:59 -0000	1.33
+++ wsmex.html	8 Apr 2009 00:21:19 -0000	1.34
@@ -479,8 +479,8 @@
    </p><p>
     The outline for the Metadata element is: 
    </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;mex:Metadata ...&gt;
-  &lt;mex:MetadataSection Dialect="xs:anyURI"
-                      (Identifier="xs:anyURI")? ...&gt;
+  &lt;mex:MetadataSection Dialect="<em>xs:anyURI</em>"
+                      (Identifier="<em>xs:anyURI</em>")? ...&gt;
   (
     &lt;mex:MetadataReference ...&gt;
       <em>endpoint-reference-type</em>

Received on Wednesday, 8 April 2009 00:21:31 UTC