-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Some extensions declare different namespaces in the PDF specification (followed by CITE tests) and in the published schemas.
For example, interpolation:
- In the specification, page 1 (these are not XML namespaces, but it's easy to confuse them):
This document establishes the following requirements and conformance classes:
interpolation, of URI http://www.opengis.net/spec/WCS_service-extension_ interpolation/1.0/req/interpolation; the corresponding conformance class is interpolation,
with URI http://www.opengis.net/spec/WCS_serviceextension_interpolation/1.0/conf/interpolation
-
In the specification, page 3, Table 2, the "int" prefix is bound to http://www.opengis.net/wcs/interpolation/1.0
-
https://schemas.opengis.net/wcs/interpolation/1.0/wcsInt.xsd declares
xmlns:int="http://www.opengis.net/WCS_service-extension_interpolation/1.0 -
https://schemas.opengis.net/wcs/interpolation/1.1/wcsInt.xsd declares:
xmlns:int="http://www.opengis.net/WCS_service-extension_interpolation/1.1 -
The test for interpolation in this repository declares
xmlns:int="http://www.opengis.net/wcs/interpolation/1.0".
I'm going to guess the schemas at schemas.opengis.org are wrong... could you confirm?