Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong reference to gml schemas in ISO 19115-2 schemas #174

Open
MarieLambois opened this issue Feb 22, 2017 · 0 comments
Open

wrong reference to gml schemas in ISO 19115-2 schemas #174

MarieLambois opened this issue Feb 22, 2017 · 0 comments

Comments

@MarieLambois
Copy link

In the following schema: http://standards.iso.org/iso/19115/-2/gmi/1.0/spatialRepresentationInformation.xsd
is written
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://www.opengis.net/gml/3.2"/>
which leads to the following issue:

File http://standards.iso.org/iso/19115/-2/gmi/1.0/gmi.xsd is valid but contains one or more warnings.
	File http://www.opengis.net/gml/3.2 has warnings.
		Unable to load a schema from 'dynamicFeature.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/dynamicFeature.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/dynamicFeature.xsd' was not found.
		Unable to load a schema from 'topology.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/topology.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/topology.xsd' was not found.
		Unable to load a schema from 'coverage.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/coverage.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/coverage.xsd' was not found.
		Unable to load a schema from 'coordinateReferenceSystems.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/coordinateReferenceSystems.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/coordinateReferenceSystems.xsd' was not found.
		Unable to load a schema from 'observation.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/observation.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/observation.xsd' was not found.
		Unable to load a schema from 'temporalReferenceSystems.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/temporalReferenceSystems.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/temporalReferenceSystems.xsd' was not found.
		Unable to load a schema from 'deprecatedTypes.xsd'.
			I/O operation on file 'http://www.opengis.net/gml/deprecatedTypes.xsd' failed.
				Details
					I/O Error: Remote resource 'http://www.opengis.net/gml/deprecatedTypes.xsd' was not found.

because http://www.opengis.net/gml/3.2 redirects to http://schemas.opengis.net/gml/3.2.1/gml.xsd but http://www.opengis.net/gml/3.2/dynamicFeature.xsd does not exist/redirect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant