<div dir="ltr"><div>Hi grid,</div><div><br></div><div>A recent bug in our code revealed that the UWS XML on <a href="http://ivoa.net">ivoa.net</a> (<a href="http://www.ivoa.net/xml/UWS/v1.0">http://www.ivoa.net/xml/UWS/v1.0</a>) refers to the 1.0 version and not the 1.1 version.</div><div><br></div><div>If you recall, the 1.1 version of the XSD was built to be backwards compatible with the 1.0 version.  To accomplish this, we introduced the XML Schema versioning note that says, in a nutshell, that actual minor version of the document is specified using the version attribute inside the document, but the name of the XSD remains fixed at the initial major version (1.0 in this case).  This allows the code to determine which version of the document it is working with programmatically.</div><div><br></div><div>So, that means that <a href="http://www.ivoa.net/xml/UWS/v1.0">http://www.ivoa.net/xml/UWS/v1.0</a> should be the (backwards compatible) 1.1 version of UWS.  I would like to make this change but thought I would give this warning in case you are using that URL for your UWS implementation and would like to test it.</div><div><br></div><div>Code *should* be using a local copy of the XSD, but if you have a bug in your code which downloads the one from <a href="http://ivoa.net">ivoa.net</a> (as we did!), then things could break.</div><div><br></div><div>Please let me know if you have any concerns.  If I don&#39;t hear anything I&#39;ll request for the change to be made during the week of March 13th.</div><div><br></div><div>Cheers,</div><div>Brian</div><div><br></div><div><br></div></div>