[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [THREDDS #PEF-311987]: Struggling with new FMRC specification in TDS 4.2

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: [THREDDS #PEF-311987]: Struggling with new FMRC specification in TDS 4.2
  • Date: Thu, 22 Jul 2010 10:09:22 -0600

On 7/20/2010 1:50 PM, Rich Signell wrote:
P.S. One question.  For TDS 4.2, what should the schema lines look like?
  I have this:

<catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   
xsi:schemaLocation="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0
http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.2.xsd";
   xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0";
   xmlns:xlink="http://www.w3.org/1999/xlink";
   name="OPeNDAP Data Server"
   version="1.0.1">

 and OxYgen is complaining about
 Invalid content was found starting with element 'featureCollection'.



change

http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.2.xsd


to

http://www.unidata.ucar.edu/schemas/thredds/InvCatalog.1.0.3.xsd