Hi Evan,

Oh yeah, a few lines later I can read
<xs:import namespace="http://www.opengis.net/gml/3.2"; 
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<xs:import namespace="http://www.opengis.net/gmlsf/2.0"; 
schemaLocation="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd"/>

Sorry for the noise.

-Jukka-

Even Rouault  wrote:
Re: [gdal-dev] Wrong namespaces in GML 3.2 written by GDAL


On jeudi 27 avril 2017 17:01:27 CEST Rahkonen Jukka (MML) wrote:

> Hi,

>

> With GML 3.2 output GDAL 2.2-dev writes into the schema

>

> xmlns:gml="http://www.opengis.net/gml/3.2";

> xmlns:gmlsf="http://www.opengis.net/gmlsf/2.0";

>

> The first one redirects to http://schemas.opengis.net/gml/3.2.1/gml.xsd.

> The latter one gives "Not found". I guess that the schema is nowadays in

> http://schemas.opengis.net/gmlsfProfile/2.0/



Jukka,



I think what GDAL writes currently is correct. There's no requirement for a 
namespace URI to be HTTP resolvable and point to a schema. This is just a 
conventional name.



Actually if you look at

http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd , you can see

xmlns:gmlsf="http://www.opengis.net/gmlsf/2.0";



Even




_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to