tudelft3d / CityGML-schema-validation

small script to validate a CityGML file against the XSD schemas of CityGML (all versions supported)
MIT License
11 stars 3 forks source link

Implicite Geom invalid #3

Closed phanemy closed 3 years ago

phanemy commented 3 years ago

Hello, i would like to know why my citygml isn't valid, the validator said ImplicitGeometry isn't valid, but regarding the official spec on ogc and schema on opengis, it looks like i'm good.

You'r validator are used by many people so i would like to know where i'm wrong :)

Here is my citygml, a zip containing the file is also provided at the end: image

Implicite geom on citygml spec

Capture

Export.zip

hugoledoux commented 3 years ago

My validator doesn't anything but wrap the OGC CityGML v2 schemas into a web-service, and returns the error(s) to the user. So don't shoot the messenger please. Better to ask the OGC CityGML specialists about the error.

But I see several errors: remove core: since your default namespace has no name; mimetype is there twice, etc.