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 [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
