Re: [gdal-dev] GDAL GML driver and .xsd schema mapping

2012-12-15 Thread janhec
zType == NULL) > pszType=pszDefaultType; ---------------end diff----- -- View this message in context: http://osgeo-org.1560.n6.nabble.com/gdal-dev-GDAL-GML-driver-and-xsd-schema-mapping-tp3742789p5023229.html Sent from the GDAL - Dev mailing list archive at Nabble.

Re: [gdal-dev] GDAL GML driver and .xsd schema mapping

2012-12-15 Thread janhec
ing) and suggest implementing this in the xsd parser. Line 264 (1.9.1) could be: if (pszType == NULL) pszType = "xsd:string"; if (pszType != NULL) { .. Of course, the NULL check could then be removed. Jan Heckman -- View this message in context: http://osgeo-org.1560.n6.nabble.co

Re: [gdal-dev] GDAL GML driver and .xsd schema mapping

2011-11-14 Thread Even Rouault
Jukka, > > It is not totally clear for me to what extent GDAL GML driver is utilising > the .xsd schema if it is present. I have an example where the schema > obviously in not utilised or respected. In the schema the nationalCode > element is defined as > > >

[gdal-dev] GDAL GML driver and .xsd schema mapping

2011-11-14 Thread Rahkonen Jukka
Hi, It is not totally clear for me to what extent GDAL GML driver is utilising the .xsd schema if it is present. I have an example where the schema obviously in not utilised or respected. In the schema the nationalCode element is defined as -- De