[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



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