Hey,
I'm using a CityGML-Writer but unfortunately I have some Issues with the correct xsi:schemaLocation. I tried different versions, but nothing worked. So for example I used http://schemas.opengis.net/citygml/profiles/base/2.0/CityGML.xsd
but I received an error:
2019-07-02 22:52:43| 3.0| 0.0|INFORM|The uri-map document 'C:\\Program Files\\FME\\xml\\urimap\\gml_citygml.xml' is being used to map from URI to URI
2019-07-02 22:52:43| 3.0| 0.0|INFORM|A <schemaLocation> in the uri-map is overriding the namespace 'http://www.w3.org/1999/xlink' xsd location from '../xlink/xlinks.xsd' to 'xlink.xsd'
2019-07-02 22:52:43| 3.0| 0.1|FATAL |XML Validation: Fatal Error in 'C:\\Users\\Alex\\Desktop\\IfcTestGeometrie.gml' on line 2, column 1309: 'schemaLocation does not contain namespace-location pairs'
2019-07-02 22:52:43| 3.0| 0.0|INFORM|XML Validation: '0' warning(s) found.
2019-07-02 22:52:43| 3.0| 0.0|ERROR |XML Validation: '1' fatal error(s) and '0' error(s) in 'C:\\Users\\Alex\\Desktop\\IfcTestGeometrie.gml'
2019-07-02 22:52:43| 3.1| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
2019-07-02 22:52:43| 3.1| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
2019-07-02 22:52:43| 3.1| 0.0|INFORM|Translation FAILED with 3 error(s) and 0 warning(s) (7 feature(s) output)
Can someone tell me how to correctly set the psi:schemaLocation?
best regards and thanks in advance
Alex