Open chris-macdermaid opened 2 years ago
The 19115-1/-3 gmlWrapperTypes2014 schema at standards.iso.org has an import for gml with a broken link. This causes 19115-1/-3 records to fail to validate.
See https://standards.iso.org/iso/19115/-3/gmw/1.0/gmlWrapperTypes2014.xsd <xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>
Based on the May 6th comment in issue #217 the location for the schemas should be https://schemas.isotc211.org/...
I ran into this last year and created a PR to update the link in standards.iso.org. I didn't get a response.
Based on the above comment, the location for the schemas should be schemas.isotc211.org not standards.iso.org.
I've verified using the Saxon parser that the schemas at schemas.isotc211.org validate.
This seems reasonable to make this change.
The 19115-1/-3 gmlWrapperTypes2014 schema at standards.iso.org has an import for gml with a broken link. This causes 19115-1/-3 records to fail to validate.
See https://standards.iso.org/iso/19115/-3/gmw/1.0/gmlWrapperTypes2014.xsd
<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/gml.xsd"/>
Based on the May 6th comment in issue #217 the location for the schemas should be https://schemas.isotc211.org/...
I ran into this last year and created a PR to update the link in standards.iso.org. I didn't get a response.
Based on the above comment, the location for the schemas should be schemas.isotc211.org not standards.iso.org.
I've verified using the Saxon parser that the schemas at schemas.isotc211.org validate.