- From: Doug Davis <dug@us.ibm.com>
- Date: Mon, 4 Jul 2011 15:57:01 -0400
- To: public-ws-resource-access@w3.org
- Message-ID: <OF1A5DC89F.71CFC6D8-ON852578C3.006D474A-852578C3.006D983E@us.ibm.com>
While looking at 13016 [1] I decided to diff all of the wsdl and xsd in
the specs with the stand-alone files. While do so I noticed a few things
that were inconsistent so I fixed them.
You can look at the cvs commit/diff message below to see the minor tweaks
I had to make. Let me know if you notice anything odd.
We can probably just accept/close 13016 as 'fixed' since it was the reason
for me doing this check.
[1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=13016
thanks
-Doug
______________________________________________________
STSM | Standards Architect | IBM Software Group
(919) 254-6905 | IBM 444-6905 | dug@us.ibm.com
The more I'm around some people, the more I like my dog.
----- Forwarded by Doug Davis/Raleigh/IBM on 07/04/2011 03:53 PM -----
Doug Davis via cvs-syncmail <cvsmail@w3.org>
Sent by: public-ws-resource-access-notifications-request@w3.org
07/04/2011 03:53 PM
To
public-ws-resource-access-notifications@w3.org
cc
Subject
WWW/2002/ws/ra/edcopies/ws-mex MetadataExchange.xsd,1.16,1.17
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-mex
In directory hutz:/tmp/cvs-serv21627/ws-mex
Modified Files:
MetadataExchange.xsd
Log Message:
sync up specs and wsdl/xsd files
Index: MetadataExchange.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-mex/MetadataExchange.xsd,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- MetadataExchange.xsd 23 Mar 2011 00:12:30 -0000 1.16
+++ MetadataExchange.xsd 4 Jul 2011 19:53:19 -0000 1.17
@@ -48,6 +48,7 @@
<xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded'/>
</xs:sequence>
+ <xs:attribute name='Content' type='xs:anyURI'/>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
@@ -60,7 +61,6 @@
<xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded'/>
</xs:sequence>
- <xs:attribute name='Content' type='xs:anyURI'/>
<xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
Received on Monday, 4 July 2011 19:57:31 UTC