Skip to main content
Question

GML reader can't read schema file

  • May 9, 2023
  • 2 replies
  • 40 views

viviancfhung
Contributor
Forum|alt.badge.img+1

GML reader can't read the attached gml and xsd file.

GML can read the dataset only if select ignore schema

 

2 replies

od10
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 11 replies
  • May 9, 2023

Hi @viviancfhung​ , i'm getting an issue with the gml reader aswell. When set to read gml and obtain data types from xsd schema, it thinks all of the attributes are strings. are you getting the same issue? Not sure if this is a bug or not?


viviancfhung
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 51 replies
  • May 10, 2023

Hi @viviancfhung​ , i'm getting an issue with the gml reader aswell. When set to read gml and obtain data types from xsd schema, it thinks all of the attributes are strings. are you getting the same issue? Not sure if this is a bug or not?

No, I think this issues is due to the tag <gml:xxxx>. If I remove gml: manually. It can be read by fme reader.

I just hope some one can tell me that beside of manually modify dataset, how can I fix the problem