From 2c258c3ff5c28879f2a7fa38d99614e5ee109ade Mon Sep 17 00:00:00 2001 From: stempler <375475+stempler@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:03:19 +0000 Subject: [PATCH] refactor: automated resource update --- resources/hosts/schemas.opengis.net/.LISTING | 3838 ----------------- .../.metadata/metadata.yml | 2 +- .../hosts/schemas.opengis.net/.timestamp | 1 - resources/hosts/schemas.opengis.net/USAGE.txt | 66 - .../hosts/schemas.opengis.net/VERSIONS.txt | 47 - .../hosts/schemas.opengis.net/favicon.ico | Bin 15406 -> 0 bytes .../ogc_schema_updates.rss | 1602 ------- .../.metadata/metadata.yml | 2 +- .../CEMTClassValue/CEMTClassValue.en.json | 98 + .../CEMTClassValue/CEMTClassValue.en.xml | 33 + .../ComparisonOperatorValue.en.json | 91 + .../ComparisonOperatorValue.en.xml | 30 + .../ContourLineTypeValue.en.json | 98 + .../ContourLineTypeValue.en.xml | 33 + .../DeterminationMethodValue.en.json | 84 + .../DeterminationMethodValue.en.xml | 30 + .../ElevationPropertyTypeValue.en.json | 98 + .../ElevationPropertyTypeValue.en.xml | 33 + .../FunctionalRoadClassValue.en.json | 98 + .../FunctionalRoadClassValue.en.xml | 33 + .../LegalStatusValue/LegalStatusValue.en.json | 98 + .../LegalStatusValue/LegalStatusValue.en.xml | 33 + .../MinMaxLaneValue/MinMaxLaneValue.en.json | 98 + .../MinMaxLaneValue/MinMaxLaneValue.en.xml | 33 + .../MinMaxTrackValue/MinMaxTrackValue.en.json | 98 + .../MinMaxTrackValue/MinMaxTrackValue.en.xml | 33 + .../codelist/OriginValue/OriginValue.en.json | 98 + .../codelist/OriginValue/OriginValue.en.xml | 33 + .../ProtectionClassificationValue.en.json | 98 + .../ProtectionClassificationValue.en.xml | 33 + .../SpeedLimitMinMaxValue.en.json | 98 + .../SpeedLimitMinMaxValue.en.xml | 33 + .../SurfaceTypeValue/SurfaceTypeValue.en.json | 98 + .../SurfaceTypeValue/SurfaceTypeValue.en.xml | 33 + .../SurveyTypeValue/SurveyTypeValue.en.json | 216 +- .../SurveyTypeValue/SurveyTypeValue.en.xml | 144 +- .../TechnicalStatusValue.en.json | 98 + .../TechnicalStatusValue.en.xml | 33 + .../TrackGaugeCategoryValue.en.json | 98 + .../TrackGaugeCategoryValue.en.xml | 33 + .../TransportTypeValue.en.json | 98 + .../TransportTypeValue.en.xml | 33 + .../VerticalPositionValue.en.json | 91 + .../VerticalPositionValue.en.xml | 30 + .../.metadata/metadata.yml | 2 +- .../codelist/CEMTClassValue | 351 ++ .../codelist/ComparisonOperatorValue | 202 + .../codelist/ContourLineTypeValue | 127 + .../codelist/DeterminationMethodValue | 95 + .../codelist/ElevationPropertyTypeValue | 95 + .../codelist/FunctionalRoadClassValue | 351 ++ .../codelist/LegalStatusValue | 95 + .../codelist/MinMaxLaneValue | 127 + .../codelist/MinMaxTrackValue | 127 + .../codelist/OriginValue | 95 + .../codelist/ProtectionClassificationValue | 255 ++ .../codelist/SpeedLimitMinMaxValue | 159 + .../codelist/SurfaceTypeValue | 95 + .../codelist/SurveyTypeValue | 144 +- .../codelist/TechnicalStatusValue | 95 + .../codelist/TrackGaugeCategoryValue | 159 + .../codelist/TransportTypeValue | 191 + .../codelist/VerticalPositionValue | 115 + 63 files changed, 5323 insertions(+), 5665 deletions(-) delete mode 100644 resources/hosts/schemas.opengis.net/.LISTING delete mode 100644 resources/hosts/schemas.opengis.net/.timestamp delete mode 100644 resources/hosts/schemas.opengis.net/USAGE.txt delete mode 100644 resources/hosts/schemas.opengis.net/VERSIONS.txt delete mode 100644 resources/hosts/schemas.opengis.net/favicon.ico delete mode 100644 resources/hosts/schemas.opengis.net/ogc_schema_updates.rss create mode 100644 resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.xml create mode 100644 resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.json create mode 100644 resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.xml create mode 100644 resources/inspire-code-lists-generic/codelist/CEMTClassValue create mode 100644 resources/inspire-code-lists-generic/codelist/ComparisonOperatorValue create mode 100644 resources/inspire-code-lists-generic/codelist/ContourLineTypeValue create mode 100644 resources/inspire-code-lists-generic/codelist/DeterminationMethodValue create mode 100644 resources/inspire-code-lists-generic/codelist/ElevationPropertyTypeValue create mode 100644 resources/inspire-code-lists-generic/codelist/FunctionalRoadClassValue create mode 100644 resources/inspire-code-lists-generic/codelist/LegalStatusValue create mode 100644 resources/inspire-code-lists-generic/codelist/MinMaxLaneValue create mode 100644 resources/inspire-code-lists-generic/codelist/MinMaxTrackValue create mode 100644 resources/inspire-code-lists-generic/codelist/OriginValue create mode 100644 resources/inspire-code-lists-generic/codelist/ProtectionClassificationValue create mode 100644 resources/inspire-code-lists-generic/codelist/SpeedLimitMinMaxValue create mode 100644 resources/inspire-code-lists-generic/codelist/SurfaceTypeValue create mode 100644 resources/inspire-code-lists-generic/codelist/TechnicalStatusValue create mode 100644 resources/inspire-code-lists-generic/codelist/TrackGaugeCategoryValue create mode 100644 resources/inspire-code-lists-generic/codelist/TransportTypeValue create mode 100644 resources/inspire-code-lists-generic/codelist/VerticalPositionValue diff --git a/resources/hosts/schemas.opengis.net/.LISTING b/resources/hosts/schemas.opengis.net/.LISTING deleted file mode 100644 index 83d4211d..00000000 --- a/resources/hosts/schemas.opengis.net/.LISTING +++ /dev/null @@ -1,3838 +0,0 @@ -.timestamp -.LISTING -3dps/1.0/3dps-core.xsd -3dps/1.0/3dps-info.xsd -3dps/1.0/3dps-scene.xsd -3dps/1.0/3dps-view.xsd -3dps/1.0/examples/FeatureInfoResponse.xml -3dps/3dps-1_0_0.zip -3dps/ReadMe.txt -arml/2.0/arml.xsd -arml/arml-2_0_0.zip -arml/ReadMe.txt -cat/cat-csw-3_0_0.zip -cat/csw/3.0/cswAll.xsd -cat/csw/3.0/cswCommon.xsd -cat/csw/3.0/cswGetCapabilities.xsd -cat/csw/3.0/cswGetDomain.xsd -cat/csw/3.0/cswGetRecordById.xsd -cat/csw/3.0/cswGetRecords.xsd -cat/csw/3.0/cswHarvest.xsd -cat/csw/3.0/cswTransaction.xsd -cat/csw/3.0/cswUnHarvest.xsd -cat/csw/3.0/examples/Capabilities.xml -cat/csw/3.0/examples/Clause_6.3.3_Example01_CSW30_Request.xml -cat/csw/3.0/examples/Clause_6.6.3.2_Example.xml -cat/csw/3.0/examples/Clause_6.6.3.3_Example.xml -cat/csw/3.0/examples/Clause_6.6.3.4_Example.xml -cat/csw/3.0/examples/Clause_6.6.3_Example.xml -cat/csw/3.0/examples/Clause_6.7.1_Example.xml -cat/csw/3.0/examples/Clause_7.1.6_Example.xml -cat/csw/3.0/examples/Clause_7.2.6_Example.xml -cat/csw/3.0/examples/Clause_7.3.4.8_Example3.xml -cat/csw/3.0/examples/Clause_7.3.7_DestributedSearchResponse_Example.xml -cat/csw/3.0/examples/Clause_7.3.7_DistributedSearch_Example.xml -cat/csw/3.0/examples/Clause_7.3.7_Example.xml -cat/csw/3.0/examples/Clause_7.4.6_Example1.xml -cat/csw/3.0/examples/Clause_7.4.6_Example2_Response.xml -cat/csw/3.0/examples/Clause_7.4.6_Example2.xml -cat/csw/3.0/examples/Clause_7.4.6_Example.xml -cat/csw/3.0/examples/Clause_7.7.5.3_Example.xml -cat/csw/3.0/examples/Clause_7.7.7_Example.xml -cat/csw/3.0/examples/Example00_Request.xml -cat/csw/3.0/examples/Example21_Minimal_Request.xml -cat/csw/3.0/examples/Example_Request_AdhocQuery.xml -cat/csw/3.0/examples/GetRecordsDCRecordResponse.xml -cat/csw/3.0/examples/GetRecordsEmptyResponse.xml -cat/csw/3.0/examples/GetRecordsISO19139Response.xml -cat/csw/3.0/rec-dcmes.xsd -cat/csw/3.0/rec-dcterms.xsd -cat/csw/3.0/record.xsd -cat/csw/3.0/wsdl/http-binding.wsdl -cat/csw/3.0/wsdl/kvp-binding.wsdl -cat/csw/3.0/wsdl/responses.wsdl -cat/csw/3.0/wsdl/service.wsdl -cat/csw/3.0/wsdl/soap-binding.wsdl -cat/csw/3.0/wsdl/xml-interfaces.wsdl -cat/ReadMe.txt -cdb/1.0/Base_Material_Table.xsd -cdb/1.0/Composite_Material_Table.xsd -cdb/1.0/Configuration.xsd -cdb/1.0/Datasets.xsd -cdb/1.0/Defaults.xsd -cdb/1.0/DIS_Country_Codes.xsd -cdb/1.0/Feature_Data_Dictionary.xsd -cdb/1.0/Lights_Tuning.xsd -cdb/1.0/Lights.xsd -cdb/1.0/Metadata/CDB_Attributes.xml -cdb/1.0/Metadata/CMT_Example.xml -cdb/1.0/Metadata/Configuration.xml -cdb/1.0/Metadata/Datasets.xml -cdb/1.0/Metadata/Defaults.xml -cdb/1.0/Metadata/DIS_Country_Codes.xml -cdb/1.0/Metadata/Feature_Data_Dictionary.xml -cdb/1.0/Metadata/Lights_Client.xml -cdb/1.0/Metadata/Lights.xml -cdb/1.0/Metadata/Materials.xml -cdb/1.0/Metadata/Model_Components.xml -cdb/1.0/Metadata/Moving_Model_Codes.xml -cdb/1.0/Metadata/Stylesheet/Base_Material_Table.xsl -cdb/1.0/Metadata/Stylesheet/Composite_Material_Table.xsl -cdb/1.0/Metadata/Stylesheet/Configuration.xsl -cdb/1.0/Metadata/Stylesheet/Defaults.xsl -cdb/1.0/Metadata/Stylesheet/DIS_Country_Codes.xsl -cdb/1.0/Metadata/Stylesheet/Feature_Data_Dictionary.xsl -cdb/1.0/Metadata/Stylesheet/Lights.xsl -cdb/1.0/Metadata/Stylesheet/Vector_Attributes.xsl -cdb/1.0/Metadata/Version.xml -cdb/1.0/Model_Components.xsd -cdb/1.0/Model_Metadata.xsd -cdb/1.0/Moving_Model_Codes.xsd -cdb/1.0/OpenFlight_Model_Extensions.xsd -cdb/1.0/Vector_Attributes.xsd -cdb/1.0/Version.xsd -cdb/1.0/xs3p.xsl -cdb/1.0/xs3p_xsl-LICENSE.txt -cdb/1.1/Base_Material_Table.xsd -cdb/1.1/Composite_Material_Table.xsd -cdb/1.1/Configuration.xsd -cdb/1.1/Datasets.xsd -cdb/1.1/Defaults.xsd -cdb/1.1/DIS_Country_Codes.xsd -cdb/1.1/Feature_Data_Dictionary.xsd -cdb/1.1/Lights_Tuning.xsd -cdb/1.1/Lights.xsd -cdb/1.1/Metadata/CDB_Attributes.xml -cdb/1.1/Metadata/CMT_Example.xml -cdb/1.1/Metadata/Configuration.xml -cdb/1.1/Metadata/Datasets.xml -cdb/1.1/Metadata/Defaults.xml -cdb/1.1/Metadata/DIS_Country_Codes.xml -cdb/1.1/Metadata/Feature_Data_Dictionary.xml -cdb/1.1/Metadata/Lights_Client.xml -cdb/1.1/Metadata/Lights.xml -cdb/1.1/Metadata/Materials.xml -cdb/1.1/Metadata/Model_Components.xml -cdb/1.1/Metadata/Moving_Model_Codes.xml -cdb/1.1/Metadata/Stylesheet/Base_Material_Table.xsl -cdb/1.1/Metadata/Stylesheet/Composite_Material_Table.xsl -cdb/1.1/Metadata/Stylesheet/Configuration.xsl -cdb/1.1/Metadata/Stylesheet/Defaults.xsl -cdb/1.1/Metadata/Stylesheet/DIS_Country_Codes.xsl -cdb/1.1/Metadata/Stylesheet/Feature_Data_Dictionary.xsl -cdb/1.1/Metadata/Stylesheet/Lights.xsl -cdb/1.1/Metadata/Stylesheet/Vector_Attributes.xsl -cdb/1.1/Metadata/Version.xml -cdb/1.1/Model_Components.xsd -cdb/1.1/Model_Metadata.xsd -cdb/1.1/Moving_Model_Codes.xsd -cdb/1.1/OpenFlight_Model_Extensions.xsd -cdb/1.1/Vector_Attributes.xsd -cdb/1.1/Version.xsd -cdb/1.1/xs3p.xsl -cdb/1.1/xs3p_xsl-LICENSE.txt -cdb/1.2/Base_Material_Table.xsd -cdb/1.2/Composite_Material_Table.xsd -cdb/1.2/Configuration.xsd -cdb/1.2/Datasets.xsd -cdb/1.2/Defaults.xsd -cdb/1.2/DIS_Country_Codes.xsd -cdb/1.2/Feature_Data_Dictionary.xsd -cdb/1.2/Lights_Tuning.xsd -cdb/1.2/Lights.xsd -cdb/1.2/Metadata/CDB_Attributes.xml -cdb/1.2/Metadata/CMT_Example.xml -cdb/1.2/Metadata/Configuration.xml -cdb/1.2/Metadata/Datasets.xml -cdb/1.2/Metadata/Defaults.xml -cdb/1.2/Metadata/DIS_Country_Codes.xml -cdb/1.2/Metadata/Feature_Data_Dictionary.xml -cdb/1.2/Metadata/Lights_Client.xml -cdb/1.2/Metadata/Lights.xml -cdb/1.2/Metadata/Materials.xml -cdb/1.2/Metadata/Model_Components.xml -cdb/1.2/Metadata/Moving_Model_Codes.xml -cdb/1.2/Metadata/Stylesheet/Base_Material_Table.xsl -cdb/1.2/Metadata/Stylesheet/Composite_Material_Table.xsl -cdb/1.2/Metadata/Stylesheet/Configuration.xsl -cdb/1.2/Metadata/Stylesheet/Datasets.xsl -cdb/1.2/Metadata/Stylesheet/Defaults.xsl -cdb/1.2/Metadata/Stylesheet/DIS_Country_Codes.xsl -cdb/1.2/Metadata/Stylesheet/Feature_Data_Dictionary.xsl -cdb/1.2/Metadata/Stylesheet/Lights.xsl -cdb/1.2/Metadata/Stylesheet/Vector_Attributes.xsl -cdb/1.2/Metadata/Version.xml -cdb/1.2/Model_Components.xsd -cdb/1.2/Model_Metadata.xsd -cdb/1.2/Moving_Model_Codes.xsd -cdb/1.2/OpenFlight_Model_Extensions.xsd -cdb/1.2/Vector_Attributes.xsd -cdb/1.2/Version.xsd -cdb/1.2/xs3p.xsl -cdb/1.2/xs3p_xsl-LICENSE.txt -cdb/cdb-1_0_0.zip -cdb/cdb-1_1_0.zip -cdb/cdb-1_2_0.zip -cdb/ReadMe.txt -cis/1.0/coverage.xsd -cis/1.0/exampleRectifiedGridCoverage-1.xml -cis/1.0/gmlcovAll.xsd -cis/1.0/grids.xsd -cis/1.0/schematron/ReadMe.txt -cis/1.0/schematron/req3_no-value-component.sch -cis/1.0/schematron/req4_admissible-datarecord-subtypes.sch -cis/1.0/schematron/req6_range-value-component-number.sch -cis/1.1/gml/cisAll.xsd -cis/1.1/gml/coverage.xsd -cis/1.1/gml/examples-1.0/exampleGridCoverage.xml -cis/1.1/gml/examples-1.0/exampleRectifiedGridCoverage-1.xml -cis/1.1/gml/examples-1.0/exampleRectifiedGridCoverage-2.xml -cis/1.1/gml/examples-1.1/00_metadata.xml -cis/1.1/gml/examples-1.1/05_2D_index.xml -cis/1.1/gml/examples-1.1/10_2D_regular.xml -cis/1.1/gml/examples-1.1/15_with-envelope.xml -cis/1.1/gml/examples-1.1/20_3D_height.xml -cis/1.1/gml/examples-1.1/25_3D_time.xml -cis/1.1/gml/examples-1.1/30_4D_height+time.xml -cis/1.1/gml/examples-1.1/40_1D_regular.xml -cis/1.1/gml/examples-1.1/45_2D_distorted.xml -cis/1.1/gml/examples-1.1/46_irregular+distorted.xml -cis/1.1/gml/examples-1.1/50_3D_partition-1.xml -cis/1.1/gml/examples-1.1/50_3D_partition-2.xml -cis/1.1/gml/examples-1.1/50_3D_partition-3.xml -cis/1.1/gml/examples-1.1/50_3D_partitioned.xml -cis/1.1/gml/examples-1.1/55_1D_timeseries-partitioned.xml -cis/1.1/gml/examples-1.1/60_3D_timeseries-multipart.xml -cis/1.1/gml/examples-1.1/65_1D_timeseries-interleaved.xml -cis/1.1/gml/examples-1.1/70_2D_interpolation.xml -cis/1.1/gml/examples-1.1/80_sensormodel.xml -cis/1.1/gml/examples-1.1/90_point-cloud.xml -cis/1.1/gml/grid.xsd -cis/1.1/gml/schematron/ReadMe.txt -cis/1.1/gml/schematron/req09_value-multiplicity-is-zero.sch -cis/1.1/gml/schematron/req10_rangeType-is-record-or-array.sch -cis/1.1/gml/schematron/req16_generalGrid-domainSet.sch -cis/1.1/gml/schematron/req27_multipoint-domainSet.sch -cis/1.1/json/coverage-schema.json -cis/1.1/json/examples/00_metadata.json -cis/1.1/json/examples/05_2D_index.json -cis/1.1/json/examples/10_2D_regular.json -cis/1.1/json/examples/11_2D_regular_fileref.json -cis/1.1/json/examples/12_2D_regular_fileref_multiband.json -cis/1.1/json/examples/15_with-envelope.json -cis/1.1/json/examples/20_3D_height.json -cis/1.1/json/examples/25_3D_time.json -cis/1.1/json/examples/30_4D_height+time.json -cis/1.1/json/examples/40_1D_regular.json -cis/1.1/json/examples/45_2D_distorted.json -cis/1.1/json/examples/46_irregular+distorted.json -cis/1.1/json/examples/50_3D_partitioned-1.json -cis/1.1/json/examples/55_1D_timeseries-partitioned.json -cis/1.1/json/examples/60_3D_timeseries-multipart.json -cis/1.1/json/examples/65_1D_timeseries-interleaved.json -cis/1.1/json/examples/70_2D_interpolation.json -cis/1.1/json/examples/80_sensormodel.json -cis/1.1/json/examples/90_point-cloud.json -cis/1.1/rdf/coverage-context.json -cis/1.1/rdf/domainset-context.json -cis/1.1/rdf/envelope-context.json -cis/1.1/rdf/examples/00_metadata.json -cis/1.1/rdf/examples/00_metadata.n3 -cis/1.1/rdf/examples/05_2D_index.json -cis/1.1/rdf/examples/05_2D_index.n3 -cis/1.1/rdf/examples/10_2D_regular.json -cis/1.1/rdf/examples/10_2D_regular.n3 -cis/1.1/rdf/examples/11_2D_regular_fileref.json -cis/1.1/rdf/examples/11_2D_regular_fileref.n3 -cis/1.1/rdf/examples/12_2D_regular_fileref_multiband.json -cis/1.1/rdf/examples/12_2D_regulas_fileref_multiband.n3 -cis/1.1/rdf/examples/15_with-envelope.json -cis/1.1/rdf/examples/15-with-envelope.n3 -cis/1.1/rdf/examples/20_3D_height.json -cis/1.1/rdf/examples/20_3D_height.n3 -cis/1.1/rdf/examples/25_3D_time.json -cis/1.1/rdf/examples/25_3D_time.n3 -cis/1.1/rdf/examples/30_4D_height+time.json -cis/1.1/rdf/examples/30_4D_height+time.n3 -cis/1.1/rdf/examples/40_1D_regular.json -cis/1.1/rdf/examples/40_1D_regular.n3 -cis/1.1/rdf/examples/45_2D_distorted.json -cis/1.1/rdf/examples/45_2D_distorted.n3 -cis/1.1/rdf/examples/46_irregular+distorted.json -cis/1.1/rdf/examples/46_irregular+distorted.n3 -cis/1.1/rdf/examples/50_3D_partitioned-1.json -cis/1.1/rdf/examples/50_3D_partitioned-1.n3 -cis/1.1/rdf/examples/55_1D_timeseries-partitioned.json -cis/1.1/rdf/examples/55_1D_timeseries-partitioned.n3 -cis/1.1/rdf/examples/60_3D_timeseries-multipart.json -cis/1.1/rdf/examples/60_3D_timeseries-multipart.n3 -cis/1.1/rdf/examples/65_1D_timeseries-interleaved.json -cis/1.1/rdf/examples/65_1D_timeseries-interleaved.n3 -cis/1.1/rdf/examples/70_2D_interpolation.json -cis/1.1/rdf/examples/70_2D_interpolation.n3 -cis/1.1/rdf/examples/80_sensormodel.json -cis/1.1/rdf/examples/80_sensormodel.n3 -cis/1.1/rdf/examples/90_point-cloud.json -cis/1.1/rdf/examples/90_point-cloud.n3 -cis/1.1/rdf/partitionset-context.json -cis/1.1/rdf/rangeset-context.json -cis/1.1/rdf/rangetype-context.json -cis/cis-1_0_2.zip -cis/cis-1_0_3.zip -cis/cis-1_1_0.zip -cis/cis-1_1_1.zip -cis/ReadMe.txt -citygml/1.0/cityGMLBase.xsd -citygml/1.0/ReadMe.txt -citygml/2.0/cityGMLBase.xsd -citygml/2.0/ReadMe.txt -citygml/3.0/core.xsd -citygml/appearance/1.0/appearance.xsd -citygml/appearance/2.0/appearance.xsd -citygml/appearance/3.0/appearance.xsd -citygml/bridge/2.0/bridge.xsd -citygml/bridge/3.0/bridge.xsd -citygml/building/1.0/building.xsd -citygml/building/2.0/building.xsd -citygml/building/3.0/building.xsd -citygml/cityfurniture/1.0/cityFurniture.xsd -citygml/cityfurniture/2.0/cityFurniture.xsd -citygml/cityfurniture/3.0/cityFurniture.xsd -citygml/citygml-1_0_0.zip -citygml/citygml-2_0_0.zip -citygml/citygml-3_0_0.zip -citygml/cityobjectgroup/1.0/cityObjectGroup.xsd -citygml/cityobjectgroup/2.0/cityObjectGroup.xsd -citygml/cityobjectgroup/3.0/cityObjectGroup.xsd -citygml/codelistmetadata/3.0/codeListMetaData.xsd -citygml/codelists/codelists-1.0-examples.zip -citygml/codelists/ReadMe.txt -citygml/construction/3.0/construction.xsd -citygml/dynamizer/3.0/dynamizer.xsd -citygml/examples/2.0/ade/noise-ade/building_example.gml -citygml/examples/2.0/ade/noise-ade/cityfurniture_example.gml -citygml/examples/2.0/ade/noise-ade/CityGML-NoiseADE.xsd -citygml/examples/2.0/ade/noise-ade/codelists/NoiseCityFurnitureSegmentTypeType.xml -citygml/examples/2.0/ade/noise-ade/codelists/TransportationComplexFunctionType.xml -citygml/examples/2.0/ade/noise-ade/railway_example.gml -citygml/examples/2.0/ade/noise-ade/road_example.gml -citygml/examples/2.0/ade/robotics-ade/codelists/AutoTypeType.xml -citygml/examples/2.0/ade/robotics-ade/codelists/InOutdoorTypeType.xml -citygml/examples/2.0/ade/robotics-ade/codelists/JointTypeType.xml -citygml/examples/2.0/ade/robotics-ade/codelists/PhysicalMaterialTypeType.xml -citygml/examples/2.0/ade/robotics-ade/codelists/RoofTypeType.xml -citygml/examples/2.0/ade/robotics-ade/simple_example.gml -citygml/examples/2.0/ade/robotics-ade/stdOp.xsd -citygml/examples/2.0/ade/robotics-ade/unr.xsd -citygml/examples/2.0/appearance/Appearance-EPSG25832.gml -citygml/examples/2.0/appearance/Appearance_TexCoord-Example.gml -citygml/examples/2.0/appearance/dt.png -citygml/examples/2.0/appearance/facade.png -citygml/examples/2.0/appearance/front_back_summer.png -citygml/examples/2.0/appearance/front_back_winter.png -citygml/examples/2.0/appearance/ground_summer.png -citygml/examples/2.0/appearance/ground_winter.png -citygml/examples/2.0/appearance/rd_dist_crop.png -citygml/examples/2.0/appearance/rd.png -citygml/examples/2.0/appearance/road_scrshot.png -citygml/examples/2.0/appearance/roundabout_fulltex.png -citygml/examples/2.0/appearance/using-worldfile/Appearance-with-WorldFile-EPSG25832.gml -citygml/examples/2.0/appearance/using-worldfile/facade.png -citygml/examples/2.0/appearance/using-worldfile/front_back_summer.png -citygml/examples/2.0/appearance/using-worldfile/front_back_winter.png -citygml/examples/2.0/appearance/using-worldfile/ground_summer.tfw -citygml/examples/2.0/appearance/using-worldfile/ground_summer.tif -citygml/examples/2.0/appearance/using-worldfile/ground_winter.tfw -citygml/examples/2.0/appearance/using-worldfile/ground_winter.tif -citygml/examples/2.0/building/Building_and_garage_LOD2-EPSG25832.gml -citygml/examples/2.0/building/Building_LOD0-EPSG25832.gml -citygml/examples/2.0/building/Building_LOD1-EPSG25832.gml -citygml/examples/2.0/building/Building_LOD1-LocalEngineeringCRS.gml -citygml/examples/2.0/building/Building_LOD2-EPSG25832.gml -citygml/examples/2.0/building/Building_LOD3-EPSG25832.gml -citygml/examples/2.0/building/Building_LOD4-EPSG25832.gml -citygml/generics/1.0/generics.xsd -citygml/generics/2.0/generics.xsd -citygml/generics/3.0/generics.xsd -citygml/landuse/1.0/landUse.xsd -citygml/landuse/2.0/landUse.xsd -citygml/landuse/3.0/landUse.xsd -citygml/pointcloud/3.0/pointCloud.xsd -citygml/profiles/base/1.0/CityGML.xsd -citygml/profiles/base/2.0/CityGML.xsd -citygml/profiles/base/3.0/CityGML.xsd -citygml/ReadMe.txt -citygml/relief/1.0/relief.xsd -citygml/relief/2.0/relief.xsd -citygml/relief/3.0/relief.xsd -citygml/schematron/2.0/referentialIntegrity.sch -citygml/schematron/referentialIntegrity.sch -citygml/texturedsurface/1.0/texturedSurface.xsd -citygml/texturedsurface/2.0/texturedSurface.xsd -citygml/transportation/1.0/transportation.xsd -citygml/transportation/2.0/transportation.xsd -citygml/transportation/3.0/transportation.xsd -citygml/tunnel/2.0/tunnel.xsd -citygml/tunnel/3.0/tunnel.xsd -citygml/vegetation/1.0/vegetation.xsd -citygml/vegetation/2.0/vegetation.xsd -citygml/vegetation/3.0/vegetation.xsd -citygml/versioning/3.0/versioning.xsd -citygml/waterbody/1.0/waterBody.xsd -citygml/waterbody/2.0/waterBody.xsd -citygml/waterbody/3.0/waterBody.xsd -citygml/xAL/3.0/CommonTypes.xsd -citygml/xAL/3.0/OASIS_COPYRIGHT_NOTICE.txt -citygml/xAL/3.0/ReadMe-xAL-3_0.txt -citygml/xAL/3.0/xAL-types.xsd -citygml/xAL/3.0/xAL.xsd -citygml/xAL/OASIS_COPYRIGHT_NOTICE.pdf -citygml/xAL/xAL.xsd -context/1.0.0/collection.ccml -context/1.0.0/collection.xsd -context/1.0.0/context.cml -context/1.0.0/context.xsd -context/1.1.0/collection.xml -context/1.1.0/collection.xsd -context/1.1.0/context.xml -context/1.1.0/context.xsd -context/1.1.0/ort.xsd -context/1.1.0/wmcAll.xsd -context/context-1_0_0.zip -context/context-1_1_0.zip -context/ReadMe.txt -covjson/1.0/coveragejson.json -covjson/1.0/LICENSE.txt -covjson/covjson-1_0_0.zip -covjson/ReadMe.txt -csw/2.0.2/ChangeLog.txt -csw/2.0.2/CSW-discovery.xsd -csw/2.0.2/CSW-publication.xsd -csw/2.0.2/csw.xsd -csw/2.0.2/examples/capabilities/Capabilities_tC22.xml -csw/2.0.2/examples/Clause_10.12.6_Example.xml -csw/2.0.2/examples/Clause_10.2.5.3.2_Example03_Full.xml -csw/2.0.2/examples/Clause_10.2.5.3.3_Example02_Summary.xml -csw/2.0.2/examples/Clause_10.2.5.3.4_Example01_Brief.xml -csw/2.0.2/examples/Clause_10.2.5.3.4_Example02_Summary.xml -csw/2.0.2/examples/Clause_10.2.5.3.4_Example03_Full.xml -csw/2.0.2/examples/Clause_10.3.7_Example.xml -csw/2.0.2/examples/Clause_10.5.5_Example.xml -csw/2.0.2/examples/Clause_10.6.6_Example.xml -csw/2.0.2/examples/Clause_10.7.6_Example.xml -csw/2.0.2/examples/Clause_10.8.4.9_Example03.xml -csw/2.0.2/examples/Clause_10.8.6_Example.xml -csw/2.0.2/examples/Clause_10.9.6_Example02_Request.xml -csw/2.0.2/examples/Clause_10.9.6_Example02_Response.xml -csw/2.0.2/examples/Clause_10.9.6_Example.xml -csw/2.0.2/examples/Clause_6.2.3_Example.xml -csw/2.0.2/examples/Clause_6.3.3_Example01_Request.xml -csw/2.0.2/examples/Clause_6.3.3_Example01_Response.xml -csw/2.0.2/examples/wsdl/2.0.2/http-binding.wsdl -csw/2.0.2/examples/wsdl/2.0.2/kvp-binding.wsdl -csw/2.0.2/examples/wsdl/2.0.2/responses.wsdl -csw/2.0.2/examples/wsdl/2.0.2/service.wsdl -csw/2.0.2/examples/wsdl/2.0.2/soap-binding.wsdl -csw/2.0.2/examples/wsdl/2.0.2/xml-interfaces.wsdl -csw/2.0.2/profiles/apiso/1.0.0/apiso.xsd -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/CSW_202_DC_Brief.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/CSW_202_DC_Full_in_CSWSpec.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/CSW_202_DC_Full.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/CSW_202_DC_Summary.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/DC_Summary.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/DescribeRecords.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/Filter1.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecordByID.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecords4Service.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecordsByAnyText.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecordsDC_RWG1.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecordsDC.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecordsMultiTypes.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecords_RWG1.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecordsTemporal.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/GetRecords.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-Catalogue/Harvest.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/collectiondata4ESA.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/CSW_PortalU_ServiceInstanz.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/dataset2_minimalst.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/dataset2_minimal.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/dataset2_multiLingual.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/dataset2.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/dataset_minimal.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/dataset.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/ds_minimal.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/ServiceInstanceEUSTAT.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/ServiceInstanceExtSrvProfile.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/serviceInstanceSimple.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/urnHMAEUMM02AVHxxx1B.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/urnHMAEUMMSG1MSG15.xml -csw/2.0.2/profiles/apiso/1.0.0/examples-ISO19139/urnHMAEUMMSG1MSGAMVE.xml -csw/2.0.2/profiles/apiso/apiso-1_0_0.zip -csw/2.0.2/profiles/apiso/apiso-1_0_1.zip -csw/2.0.2/profiles/apiso/apiso-1_0_2.zip -csw/2.0.2/profiles/apiso/ReadMe.txt -csw/2.0.2/profiles/ebrim/1.0/csw-ebrim-iri.xsd -csw/2.0.2/profiles/ebrim/1.0/csw-ebrim.xsd -csw/2.0.2/profiles/ebrim/1.0/ReadMe.txt -csw/2.0.2/profiles/ebrim/1.0/wsdl/1.1/csw-ebrim-binding.wsdl -csw/2.0.2/profiles/ebrim/1.0/wsdl/1.1/csw-ebrim-interface.wsdl -csw/2.0.2/profiles/ebrim/1.0/wsdl/1.1/csw-ebrim-service.wsdl -csw/2.0.2/profiles/ebrim/1.0/wsdl/2.0/csw-ebrim-interface.wsdl -csw/2.0.2/profiles/ebrim/ebrim-1_0_0.zip -csw/2.0.2/profiles/ebrim/ebrim-1_0_1.zip -csw/2.0.2/profiles/ebrim/ebrim-1_0_2.zip -csw/2.0.2/rec-dcmes.xsd -csw/2.0.2/rec-dcterms.xsd -csw/2.0.2/record.xsd -csw/csw-2_0_0.zip -csw/csw-2_0_1.zip -csw/csw-2_0_2.zip -csw/ReadMe.txt -definitions/1.0.0/axisDirection.xml -definitions/1.0.0/derivedCRSType.xml -definitions/1.0.0/pixelInCell.xml -definitions/1.0.0/rangeMeaning.xml -definitions/1.0.0/ReadMe.txt -definitions/1.0.0/unitsDictionaryv1.xml -definitions/1.0.0/verticalDatumType.xml -definitions/1.1.0/axisDirection.xml -definitions/1.1.0/dataType.xml -definitions/1.1.0/derivedCRSType.xml -definitions/1.1.0/pixelInCell.xml -definitions/1.1.0/rangeMeaning.xml -definitions/1.1.0/ReadMe.txt -definitions/1.1.0/unitsDictionaryv1.xml -definitions/1.1.0/verticalDatumType.xml -definitions/definitions-1_0_0.zip -definitions/definitions-1_1_0.zip -definitions/ReadMe.txt -eo-geojson/1.0/eo-geojson.jsonld -eo-geojson/1.0/eo-geojson-schema.json -eo-geojson/1.0/eo-geojson-schema-standalone.json -eo-geojson/1.0/eo-geojson-vocabulary.owl -eo-geojson/1.0/eo-geojson-vocabulary.ttl -eo-geojson/1.0/example-1-seasat.json -eo-geojson/1.0/example-1-seasat.jsonld -eo-geojson/1.0/example-2-landsat.json -eo-geojson/1.0/example-2-landsat.jsonld -eo-geojson/1.0/example-3-cryosat.json -eo-geojson/1.0/example-3-cryosat.jsonld -eo-geojson/1.0/example-4-sentinel.json -eo-geojson/1.0/example-4-sentinel.jsonld -eo-geojson/1.0/owc-geojson-schema.json -eo-geojson/1.0/owc-geojson-vocabulary.owl -eo-geojson/eo-geojson-1_0_0.zip -eo-geojson/eo-geojson-1_0_1.zip -eo-geojson/eo-geojson-1_0_2.zip -eo-geojson/ReadMe.txt -eompom/1.1/schematron/readme.txt -eompom/1.1/schematron/schematron_rules_for_eom-eop.sch -eompom/1.1/schematron/schematron_rules_for_eop.sch -eompom/1.1/schematron/schematron_skeleton_for_eop.xsl -eompom/1.1/XMI_exports/ALTFO.xml -eompom/1.1/XMI_exports/ATMFO.xml -eompom/1.1/XMI_exports/EOPFO.xml -eompom/1.1/XMI_exports/LMBFO.xml -eompom/1.1/XMI_exports/OPTFO.xml -eompom/1.1/XMI_exports/OWSFO.xml -eompom/1.1/XMI_exports/SARFO.xml -eompom/1.1/XMI_exports/SSPFO.xml -eompom/1.1/XMI_exports/SWEFO.xml -eompom/1.1/XML_Examples/alt_example.xml -eompom/1.1/XML_Examples/atm_example.xml -eompom/1.1/XML_Examples/eop_example.xml -eompom/1.1/XML_Examples/lmb_example.xml -eompom/1.1/XML_Examples/opt_example-fails_multiExtentOf.xml -eompom/1.1/XML_Examples/opt_example.xml -eompom/1.1/XML_Examples/sar_example.xml -eompom/1.1/XML_Examples/ssp_example.xml -eompom/1.1/xsd/alt.xsd -eompom/1.1/xsd/atm.xsd -eompom/1.1/xsd/eop.xsd -eompom/1.1/xsd/lmb.xsd -eompom/1.1/xsd/opt.xsd -eompom/1.1/xsd/sar.xsd -eompom/1.1/xsd/ssp.xsd -eompom/eompom-1_1_0.zip -eompom/ReadMe.txt -eop/eop-1_0_0.zip -eop/ReadMe.txt -eosps/2.0/eosps.xsd -eosps/2.0/eoTaskingExtensions.xsd -eosps/2.0/eoTaskingParameters.sch -eosps/2.0/examples/DescribeResultAccessRequest.xml -eosps/2.0/examples/DescribeResultAccessResponse_NoData.xml -eosps/2.0/examples/DescribeResultAccessResponse.xml -eosps/2.0/examples/DescribeTaskingRequest.xml -eosps/2.0/examples/DescribeTaskingResponse_OPT.xml -eosps/2.0/examples/DescribeTaskingResponse_SAR.xml -eosps/2.0/examples/GetCapabilitiesResponse.xml -eosps/2.0/examples/GetFeasibilityRequest.xml -eosps/2.0/examples/GetFeasibilityResponseOPT.xml -eosps/2.0/examples/GetFeasibilityResponseSAR.xml -eosps/2.0/examples/GetSensorAvailabilityRequest.xml -eosps/2.0/examples/GetSensorAvailabilityResponse.xml -eosps/2.0/examples/GetStatusRequest.xml -eosps/2.0/examples/GetStatusResponse_NoData.xml -eosps/2.0/examples/GetStatusResponse.xml -eosps/2.0/examples/NotifySegmentAcquired.xml -eosps/2.0/examples/SPOTInstrumentModes.xml -eosps/2.0/examples/SubmitRequest.xml -eosps/2.0/examples/SubmitResponse_Pending.xml -eosps/2.0/examples/SubmitResponse.xml -eosps/2.0/examples/SubmitSegmentByIDRequest.xml -eosps/2.0/examples/SubscribeRequest.xml -eosps/2.0/examples/TerraSARXInstrumentModes.xml -eosps/2.0/examples/ValidateRequest.xml -eosps/2.0/examples/ValidateResponse.xml -eosps/2.0/getSensorAvailability.xsd -eosps/2.0/spsRequestsExtensions.xsd -eosps/2.0/submitSegmentByID.xsd -eosps/2.0/validate.xsd -eosps/eosps-2_0_0.zip -eosps/ReadMe.txt -favicon.ico -filter/1.0.0/expr.xsd -filter/1.0.0/filterCapabilities.xsd -filter/1.0.0/filter.xsd -filter/1.0.20/sort.xsd -filter/1.1.0/examples/Filter_Capabilities_Sample.xml -filter/1.1.0/examples/Filter_Capabilities_Small_Sample.xml -filter/1.1.0/expr.xsd -filter/1.1.0/filterAll.xsd -filter/1.1.0/filterCapabilities.xsd -filter/1.1.0/filter.xsd -filter/1.1.0/sort.xsd -filter/2.0/examples/2.1.2/filter01.xml -filter/2.0/examples/2.1.2/filter02.xml -filter/2.0/examples/2.1.2/filter03.xml -filter/2.0/examples/2.1.2/filter04.xml -filter/2.0/examples/2.1.2/filter05.xml -filter/2.0/examples/2.1.2/filter06.xml -filter/2.0/examples/2.1.2/filter07.xml -filter/2.0/examples/2.1.2/filter08.xml -filter/2.0/examples/2.1.2/filter09.xml -filter/2.0/examples/2.1.2/filter10.xml -filter/2.0/examples/2.1.2/filter11.xml -filter/2.0/examples/2.1.2/filter12.xml -filter/2.0/examples/2.1.2/filter13.xml -filter/2.0/examples/2.1.2/filter14.xml -filter/2.0/examples/2.1.2/filter15.xml -filter/2.0/examples/2.1.2/filter16.xml -filter/2.0/examples/2.1.2/filter17.xml -filter/2.0/examples/2.1.2/filter18.xml -filter/2.0/examples/2.1.2/filter19.xml -filter/2.0/examples/2.1.2/filter20.xml -filter/2.0/examples/2.1.2/filter21.xml -filter/2.0/examples/2.1.2/filter22.xml -filter/2.0/examples/2.1.2/filter23.xsd -filter/2.0/examples/2.1.2/filter24.xml -filter/2.0/examples/2.1.2/filter25.xml -filter/2.0/examples/2.1.2/filter26.xml -filter/2.0/examples/2.1.2/filter27.xml -filter/2.0/examples/2.1.2/filter28.xml -filter/2.0/examples/2.1.2/filter29.xml -filter/2.0/examples/2.1.2/myOps.xsd -filter/2.0/examples/3.1.1/filter01.xml -filter/2.0/examples/3.1.1/filter02.xml -filter/2.0/examples/3.1.1/filter03.xml -filter/2.0/examples/3.1.1/filter04.xml -filter/2.0/examples/3.1.1/filter05.xml -filter/2.0/examples/3.1.1/filter06.xml -filter/2.0/examples/3.1.1/filter07.xml -filter/2.0/examples/3.1.1/filter08.xml -filter/2.0/examples/3.1.1/filter09.xml -filter/2.0/examples/3.1.1/filter10.xml -filter/2.0/examples/3.1.1/filter11.xml -filter/2.0/examples/3.1.1/filter12.xml -filter/2.0/examples/3.1.1/filter13.xml -filter/2.0/examples/3.1.1/filter14.xml -filter/2.0/examples/3.1.1/filter15.xml -filter/2.0/examples/3.1.1/filter16.xml -filter/2.0/examples/3.1.1/filter17.xml -filter/2.0/examples/3.1.1/filter18.xml -filter/2.0/examples/3.1.1/filter19.xml -filter/2.0/examples/3.1.1/filter20.xml -filter/2.0/examples/3.1.1/filter21.xml -filter/2.0/examples/3.1.1/filter22.xml -filter/2.0/examples/3.1.1/filter23.xsd -filter/2.0/examples/3.1.1/filter24.xml -filter/2.0/examples/3.1.1/filter25.xml -filter/2.0/examples/3.1.1/filter26.xml -filter/2.0/examples/3.1.1/filter27.xml -filter/2.0/examples/3.1.1/filter28.xml -filter/2.0/examples/3.1.1/filter29.xml -filter/2.0/examples/3.1.1/myOps.xsd -filter/2.0/examples/3.2.0/filter01.xml -filter/2.0/examples/3.2.0/filter02.xml -filter/2.0/examples/3.2.0/filter03.xml -filter/2.0/examples/3.2.0/filter04.xml -filter/2.0/examples/3.2.0/filter05.xml -filter/2.0/examples/3.2.0/filter06.xml -filter/2.0/examples/3.2.0/filter07.xml -filter/2.0/examples/3.2.0/filter08.xml -filter/2.0/examples/3.2.0/filter09.xml -filter/2.0/examples/3.2.0/filter10.xml -filter/2.0/examples/3.2.0/filter11.xml -filter/2.0/examples/3.2.0/filter12.xml -filter/2.0/examples/3.2.0/filter13.xml -filter/2.0/examples/3.2.0/filter14.xml -filter/2.0/examples/3.2.0/filter15.xml -filter/2.0/examples/3.2.0/filter16.xml -filter/2.0/examples/3.2.0/filter17.xml -filter/2.0/examples/3.2.0/filter18.xml -filter/2.0/examples/3.2.0/filter19.xml -filter/2.0/examples/3.2.0/filter20.xml -filter/2.0/examples/3.2.0/filter21.xml -filter/2.0/examples/3.2.0/filter22.xml -filter/2.0/examples/3.2.0/filter23.xsd -filter/2.0/examples/3.2.0/filter24.xml -filter/2.0/examples/3.2.0/myOps.xsd -filter/2.0/examples/3.2.1/filter01.xml -filter/2.0/examples/3.2.1/filter02.xml -filter/2.0/examples/3.2.1/filter03.xml -filter/2.0/examples/3.2.1/filter04.xml -filter/2.0/examples/3.2.1/filter05.xml -filter/2.0/examples/3.2.1/filter06.xml -filter/2.0/examples/3.2.1/filter07.xml -filter/2.0/examples/3.2.1/filter08.xml -filter/2.0/examples/3.2.1/filter09.xml -filter/2.0/examples/3.2.1/filter10.xml -filter/2.0/examples/3.2.1/filter11.xml -filter/2.0/examples/3.2.1/filter12.xml -filter/2.0/examples/3.2.1/filter13.xml -filter/2.0/examples/3.2.1/filter14.xml -filter/2.0/examples/3.2.1/filter15.xml -filter/2.0/examples/3.2.1/filter16.xml -filter/2.0/examples/3.2.1/filter17.xml -filter/2.0/examples/3.2.1/filter18.xml -filter/2.0/examples/3.2.1/filter19.xml -filter/2.0/examples/3.2.1/filter20.xml -filter/2.0/examples/3.2.1/filter21.xml -filter/2.0/examples/3.2.1/filter22.xml -filter/2.0/examples/3.2.1/filter23.xsd -filter/2.0/examples/3.2.1/filter24.xml -filter/2.0/examples/3.2.1/filter25.xml -filter/2.0/examples/3.2.1/filter26.xml -filter/2.0/examples/3.2.1/filter27.xml -filter/2.0/examples/3.2.1/filter28.xml -filter/2.0/examples/3.2.1/filter29.xml -filter/2.0/examples/3.2.1/filter30.xml -filter/2.0/examples/3.2.1/myOps.xsd -filter/2.0/expr.xsd -filter/2.0/filterAll.xsd -filter/2.0/filterCapabilities.xsd -filter/2.0/filter.xsd -filter/2.0/query.xsd -filter/2.0/sort.xsd -filter/filter-1_0_0.zip -filter/filter-1_1_0.zip -filter/filter-1_1_2.zip -filter/filter-1_1_3.zip -filter/filter-2_0_0.zip -filter/filter-2_0_1.zip -filter/filter-2_0_2.zip -filter/filter-2_0_3.zip -filter/ReadMe.txt -geopose/1.0/instances/GeoPose.Advanced.Instance.json -geopose/1.0/instances/GeoPose.Basic.Quaternion.Instance.00.json -geopose/1.0/instances/GeoPose.Basic.Quaternion.Instance.01.json -geopose/1.0/instances/GeoPose.Basic.Quaternion.Instance.02.json -geopose/1.0/instances/GeoPose.Basic.Quaternion.Instance.03.json -geopose/1.0/instances/GeoPose.Basic.Strict_Quaternion.Instance.00.json -geopose/1.0/instances/GeoPose.Basic.Strict_Quaternion.Instance.01.json -geopose/1.0/instances/GeoPose.Basic.Strict_Quaternion.Instance.02.json -geopose/1.0/instances/GeoPose.Basic.Strict_Quaternion.Instance.03.json -geopose/1.0/instances/GeoPose.Basic.YPR.Instance.00.json -geopose/1.0/instances/GeoPose.Basic.YPR.Instance.01.json -geopose/1.0/instances/GeoPose.Basic.YPR.Instance.02.json -geopose/1.0/instances/GeoPose.Basic.YPR.Instance.03.json -geopose/1.0/instances/GeoPose.Composite.Chain.Instance.json -geopose/1.0/instances/GeoPose.Composite.Graph.Instance.json -geopose/1.0/instances/GeoPose.Composite.Sequence.Series.Irregular.Instance.json -geopose/1.0/instances/GeoPose.Composite.Sequence.Series.Regular.Instance.json -geopose/1.0/instances/GeoPose.Composite.Sequence.StreamElement.Instance.json -geopose/1.0/instances/GeoPose.Composite.Sequence.StreamHeader.Instance.json -geopose/1.0/instances/GeoPose.Composite.Sequence.Stream.Instance.json -geopose/1.0/schemata/GeoPose.Advanced.Schema.json -geopose/1.0/schemata/GeoPose.Basic.Euler.Schema.json -geopose/1.0/schemata/GeoPose.Basic.Quaternion.Schema.json -geopose/1.0/schemata/GeoPose.Basic.Strict_Quaternion.Schema.json -geopose/1.0/schemata/GeoPose.Basic.YPR.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Chain.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Graph.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Sequence.Series.Irregular.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Sequence.Series.Regular.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Sequence.StreamElement.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Sequence.Stream.Header.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Sequence.StreamHeader.Schema.json -geopose/1.0/schemata/GeoPose.Composite.Sequence.Stream.Schema.json -geopose/geopose-1_0_0.zip -geopose/ReadMe.txt -georss/1.0/schema-1.0/georss-2015.xsd -georss/1.0/schema-1.0/gmlgeorss-2015.xsd -georss/1.0/schema-1.1/examples/atom-boat-trip.xml -georss/1.0/schema-1.1/examples/atom-calendar-of-events.xml -georss/1.0/schema-1.1/georss.xsd -georss/1.0/schema-1.1/gmlgeorss.xsd -georss/georss-1_0_0.zip -georss/ReadMe.txt -geosparql/1.0/geosparql_vocab_all.rdf -geosparql/geosparql-1_0_0.zip -geosparql/geosparql-1_0_1.zip -geosparql/ReadMe.txt -gml/1.0.0/gmlfeature.dtd -gml/1.0.0/gmlgeometry.dtd -gml/1.0.0/gml.rdfs -gml/2.1.2/feature.xsd -gml/2.1.2/geometry.xsd -gml/2.1.2/gml.xsd -gml/3.0.0/base/basicTypes.xsd -gml/3.0.0/base/coordinateOperations.xsd -gml/3.0.0/base/coordinateReferenceSystems.xsd -gml/3.0.0/base/coordinateSystems.xsd -gml/3.0.0/base/coverage.xsd -gml/3.0.0/base/dataQuality.xsd -gml/3.0.0/base/datums.xsd -gml/3.0.0/base/defaultStyle.xsd -gml/3.0.0/base/dictionary.xsd -gml/3.0.0/base/direction.xsd -gml/3.0.0/base/dynamicFeature.xsd -gml/3.0.0/base/feature.xsd -gml/3.0.0/base/geometryAggregates.xsd -gml/3.0.0/base/geometryBasic0d1d.xsd -gml/3.0.0/base/geometryBasic2d.xsd -gml/3.0.0/base/geometryComplexes.xsd -gml/3.0.0/base/geometryPrimitives.xsd -gml/3.0.0/base/gmlBase.xsd -gml/3.0.0/base/gml.xsd -gml/3.0.0/base/grids.xsd -gml/3.0.0/base/measures.xsd -gml/3.0.0/base/observation.xsd -gml/3.0.0/base/referenceSystems.xsd -gml/3.0.0/base/temporal.xsd -gml/3.0.0/base/topology.xsd -gml/3.0.0/base/units.xsd -gml/3.0.0/base/valueObjects.xsd -gml/3.0.0/smil/smil20-language.xsd -gml/3.0.0/smil/smil20.xsd -gml/3.0.0/smil/xml-mod.xsd -gml/3.0.1/base/basicTypes.xsd -gml/3.0.1/base/coordinateOperations.xsd -gml/3.0.1/base/coordinateReferenceSystems.xsd -gml/3.0.1/base/coordinateSystems.xsd -gml/3.0.1/base/coverage.xsd -gml/3.0.1/base/dataQuality.xsd -gml/3.0.1/base/datums.xsd -gml/3.0.1/base/defaultStyle.xsd -gml/3.0.1/base/dictionary.xsd -gml/3.0.1/base/direction.xsd -gml/3.0.1/base/dynamicFeature.xsd -gml/3.0.1/base/feature.xsd -gml/3.0.1/base/geometryAggregates.xsd -gml/3.0.1/base/geometryBasic0d1d.xsd -gml/3.0.1/base/geometryBasic2d.xsd -gml/3.0.1/base/geometryComplexes.xsd -gml/3.0.1/base/geometryPrimitives.xsd -gml/3.0.1/base/gmlBase.xsd -gml/3.0.1/base/gml.xsd -gml/3.0.1/base/grids.xsd -gml/3.0.1/base/measures.xsd -gml/3.0.1/base/observation.xsd -gml/3.0.1/base/referenceSystems.xsd -gml/3.0.1/base/temporal.xsd -gml/3.0.1/base/topology.xsd -gml/3.0.1/base/units.xsd -gml/3.0.1/base/valueObjects.xsd -gml/3.0.1/smil/smil20-language.xsd -gml/3.0.1/smil/smil20.xsd -gml/3.0.1/smil/xml-mod.xsd -gml/3.1.0/base/basicTypes.xsd -gml/3.1.0/base/coordinateOperations.xsd -gml/3.1.0/base/coordinateReferenceSystems.xsd -gml/3.1.0/base/coordinateSystems.xsd -gml/3.1.0/base/coverage.xsd -gml/3.1.0/base/dataQuality.xsd -gml/3.1.0/base/datums.xsd -gml/3.1.0/base/defaultStyle.xsd -gml/3.1.0/base/dictionary.xsd -gml/3.1.0/base/direction.xsd -gml/3.1.0/base/dynamicFeature.xsd -gml/3.1.0/base/feature.xsd -gml/3.1.0/base/geometryAggregates.xsd -gml/3.1.0/base/geometryBasic0d1d.xsd -gml/3.1.0/base/geometryBasic2d.xsd -gml/3.1.0/base/geometryComplexes.xsd -gml/3.1.0/base/geometryPrimitives.xsd -gml/3.1.0/base/gmlBase.xsd -gml/3.1.0/base/gml.xsd -gml/3.1.0/base/grids.xsd -gml/3.1.0/base/measures.xsd -gml/3.1.0/base/observation.xsd -gml/3.1.0/base/referenceSystems.xsd -gml/3.1.0/base/temporalReferenceSystems.xsd -gml/3.1.0/base/temporalTopology.xsd -gml/3.1.0/base/temporal.xsd -gml/3.1.0/base/topology.xsd -gml/3.1.0/base/units.xsd -gml/3.1.0/base/valueObjects.xsd -gml/3.1.0/smil/smil20-language.xsd -gml/3.1.0/smil/smil20.xsd -gml/3.1.0/smil/xml-mod.xsd -gml/3.1.1/base/basicTypes.xsd -gml/3.1.1/base/coordinateOperations.xsd -gml/3.1.1/base/coordinateReferenceSystems.xsd -gml/3.1.1/base/coordinateSystems.xsd -gml/3.1.1/base/coverage.xsd -gml/3.1.1/base/dataQuality.xsd -gml/3.1.1/base/datums.xsd -gml/3.1.1/base/defaultStyle.xsd -gml/3.1.1/base/dictionary.xsd -gml/3.1.1/base/direction.xsd -gml/3.1.1/base/dynamicFeature.xsd -gml/3.1.1/base/feature.xsd -gml/3.1.1/base/geometryAggregates.xsd -gml/3.1.1/base/geometryBasic0d1d.xsd -gml/3.1.1/base/geometryBasic2d.xsd -gml/3.1.1/base/geometryComplexes.xsd -gml/3.1.1/base/geometryPrimitives.xsd -gml/3.1.1/base/gmlBase.xsd -gml/3.1.1/base/gml.xsd -gml/3.1.1/base/grids.xsd -gml/3.1.1/base/measures.xsd -gml/3.1.1/base/observation.xsd -gml/3.1.1/base/referenceSystems.xsd -gml/3.1.1/base/temporalReferenceSystems.xsd -gml/3.1.1/base/temporalTopology.xsd -gml/3.1.1/base/temporal.xsd -gml/3.1.1/base/topology.xsd -gml/3.1.1/base/units.xsd -gml/3.1.1/base/valueObjects.xsd -gml/3.1.1/gml_3_1_1-ReadMe.txt -gml/3.1.1/profiles/CommonCRSs/1.0.0/coordinateOperations.xsd -gml/3.1.1/profiles/CommonCRSs/1.0.0/coordinateReferenceSystems.xsd -gml/3.1.1/profiles/CommonCRSs/1.0.0/coordinateSystems.xsd -gml/3.1.1/profiles/CommonCRSs/1.0.0/dataQuality.xsd -gml/3.1.1/profiles/CommonCRSs/1.0.0/datums.xsd -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/column.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/compoundCRS#2.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/crsDictionaryv1.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleCompoundCRS.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleConversionSimplified.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleConversion.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleGeographicCRSsimplified.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleGeographicCRS.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleProjectedCRSsimplified.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleProjectedCRS.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleVerticalCRSsimplified.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/exampleVerticalCRS.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/grid2dSquareCRS.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/row.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/transverse_mercator_application_schema/transverseMercatorSpecific#2.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/transverse_mercator_application_schema/transverseMercator.xsd -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/transverseMercatorGeneral#2.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/Examples/transverseMercatorMethod#1.xml -gml/3.1.1/profiles/CommonCRSs/1.0.0/gmlCommonCRSsProfile.xsd -gml/3.1.1/profiles/CommonCRSs/CommonCRSs-1_0_0.zip -gml/3.1.1/profiles/CommonCRSs/ReadMe.txt -gml/3.1.1/profiles/CrsSupport/1.0.0/basicTypes.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/crsSupportProfile.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/dictionary.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/geometryBasic0d1d.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/geometryBasic2d.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/gmlBase.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/gmlCrsSupportProfile.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/measures.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/referenceSystems.xsd -gml/3.1.1/profiles/CrsSupport/1.0.0/units.xsd -gml/3.1.1/profiles/CrsSupport/CrsSupport-1_0_0.zip -gml/3.1.1/profiles/CrsSupport/ReadMe.txt -gml/3.1.1/profiles/geoshape/0.0.9/basicTypes.xsd -gml/3.1.1/profiles/geoshape/0.0.9/geometryBasic0d1d.xsd -gml/3.1.1/profiles/geoshape/0.0.9/geometryBasic2d.xsd -gml/3.1.1/profiles/geoshape/0.0.9/geometryPrimitives.xsd -gml/3.1.1/profiles/geoshape/0.0.9/gmlBase.xsd -gml/3.1.1/profiles/geoshape/0.0.9/GML-pidf-lo-shape.xsd -gml/3.1.1/profiles/geoshape/0.0.9/measures.xsd -gml/3.1.1/profiles/geoshape/0.1.0/basicTypes.xsd -gml/3.1.1/profiles/geoshape/0.1.0/geometryBasic0d1d.xsd -gml/3.1.1/profiles/geoshape/0.1.0/geometryBasic2d.xsd -gml/3.1.1/profiles/geoshape/0.1.0/geometryPrimitives.xsd -gml/3.1.1/profiles/geoshape/0.1.0/gmlBase.xsd -gml/3.1.1/profiles/geoshape/0.1.0/GML-pidf-lo-shape.xsd -gml/3.1.1/profiles/geoshape/0.1.0/measures.xsd -gml/3.1.1/profiles/geoshape/0.1.0/ReadMe.txt -gml/3.1.1/profiles/geoshape/geoshape-0_0_9.zip -gml/3.1.1/profiles/geoshape/geoshape-0_1_0.zip -gml/3.1.1/profiles/geoshape/ReadMe.txt -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/annotation.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/annotation.xsd -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/curveOfInterest.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/featureOfInterest.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/pointOfInterest.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/annotation/regionOfInterest.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/examples/landsat7Annotation.xsd -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/examples/landsat7Coverage.xsd -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/examples/landsat7Instance.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/examples/minimalInstance.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/examples/r3dCoverage.xsd -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/examples/r3dDemOrthoInstance.xml -gml/3.1.1/profiles/gmlJP2Profile/1.0.0/gmlJP2Profile.xsd -gml/3.1.1/profiles/gmlJP2Profile/gmlJP2Profile-1_0_0.zip -gml/3.1.1/profiles/gmlJP2Profile/ReadMe.txt -gml/3.1.1/profiles/gmlsfProfile/1.0.0/examples/exampleHydrographySchema.xsd -gml/3.1.1/profiles/gmlsfProfile/1.0.0/examples/exampleReporterSchema.xsd -gml/3.1.1/profiles/gmlsfProfile/1.0.0/examples/exampleRoads_BtsSchema.xsd -gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsf2.xsd -gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsfLevels.xsd -gml/3.1.1/profiles/gmlsfProfile/1.0.0/gmlsf.xsd -gml/3.1.1/profiles/gmlsfProfile/gmlsfProfile-1_0_0.zip -gml/3.1.1/profiles/gmlsfProfile/ReadMe.txt -gml/3.1.1/profiles/GridCRSs/1.0.0/coordinateOperations.xsd -gml/3.1.1/profiles/GridCRSs/1.0.0/coordinateReferenceSystems.xsd -gml/3.1.1/profiles/GridCRSs/1.0.0/dataQuality.xsd -gml/3.1.1/profiles/GridCRSs/1.0.0/datums.xsd -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/exampleImageCRSpixelCenter.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/exampleImageCRSpixelCorner.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/exampleMethodEPSG9624.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/exampleMethodGridElevation.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/exampleMethodRSM.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/gridSpacing.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/imageCRSpixelCenter.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/imageCRSpixelCorner.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/imageDatumPixelCenter.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/imageDatumPixelCorner.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateConcatenatedOperationSimplified.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateConcatenatedOperation.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateGeorectifiedGridCRSsimplified.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateGeorectifiedGridCRS.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateGeoreferencingTransformationSimplified.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateGeoreferencingTransformation.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateGridElevationTransformationSimplified.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateGridElevationTransformation.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateImageCRSsimplified.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/Examples/templateImageCRS.xml -gml/3.1.1/profiles/GridCRSs/1.0.0/gmlGridCRSsProfile.xsd -gml/3.1.1/profiles/GridCRSs/GridCRSs-1_0_0.zip -gml/3.1.1/profiles/GridCRSs/ReadMe.txt -gml/3.1.1/profiles/SimpleDictionary/1.0.0/basicTypes.xsd -gml/3.1.1/profiles/SimpleDictionary/1.0.0/dictionary.xsd -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/axisDirection.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/codeListCityGML.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/dataTypesDictionary.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/derivedCRSType.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/pixelInCell.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/rangeMeaning.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/Examples/verticalDatumType.xml -gml/3.1.1/profiles/SimpleDictionary/1.0.0/gmlBase.xsd -gml/3.1.1/profiles/SimpleDictionary/1.0.0/gmlSimpleDictionaryProfile.xsd -gml/3.1.1/profiles/SimpleDictionary/ReadMe.txt -gml/3.1.1/profiles/SimpleDictionary/SimpleDictionary-1_0_0.zip -gml/3.1.1/smil/smil20-language.xsd -gml/3.1.1/smil/smil20.xsd -gml/3.2.1/basicTypes.xsd -gml/3.2.1/coordinateOperations.xsd -gml/3.2.1/coordinateReferenceSystems.xsd -gml/3.2.1/coordinateSystems.xsd -gml/3.2.1/coverage.xsd -gml/3.2.1/datums.xsd -gml/3.2.1/defaultStyle.xsd -gml/3.2.1/deprecatedTypes.xsd -gml/3.2.1/dictionary.xsd -gml/3.2.1/direction.xsd -gml/3.2.1/dynamicFeature.xsd -gml/3.2.1/feature.xsd -gml/3.2.1/geometryAggregates.xsd -gml/3.2.1/geometryBasic0d1d.xsd -gml/3.2.1/geometryBasic2d.xsd -gml/3.2.1/geometryComplexes.xsd -gml/3.2.1/geometryPrimitives.xsd -gml/3.2.1/gml_32_geometries.rdf -gml/3.2.1/gmlBase.xsd -gml/3.2.1/gml.xsd -gml/3.2.1/grids.xsd -gml/3.2.1/measures.xsd -gml/3.2.1/observation.xsd -gml/3.2.1/referenceSystems.xsd -gml/3.2.1/SchematronConstraints.xml -gml/3.2.1/temporalReferenceSystems.xsd -gml/3.2.1/temporalTopology.xsd -gml/3.2.1/temporal.xsd -gml/3.2.1/topology.xsd -gml/3.2.1/units.xsd -gml/3.2.1/valueObjects.xsd -gml/3.3/extdBaseTypes.xsd -gml/3.3/extdEncRule.xsd -gml/3.3/geometryCompact.xsd -gml/3.3/iso8601.sch -gml/3.3/linearRefOffsetVector.xsd -gml/3.3/linearRefOffset.xsd -gml/3.3/linearRefTowardsReferent.xsd -gml/3.3/linearRef.xsd -gml/3.3/referenceableGrid.xsd -gml/3.3/tin.xsd -gmlcov/1.0/coverage.xsd -gmlcov/1.0/examples/exampleRectifiedGridCoverage-1.xml -gmlcov/1.0/examples/exampleRectifiedGridCoverage-2.xml -gmlcov/1.0/gmlcovAll.xsd -gmlcov/1.0/grids.xsd -gmlcov/1.0/schematron/ReadMe.txt -gmlcov/1.0/schematron/req3_no-value-component.sch -gmlcov/1.0/schematron/req4_admissible-datarecord-subtypes.sch -gmlcov/1.0/schematron/req6_range-value-component-number.sch -gmlcov/geotiff-1_0_0.zip -gmlcov/geotiff-1_0_1.zip -gmlcov/geotiff/1.0/examples/example_3857.dat -gmlcov/geotiff/1.0/examples/example_3857_info.txt -gmlcov/geotiff/1.0/examples/example_3857.tif -gmlcov/geotiff/1.0/examples/example_3857_without_tif.dat -gmlcov/geotiff/1.0/examples/example_3857.xml -gmlcov/geotiff/1.0/examples/example_4326.dat -gmlcov/geotiff/1.0/examples/example_4326_info.txt -gmlcov/geotiff/1.0/examples/example_4326.tif -gmlcov/geotiff/1.0/examples/example_4326_without_tif.dat -gmlcov/geotiff/1.0/examples/example_4326.xml -gmlcov/geotiff/1.0/examples/wcs/requestGetCoverageGeoTIFF.xml -gmlcov/geotiff/1.0/examples/wcs/responseDescribeCoverage.xml -gmlcov/geotiff/1.0/examples/wcs/responseGetCapabilities.xml -gmlcov/geotiff/1.0/gmlcovGeotiff.xsd -gmlcov/gmlcov-1_0_0.zip -gmlcov/gmlcov-1_0_1.zip -gmlcov/gmlcov-1_0_2.zip -gmlcov/gmlcovrgrid-1_0_0.zip -gmlcov/gmlcovrgrid/1.0/examples/example_gmlcovrgrid_ByArray.xml -gmlcov/gmlcovrgrid/1.0/examples/gmlcovrgrid_BySensorModel_1.xml -gmlcov/gmlcovrgrid/1.0/examples/gmlcovrgrid_BySensorModel_2.xml -gmlcov/gmlcovrgrid/1.0/examples/gmlcovrgrid_ByVectors.xml -gmlcov/gmlcovrgrid/1.0/gmlcovrgrid.xsd -gmlcov/ReadMe.txt -gml/gml-1_0_0.zip -gml/gml-2_0_0.zip -gml/gml-2_1_1.zip -gml/gml-2_1_2.zip -gml/gml-3_0_0.zip -gml/gml-3_0_1.zip -gml/gml-3_1_0.zip -gml/gml-3_1_1.zip -gml/gml-3_2_1.zip -gml/gml-3_2_2.zip -gml/gml-3_3_0.zip -gml/gml-3_3_1.zip -gmljp2/2.0/examples/gmljp2Template.xml -gmljp2/2.0/examples/minimalInstanceColor.xml -gmljp2/2.0/examples/minimalInstanceElevation.xml -gmljp2/2.0/examples/minimalInstancePanchro.xml -gmljp2/2.0/examples/romagmljp2.jp2 -gmljp2/2.0/examples/romagmljp2.xml -gmljp2/2.0/gmljp2.xsd -gmljp2/2.1/examples/example_BySensorModel_1.gml -gmljp2/2.1/examples/example_BySensorModel_2.gml -gmljp2/2.1/examples/example_BySensorModel_3.gml -gmljp2/2.1/examples/example_BySensorModel_4.gml -gmljp2/2.1/gmljp2.xsd -gmljp2/gmljp2-2_0_0.zip -gmljp2/gmljp2-2_0_1.zip -gmljp2/gmljp2-2_1_0.zip -gmljp2/ReadMe.txt -gml/ReadMe.txt -gmlsfProfile/2.0/gmlsfL2.sch -gmlsfProfile/2.0/gmlsfLevels.xsd -gmlsfProfile/gmlsfProfile-2_0_0.zip -gmlsfProfile/ReadMe.txt -gsml/4.1/borehole.sch -gsml/4.1/borehole.xsd -gsml/4.1/geologicTime.sch -gsml/4.1/geologicTime.xsd -gsml/4.1/geoSciMLBasic.sch -gsml/4.1/geoSciMLBasic.xsd -gsml/4.1/geoSciMLExtension.sch -gsml/4.1/geoSciMLExtension.xsd -gsml/4.1/geosciml-lite.sch -gsml/4.1/geosciml-lite.xsd -gsml/4.1/geosciml.xsd -gsml/4.1/gsml4-core.sch -gsml/4.1/instances/GeochronEraTest1.xml -gsml/4.1/instances/geologicEventTest.xml -gsml/4.1/instances/GSML4-BoreholeIntervals.xml -gsml/4.1/instances/GSML4-Borehole.xml -gsml/4.1/instances/GSML4-ContactRelation.xml -gsml/4.1/instances/GSML4-EarthMaterialRelation.xml -gsml/4.1/instances/GSML4-GeologicEvent.xml -gsml/4.1/instances/GSML4-GeologicUnit.xml -gsml/4.1/instances/GSML4-Lineation.xml -gsml/4.1/instances/GSML4-MappedFeature.xml -gsml/4.1/instances/GSML4-NaturalGeomorphologicFeature.xml -gsml/4.1/instances/GSML4-ReferenceSpecimen1.xml -gsml/4.1/instances/GSML4-ShearDisplacementStructure-Basic.xml -gsml/4.1/instances/Inspire_AnthropogenicGeomorphologicFeature.xml -gsml/4.1/instances/Inspire_Borehole.xml -gsml/4.1/instances/Inspire_Fold.xml.xml -gsml/4.1/instances/Inspire_GeologicCollection.xml -gsml/4.1/instances/Inspire_GeologicUnit.xml -gsml/4.1/instances/Inspire_MappedFeature.xml -gsml/4.1/instances/Inspire_NaturalGeomorphologicFeature.xml -gsml/4.1/instances/Inspire_ShearDisplacementStructure.xml -gsml/4.1/laboratoryAnalysis-Specimen.sch -gsml/4.1/laboratoryAnalysis-Specimen.xsd -gsml/gsml-4_1_0.zip -gsml/gsml-4_1_1.zip -gsml/ReadMe.txt -guf/1.0/examples/GLC2000.xml -guf/1.0/examples/GUF_FeedbackItem.xml -guf/1.0/examples/QCM_DiscoveredIssue.xml -guf/1.0/examples/QCM_Publication.xml -guf/1.0/examples/UFC_FeedbackCollection.xml -guf/1.0/examples/UFS_FeedbackSummary.xml -guf/1.0/guf.xsd -guf/1.0/pqm.xsd -guf/1.0/qcm.xsd -guf/1.0/ufc.xsd -guf/1.0/ufs.xsd -guf/guf-1_0_0.zip -guf/ReadMe.txt -gwml/2.2/gwml2-aquifertest.sch -gwml/2.2/gwml2-aquifertest.xsd -gwml/2.2/gwml2-constituent.xsd -gwml/2.2/gwml2-construction.sch -gwml/2.2/gwml2-flow.xsd -gwml/2.2/gwml2-main.sch -gwml/2.2/gwml2-main.xsd -gwml/2.2/gwml2-wellconstruction.xsd -gwml/2.2/gwml2-well-cov.sch -gwml/2.2/gwml2-well.sch -gwml/2.2/gwml2-well-vertical.sch -gwml/2.2/gwml2-well.xsd -gwml/2.2/gwml2.xsd -gwml/2.2/instances/Borehole_BoM_uc1_maxfeatures5_v2-2_response.xml -gwml/2.2/instances/Borehole_BoM_uc1_nsw-10042141_v2-2_response.xml -gwml/2.2/instances/Borehole_BoM_uc1_qld-40138645_v2-2_response.xml -gwml/2.2/instances/Borehole_FedUni-uc1_v2-2.xml -gwml/2.2/instances/GW_Aquifer_BoM_uc1_maxFeatures5_v2-2_response.xml -gwml/2.2/instances/GW_Aquifer_BoM_uc1_ngis-hgu-act-100000-81000002_v2-2_response.xml -gwml/2.2/instances/GW_Aquifer_BoM_uc1_ngis-hgu-nsw-1-11000002_v2-2_response.xml -gwml/2.2/instances/GW_Aquifer_BRGM-uc1.xml -gwml/2.2/instances/GW_Aquifer_FedUni-uc1-v2-2.xml -gwml/2.2/instances/GW_Aquifer_GSC_uc1.xml -gwml/2.2/instances/GW_AquiferSystem_BoM_uc1_hgc-qld-101_v2-2_response.xml -gwml/2.2/instances/GW_AquiferSystem_BoM_uc1_nafhgc-act-100_v2-2_response.xml -gwml/2.2/instances/GW_AquiferSystem_BRGM-uc1.xml -gwml/2.2/instances/GW_AquiferSystem_USGS_uc4-mapping.xml -gwml/2.2/instances/GW_AquiferTest_GSC_uc4.xml -gwml/2.2/instances/GW_Constituent-FedUni-uc3_v2-2.xml -gwml/2.2/instances/GW_Discharge_FedUni_uc1_v2-2.xml -gwml/2.2/instances/GW_FluidBody-BoM_uc5-mapping-v2_2.xml -gwml/2.2/instances/GW_FluidBody_FedUni-uc3_v2-2.xml -gwml/2.2/instances/GW_GeologyLog-FedUni-uc1_v2-2.xml -gwml/2.2/instances/GW_HydrogeoUnit_BoM_uc5-mapping-v2_2.xml -gwml/2.2/instances/GW_InterFlow_FedUni_uc3_v2-2.xml -gwml/2.2/instances/GW_ManagementArea_BoM_uc2_v2-2.xml -gwml/2.2/instances/GW_ManagementArea_GNS_uc2.xml -gwml/2.2/instances/GW_MonitoringSite-FedUni_uc1_v2-2.xml -gwml/2.2/instances/GW_MonitoringSite_GNS_uc1.xml -gwml/2.2/instances/GW_Recharge_FedUni_uc1.xml -gwml/2.2/instances/GW_Spring_GNS_uc1.xml -gwml/2.2/instances/GW_Well_BoM_uc1_nsw-10019168_v2-2_response.xml -gwml/2.2/instances/GW_Well_BoM_uc1_qld-40217816_v2-2_response.xml -gwml/2.2/instances/GW_Well_BoM_uc1_tas-61002362_v2-2_response.xml -gwml/2.2/instances/GW_Well_BoM_uc5-mapping_v2-2.xml -gwml/2.2/instances/GW_Well_BRGM-uc1.xml -gwml/2.2/instances/GW_Well_FedUni_uc1_v2-2.xml -gwml/2.2/instances/GW_Well_GNS_uc1.xml -gwml/2.2/instances/GW_Well_GSC_uc1.xml -gwml/2.2/instances/GW_Well_USGS_uc4-mapping.xml -gwml/2.2/instances/GW_Well_USGS_uc4.xml -gwml/2.2/instances/OM_Observation_FedUni_uc1_v2-2.xml -gwml/2.2/instances/OM_Observation_FedUni_uc3_v2-2.xml -gwml/2.2/instances/SF_Specimen_FedUni_uc3_v2-2.xml -gwml/2.2/xml-rules.sch -gwml/gwml-2_2_0.zip -gwml/gwml-2_2_1.zip -gwml/ReadMe.txt -ic/2.0/IC-ISM-v2.xsd -ic/2.0/ReadMe.txt -ic/2.1/IC-ISM-v2.1.xsd -ic/2.1/ReadMe.txt -ImageCRSs/ImageCRSs-1_1_0.zip -indoorgml/1.0/indoorgmlcore.xsd -indoorgml/1.0/indoorgmlnavi.xsd -indoorgml/1.1/indoorgmlcore.xsd -indoorgml/1.1/indoorgmlnavi.xsd -indoorgml/indoorgml-1_0_0.zip -indoorgml/indoorgml-1_0_1.zip -indoorgml/indoorgml-1_0_2.zip -indoorgml/indoorgml-1_0_3.zip -indoorgml/indoorgml-1_1_0.zip -indoorgml/ReadMe.txt -infragml/infragml-1_0_0.zip -infragml/part0/1.0/core.xsd -infragml/part1/1.0/land-feature.xsd -infragml/part2/1.0/facility.xsd -infragml/part2/1.0/project.xsd -infragml/part3/1.0/alignment.xsd -infragml/part4/1.0/road-cross-section.xsd -infragml/part4/1.0/road.xsd -infragml/part5/1.0/railway.xsd -infragml/part6/1.0/equipment.xsd -infragml/part6/1.0/observations.xsd -infragml/part6/1.0/sampling.xsd -infragml/part6/1.0/survey-results.xsd -infragml/part6/1.0/survey.xsd -infragml/part7/1.0/condominium.xsd -infragml/part7/1.0/land-division.xsd -infragml/ReadMe.txt -iso/19139/20060504/gco/basicTypes.xsd -iso/19139/20060504/gco/gcoBase.xsd -iso/19139/20060504/gco/gco.xsd -iso/19139/20060504/gmd/applicationSchema.xsd -iso/19139/20060504/gmd/citation.xsd -iso/19139/20060504/gmd/constraints.xsd -iso/19139/20060504/gmd/content.xsd -iso/19139/20060504/gmd/dataQuality.xsd -iso/19139/20060504/gmd/distribution.xsd -iso/19139/20060504/gmd/extent.xsd -iso/19139/20060504/gmd/freeText.xsd -iso/19139/20060504/gmd/gmd.xsd -iso/19139/20060504/gmd/identification.xsd -iso/19139/20060504/gmd/maintenance.xsd -iso/19139/20060504/gmd/metadataApplication.xsd -iso/19139/20060504/gmd/metadataEntity.xsd -iso/19139/20060504/gmd/metadataExtension.xsd -iso/19139/20060504/gmd/portrayalCatalogue.xsd -iso/19139/20060504/gmd/referenceSystem.xsd -iso/19139/20060504/gmd/spatialRepresentation.xsd -iso/19139/20060504/gml/basicTypes.xsd -iso/19139/20060504/gml/coordinateOperations.xsd -iso/19139/20060504/gml/coordinateReferenceSystems.xsd -iso/19139/20060504/gml/coordinateSystems.xsd -iso/19139/20060504/gml/coverage.xsd -iso/19139/20060504/gml/datums.xsd -iso/19139/20060504/gml/dictionary.xsd -iso/19139/20060504/gml/direction.xsd -iso/19139/20060504/gml/dynamicFeature.xsd -iso/19139/20060504/gml/feature.xsd -iso/19139/20060504/gml/geometryAggregates.xsd -iso/19139/20060504/gml/geometryBasic0d1d.xsd -iso/19139/20060504/gml/geometryBasic2d.xsd -iso/19139/20060504/gml/geometryComplexes.xsd -iso/19139/20060504/gml/geometryPrimitives.xsd -iso/19139/20060504/gml/gmlBase.xsd -iso/19139/20060504/gml/gml.xsd -iso/19139/20060504/gml/grids.xsd -iso/19139/20060504/gml/measures.xsd -iso/19139/20060504/gml/observation.xsd -iso/19139/20060504/gml/ReadMe.txt -iso/19139/20060504/gml/referenceSystems.xsd -iso/19139/20060504/gml/temporalReferenceSystems.xsd -iso/19139/20060504/gml/temporalTopology.xsd -iso/19139/20060504/gml/temporal.xsd -iso/19139/20060504/gml/topology.xsd -iso/19139/20060504/gml/units.xsd -iso/19139/20060504/gml/valueObjects.xsd -iso/19139/20060504/gmx/catalogues.xsd -iso/19139/20060504/gmx/codelistItem.xsd -iso/19139/20060504/gmx/crsItem.xsd -iso/19139/20060504/gmx/extendedTypes.xsd -iso/19139/20060504/gmx/gmxUsage.xsd -iso/19139/20060504/gmx/gmx.xsd -iso/19139/20060504/gmx/uomItem.xsd -iso/19139/20060504/gsr/gsr.xsd -iso/19139/20060504/gsr/spatialReferencing.xsd -iso/19139/20060504/gss/geometry.xsd -iso/19139/20060504/gss/gss.xsd -iso/19139/20060504/gts/gts.xsd -iso/19139/20060504/gts/temporalObjects.xsd -iso/19139/20060504/ReadMe.txt -iso/19139/20060504/resources/Codelist/gmxCodelists.xml -iso/19139/20060504/resources/Codelist/ML_gmxCodelists.xml -iso/19139/20060504/resources/crs/gmxCrs.xml -iso/19139/20060504/resources/crs/ML_gmxCrs.xml -iso/19139/20060504/resources/example/fr-fr.xml -iso/19139/20060504/resources/uom/gmxUom.xml -iso/19139/20060504/resources/uom/ML_gmxUom.xml -iso/19139/20060504/srv/serviceMetadata.xsd -iso/19139/20060504/srv/serviceModel.xsd -iso/19139/20060504/srv/srv.xsd -iso/19139/20060504/Version.txt -iso/19139/20070417/gco/basicTypes.xsd -iso/19139/20070417/gco/gcoBase.xsd -iso/19139/20070417/gco/gco.xsd -iso/19139/20070417/gco/ReadMe.txt -iso/19139/20070417/gmd/applicationSchema.xsd -iso/19139/20070417/gmd/citation.xsd -iso/19139/20070417/gmd/constraints.xsd -iso/19139/20070417/gmd/content.xsd -iso/19139/20070417/gmd/dataQuality.xsd -iso/19139/20070417/gmd/distribution.xsd -iso/19139/20070417/gmd/extent.xsd -iso/19139/20070417/gmd/freeText.xsd -iso/19139/20070417/gmd/gmd.xsd -iso/19139/20070417/gmd/identification.xsd -iso/19139/20070417/gmd/maintenance.xsd -iso/19139/20070417/gmd/metadataApplication.xsd -iso/19139/20070417/gmd/metadataEntity.xsd -iso/19139/20070417/gmd/metadataExtension.xsd -iso/19139/20070417/gmd/portrayalCatalogue.xsd -iso/19139/20070417/gmd/ReadMe.txt -iso/19139/20070417/gmd/referenceSystem.xsd -iso/19139/20070417/gmd/spatialRepresentation.xsd -iso/19139/20070417/gmx/catalogues.xsd -iso/19139/20070417/gmx/codelistItem.xsd -iso/19139/20070417/gmx/crsItem.xsd -iso/19139/20070417/gmx/extendedTypes.xsd -iso/19139/20070417/gmx/gmxUsage.xsd -iso/19139/20070417/gmx/gmx.xsd -iso/19139/20070417/gmx/ReadMe.txt -iso/19139/20070417/gmx/uomItem.xsd -iso/19139/20070417/gsr/gsr.xsd -iso/19139/20070417/gsr/ReadMe.txt -iso/19139/20070417/gsr/spatialReferencing.xsd -iso/19139/20070417/gss/geometry.xsd -iso/19139/20070417/gss/gss.xsd -iso/19139/20070417/gss/ReadMe.txt -iso/19139/20070417/gts/gts.xsd -iso/19139/20070417/gts/ReadMe.txt -iso/19139/20070417/gts/temporalObjects.xsd -iso/19139/20070417/ReadMe.txt -iso/19139/20070417/resources/codelist/gmxCodelists.xml -iso/19139/20070417/resources/codelist/ML_gmxCodelists.xml -iso/19139/20070417/resources/codelist/tcCodelists.xml -iso/19139/20070417/resources/crs/gmxCrs.xml -iso/19139/20070417/resources/crs/ML_gmxCrs.xml -iso/19139/20070417/resources/example/fr-fr.xml -iso/19139/20070417/resources/ReadMe.txt -iso/19139/20070417/resources/uom/gmxUom.xml -iso/19139/20070417/resources/uom/ML_gmxUom.xml -iso/19139/20070417/srv/1.0/serviceMetadata.xsd -iso/19139/20070417/srv/1.0/serviceModel.xsd -iso/19139/20070417/srv/1.0/srv.xsd -iso/19139/20070417/srv/ReadMe.txt -iso/19139/iso19139-20060504.zip -iso/19139/iso19139-20070417.zip -iso/19139/iso19139-20200315.zip -iso/19139/ReadMe.txt -kml/2.2.0/atom-author-link.xsd -kml/2.2.0/ogckml22.xsd -kml/2.2.0/ReadMe.txt -kml/2.3/atom-author-link.xsd -kml/2.3/ogckml23.xsd -kml/2.3/ReadMe.txt -kml/kml-2_2_0.zip -kml/kml-2_3_0.zip -movingfeatures/1.0/examples/pedestrian_tracks.xml -movingfeatures/1.0/examples/vehicles.xml -movingfeatures/1.0/MF-JSON_Prism.schema.json -movingfeatures/1.0/MF-JSON_Trajectory.schema.json -movingfeatures/1.0/mf-xmlcore.xsd -movingfeatures/movingfeatures-1_0_1.zip -movingfeatures/ReadMe.txt -ogcapi/common/part1/1.0/openapi/3.0/API-Common-Part-1_1_0.yaml -ogcapi/common/part1/1.0/openapi/examples/ExceptionExample.json -ogcapi/common/part1/1.0/openapi/examples/ExceptionExample.yaml -ogcapi/common/part1/1.0/openapi/examples/LandingPageExample.json -ogcapi/common/part1/1.0/openapi/examples/LandingPageExample.yaml -ogcapi/common/part1/1.0/openapi/examples/openapiExample_1.yaml -ogcapi/common/part1/1.0/openapi/examples/openapiExample.json -ogcapi/common/part1/1.0/openapi/examples/serviceMetadataExample.json -ogcapi/common/part1/1.0/openapi/examples/ServiceMetadataExample.yaml -ogcapi/common/part1/1.0/openapi/schemas/confClasses.json -ogcapi/common/part1/1.0/openapi/schemas/confClasses.yaml -ogcapi/common/part1/1.0/openapi/schemas/exception.json -ogcapi/common/part1/1.0/openapi/schemas/exception.yaml -ogcapi/common/part1/1.0/openapi/schemas/landingPage.json -ogcapi/common/part1/1.0/openapi/schemas/landingPage.yaml -ogcapi/common/part1/1.0/openapi/schemas/link.json -ogcapi/common/part1/1.0/openapi/schemas/link.yaml -ogcapi/common/part1/1.0/openapi/schemas/oasInfo.json -ogcapi/common/ReadMe.txt -ogcapi/edr/1.0/openapi/EDR_OpenAPI.yaml -ogcapi/edr/1.0/openapi/examples/collection.json -ogcapi/edr/1.0/openapi/examples/instance.json -ogcapi/edr/1.0/openapi/examples/LandingPageExample2.json -ogcapi/edr/1.0/openapi/examples/LandingPageExample.json -ogcapi/edr/1.0/openapi/ogcapi-environmental-data-retrieval-1.bundled.json -ogcapi/edr/1.0/openapi/parameters/areaCoords.yaml -ogcapi/edr/1.0/openapi/parameters/bbox.yaml -ogcapi/edr/1.0/openapi/parameters/collectionId.yaml -ogcapi/edr/1.0/openapi/parameters/corridor-height.yaml -ogcapi/edr/1.0/openapi/parameters/corridor-width.yaml -ogcapi/edr/1.0/openapi/parameters/crs.yaml -ogcapi/edr/1.0/openapi/parameters/cubeCoords.yaml -ogcapi/edr/1.0/openapi/parameters/cube-z.yaml -ogcapi/edr/1.0/openapi/parameters/f.yaml -ogcapi/edr/1.0/openapi/parameters/groupId.yaml -ogcapi/edr/1.0/openapi/parameters/height-units.yaml -ogcapi/edr/1.0/openapi/parameters/instanceId.yaml -ogcapi/edr/1.0/openapi/parameters/itemId.yaml -ogcapi/edr/1.0/openapi/parameters/locationId.yaml -ogcapi/edr/1.0/openapi/parameters/parameter-name.yaml -ogcapi/edr/1.0/openapi/parameters/positionCoords.yaml -ogcapi/edr/1.0/openapi/parameters/radiusCoords.yaml -ogcapi/edr/1.0/openapi/parameters/resolution-x.yaml -ogcapi/edr/1.0/openapi/parameters/resolution-y.yaml -ogcapi/edr/1.0/openapi/parameters/resolution-z.yaml -ogcapi/edr/1.0/openapi/parameters/trajectoryCoords.yaml -ogcapi/edr/1.0/openapi/parameters/width-units.yaml -ogcapi/edr/1.0/openapi/parameters/within-units.yaml -ogcapi/edr/1.0/openapi/parameters/within.yaml -ogcapi/edr/1.0/openapi/parameters/z.yaml -ogcapi/edr/1.0/openapi/paths/collections/collections.yaml -ogcapi/edr/1.0/openapi/paths/collections/collection.yaml -ogcapi/edr/1.0/openapi/paths/core/conformance.yaml -ogcapi/edr/1.0/openapi/paths/core/landingPage.yaml -ogcapi/edr/1.0/openapi/paths/queries/area.yaml -ogcapi/edr/1.0/openapi/paths/queries/corridor.yaml -ogcapi/edr/1.0/openapi/paths/queries/cube.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-area.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-corridor.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-cube.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-locations.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-location.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-position.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-radius.yaml -ogcapi/edr/1.0/openapi/paths/queries/instances.yaml -ogcapi/edr/1.0/openapi/paths/queries/instance-trajectory.yaml -ogcapi/edr/1.0/openapi/paths/queries/items.yaml -ogcapi/edr/1.0/openapi/paths/queries/item.yaml -ogcapi/edr/1.0/openapi/paths/queries/locations.yaml -ogcapi/edr/1.0/openapi/paths/queries/location.yaml -ogcapi/edr/1.0/openapi/paths/queries/position.yaml -ogcapi/edr/1.0/openapi/paths/queries/radius.yaml -ogcapi/edr/1.0/openapi/paths/queries/trajectory.yaml -ogcapi/edr/1.0/openapi/responses/collections/collections.yaml -ogcapi/edr/1.0/openapi/responses/collections/collection.yaml -ogcapi/edr/1.0/openapi/responses/core/conformance.yaml -ogcapi/edr/1.0/openapi/responses/core/exception.yaml -ogcapi/edr/1.0/openapi/responses/core/landingPage.yaml -ogcapi/edr/1.0/openapi/responses/queries/200.yaml -ogcapi/edr/1.0/openapi/responses/queries/202.yaml -ogcapi/edr/1.0/openapi/responses/queries/308.yaml -ogcapi/edr/1.0/openapi/responses/queries/400.yaml -ogcapi/edr/1.0/openapi/responses/queries/404.yaml -ogcapi/edr/1.0/openapi/responses/queries/413.yaml -ogcapi/edr/1.0/openapi/responses/queries/instances.yaml -ogcapi/edr/1.0/openapi/responses/queries/items.yaml -ogcapi/edr/1.0/openapi/schemas/anyAxis.yaml -ogcapi/edr/1.0/openapi/schemas/areaDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/areaLink.yaml -ogcapi/edr/1.0/openapi/schemas/collections.yaml -ogcapi/edr/1.0/openapi/schemas/collection.yaml -ogcapi/edr/1.0/openapi/schemas/compositeAxes.yaml -ogcapi/edr/1.0/openapi/schemas/confClasses.yaml -ogcapi/edr/1.0/openapi/schemas/corridorDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/corridorLink.yaml -ogcapi/edr/1.0/openapi/schemas/coverageJSON.yaml -ogcapi/edr/1.0/openapi/schemas/crsObject.yaml -ogcapi/edr/1.0/openapi/schemas/cubeDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/cubeLink.yaml -ogcapi/edr/1.0/openapi/schemas/dataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/domain.yaml -ogcapi/edr/1.0/openapi/schemas/edrFeatureCollectionGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/edrProperties.yaml -ogcapi/edr/1.0/openapi/schemas/exception.yaml -ogcapi/edr/1.0/openapi/schemas/extent.yaml -ogcapi/edr/1.0/openapi/schemas/featureGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/geometrycollectionGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/groups.yaml -ogcapi/edr/1.0/openapi/schemas/i18n.yaml -ogcapi/edr/1.0/openapi/schemas/instances.yaml -ogcapi/edr/1.0/openapi/schemas/itemsDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/itemsLink.yaml -ogcapi/edr/1.0/openapi/schemas/landingPage.yaml -ogcapi/edr/1.0/openapi/schemas/linestringGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/link.yaml -ogcapi/edr/1.0/openapi/schemas/locationsDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/locationsLink.yaml -ogcapi/edr/1.0/openapi/schemas/multilinestringGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/multipointGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/multipolygonGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/ndArray.yaml -ogcapi/edr/1.0/openapi/schemas/numberMatched.yaml -ogcapi/edr/1.0/openapi/schemas/numberReturned.yaml -ogcapi/edr/1.0/openapi/schemas/numericAxis.yaml -ogcapi/edr/1.0/openapi/schemas/numericRegularlySpacedAxis.yaml -ogcapi/edr/1.0/openapi/schemas/numericValuesAxis.yaml -ogcapi/edr/1.0/openapi/schemas/observedPropertyCollection.yaml -ogcapi/edr/1.0/openapi/schemas/observedProperty.yaml -ogcapi/edr/1.0/openapi/schemas/parameterExtent.yaml -ogcapi/edr/1.0/openapi/schemas/parameterGroup.yaml -ogcapi/edr/1.0/openapi/schemas/parameterNames.yaml -ogcapi/edr/1.0/openapi/schemas/parameter.yaml -ogcapi/edr/1.0/openapi/schemas/pointGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/polygonGeoJSON.yaml -ogcapi/edr/1.0/openapi/schemas/polygonValuesAxis.yaml -ogcapi/edr/1.0/openapi/schemas/positionDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/positionLink.yaml -ogcapi/edr/1.0/openapi/schemas/primitiveValuesAxis.yaml -ogcapi/edr/1.0/openapi/schemas/radiusDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/radiusLink.yaml -ogcapi/edr/1.0/openapi/schemas/referenceSystemConnection.yaml -ogcapi/edr/1.0/openapi/schemas/referenceSystem.yaml -ogcapi/edr/1.0/openapi/schemas/stringValuesAxis.yaml -ogcapi/edr/1.0/openapi/schemas/trajectoryDataQuery.yaml -ogcapi/edr/1.0/openapi/schemas/trajectoryLink.yaml -ogcapi/edr/1.0/openapi/schemas/tupleValuesAxis.yaml -ogcapi/edr/1.0/openapi/schemas/units.yaml -ogcapi/edr/1.0/openapi/schemas/unit.yaml -ogcapi/edr/1.0/openapi/schemas/valuesAxisBase.yaml -ogcapi/edr/1.0/openapi/schemas/valuesAxis.yaml -ogcapi/edr/1.1/openapi/examples/collection.json -ogcapi/edr/1.1/openapi/examples/instance.json -ogcapi/edr/1.1/openapi/examples/LandingPageExample2.json -ogcapi/edr/1.1/openapi/examples/LandingPageExample.json -ogcapi/edr/1.1/openapi/ogcapi-environmental-data-retrieval-1.bundled.json -ogcapi/edr/1.1/openapi/ogcapi-environmental-data-retrieval-1.yaml -ogcapi/edr/1.1/openapi/parameters/collections/collectionId.yaml -ogcapi/edr/1.1/openapi/parameters/core/areaCoords.yaml -ogcapi/edr/1.1/openapi/parameters/core/bbox.yaml -ogcapi/edr/1.1/openapi/parameters/core/corridor-height.yaml -ogcapi/edr/1.1/openapi/parameters/core/corridor-width.yaml -ogcapi/edr/1.1/openapi/parameters/core/crs.yaml -ogcapi/edr/1.1/openapi/parameters/core/cube-z.yaml -ogcapi/edr/1.1/openapi/parameters/core/f.yaml -ogcapi/edr/1.1/openapi/parameters/core/height-units.yaml -ogcapi/edr/1.1/openapi/parameters/core/parameter-name.yaml -ogcapi/edr/1.1/openapi/parameters/core/positionCoords.yaml -ogcapi/edr/1.1/openapi/parameters/core/radiusCoords.yaml -ogcapi/edr/1.1/openapi/parameters/core/resolution-x.yaml -ogcapi/edr/1.1/openapi/parameters/core/resolution-y.yaml -ogcapi/edr/1.1/openapi/parameters/core/resolution-z.yaml -ogcapi/edr/1.1/openapi/parameters/core/trajectoryCoords.yaml -ogcapi/edr/1.1/openapi/parameters/core/width-units.yaml -ogcapi/edr/1.1/openapi/parameters/core/within-units.yaml -ogcapi/edr/1.1/openapi/parameters/core/within.yaml -ogcapi/edr/1.1/openapi/parameters/core/z.yaml -ogcapi/edr/1.1/openapi/parameters/queries/instanceId.yaml -ogcapi/edr/1.1/openapi/parameters/queries/itemId.yaml -ogcapi/edr/1.1/openapi/parameters/queries/locationId.yaml -ogcapi/edr/1.1/openapi/paths/collections/collections.yaml -ogcapi/edr/1.1/openapi/paths/collections/collection.yaml -ogcapi/edr/1.1/openapi/paths/core/conformance.yaml -ogcapi/edr/1.1/openapi/paths/core/landingPage.yaml -ogcapi/edr/1.1/openapi/paths/queries/area.yaml -ogcapi/edr/1.1/openapi/paths/queries/corridor.yaml -ogcapi/edr/1.1/openapi/paths/queries/cube.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-area.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-corridor.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-cube.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-locations.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-location.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-position.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-radius.yaml -ogcapi/edr/1.1/openapi/paths/queries/instances.yaml -ogcapi/edr/1.1/openapi/paths/queries/instance-trajectory.yaml -ogcapi/edr/1.1/openapi/paths/queries/items.yaml -ogcapi/edr/1.1/openapi/paths/queries/item.yaml -ogcapi/edr/1.1/openapi/paths/queries/locations.yaml -ogcapi/edr/1.1/openapi/paths/queries/location.yaml -ogcapi/edr/1.1/openapi/paths/queries/position.yaml -ogcapi/edr/1.1/openapi/paths/queries/radius.yaml -ogcapi/edr/1.1/openapi/paths/queries/trajectory.yaml -ogcapi/edr/1.1/openapi/request-bodies/area.yaml -ogcapi/edr/1.1/openapi/request-bodies/corridor.yaml -ogcapi/edr/1.1/openapi/request-bodies/cube.yaml -ogcapi/edr/1.1/openapi/request-bodies/locations.yaml -ogcapi/edr/1.1/openapi/request-bodies/location.yaml -ogcapi/edr/1.1/openapi/request-bodies/position.yaml -ogcapi/edr/1.1/openapi/request-bodies/radius.yaml -ogcapi/edr/1.1/openapi/request-bodies/trajectory.yaml -ogcapi/edr/1.1/openapi/responses/collections/collections.yaml -ogcapi/edr/1.1/openapi/responses/collections/collection.yaml -ogcapi/edr/1.1/openapi/responses/core/conformance.yaml -ogcapi/edr/1.1/openapi/responses/core/exception.yaml -ogcapi/edr/1.1/openapi/responses/core/landingPage.yaml -ogcapi/edr/1.1/openapi/responses/queries/200.yaml -ogcapi/edr/1.1/openapi/responses/queries/202.yaml -ogcapi/edr/1.1/openapi/responses/queries/308.yaml -ogcapi/edr/1.1/openapi/responses/queries/400.yaml -ogcapi/edr/1.1/openapi/responses/queries/404.yaml -ogcapi/edr/1.1/openapi/responses/queries/413.yaml -ogcapi/edr/1.1/openapi/responses/queries/instances.yaml -ogcapi/edr/1.1/openapi/responses/queries/items.yaml -ogcapi/edr/1.1/openapi/schemas/collections/areaDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/areaLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/collections.yaml -ogcapi/edr/1.1/openapi/schemas/collections/collection.yaml -ogcapi/edr/1.1/openapi/schemas/collections/corridorDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/corridorLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/crsObject.yaml -ogcapi/edr/1.1/openapi/schemas/collections/cubeDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/cubeLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/extent.yaml -ogcapi/edr/1.1/openapi/schemas/collections/itemsDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/itemsLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/locationsDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/locationsLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/observedPropertyCollection.yaml -ogcapi/edr/1.1/openapi/schemas/collections/parameterNames.yaml -ogcapi/edr/1.1/openapi/schemas/collections/positionDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/positionLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/radiusDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/radiusLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/trajectoryDataQuery.yaml -ogcapi/edr/1.1/openapi/schemas/collections/trajectoryLink.yaml -ogcapi/edr/1.1/openapi/schemas/collections/units.yaml -ogcapi/edr/1.1/openapi/schemas/core/confClasses.yaml -ogcapi/edr/1.1/openapi/schemas/core/exception.yaml -ogcapi/edr/1.1/openapi/schemas/core/landingPage.yaml -ogcapi/edr/1.1/openapi/schemas/core/link.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/anyAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/coverageJSON.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/domain.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/ndArray.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/numericAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/numericRegularlySpacedAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/numericValuesAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/polygonValuesAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/primitiveValuesAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/referenceSystemConnection.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/referenceSystem.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/stringValuesAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/tupleValuesAxis.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/valuesAxisBase.yaml -ogcapi/edr/1.1/openapi/schemas/covjson/valuesAxis.yaml -ogcapi/edr/1.1/openapi/schemas/edr-geojson/edrFeatureCollectionGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/edr-geojson/edrProperties.yaml -ogcapi/edr/1.1/openapi/schemas/edr-geojson/observedProperty.yaml -ogcapi/edr/1.1/openapi/schemas/edr-geojson/parameter.yaml -ogcapi/edr/1.1/openapi/schemas/edr-geojson/unit.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/featureGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/geometrycollectionGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/linestringGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/multilinestringGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/multipointGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/multipolygonGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/pointGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/geojson/polygonGeoJSON.yaml -ogcapi/edr/1.1/openapi/schemas/i18n.yaml -ogcapi/edr/1.1/openapi/schemas/numberMatched.yaml -ogcapi/edr/1.1/openapi/schemas/numberReturned.yaml -ogcapi/edr/1.1/openapi/schemas/parameterGroup.yaml -ogcapi/edr/1.1/openapi/schemas/queries/instances.yaml -ogcapi/edr/ReadMe.txt -ogcapi/features/part1/1.0/examples/ReadMe.html -ogcapi/features/part1/1.0/openapi/ogcapi-features-1.yaml -ogcapi/features/part1/1.0/openapi/parameters/bbox.yaml -ogcapi/features/part1/1.0/openapi/parameters/collectionId.yaml -ogcapi/features/part1/1.0/openapi/parameters/datetime.yaml -ogcapi/features/part1/1.0/openapi/parameters/featureId.yaml -ogcapi/features/part1/1.0/openapi/parameters/limit.yaml -ogcapi/features/part1/1.0/openapi/schemas/collections.yaml -ogcapi/features/part1/1.0/openapi/schemas/collection.yaml -ogcapi/features/part1/1.0/openapi/schemas/confClasses.yaml -ogcapi/features/part1/1.0/openapi/schemas/exception.yaml -ogcapi/features/part1/1.0/openapi/schemas/extent.yaml -ogcapi/features/part1/1.0/openapi/schemas/featureCollectionGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/featureGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/geometrycollectionGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/geometryGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/landingPage.yaml -ogcapi/features/part1/1.0/openapi/schemas/linestringGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/link.yaml -ogcapi/features/part1/1.0/openapi/schemas/multilinestringGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/multipointGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/multipolygonGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/numberMatched.yaml -ogcapi/features/part1/1.0/openapi/schemas/numberReturned.yaml -ogcapi/features/part1/1.0/openapi/schemas/pointGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/polygonGeoJSON.yaml -ogcapi/features/part1/1.0/openapi/schemas/timeStamp.yaml -ogcapi/features/part1/1.0/xml/core-sf.xsd -ogcapi/features/part1/1.0/xml/core.xsd -ogcapi/features/part2/1.0/openapi/headers/Content-Crs.yaml -ogcapi/features/part2/1.0/openapi/ogcapi-features-2.yaml -ogcapi/features/part2/1.0/openapi/parameters/bbox-crs.yaml -ogcapi/features/part2/1.0/openapi/parameters/crs.yaml -ogcapi/features/part2/1.0/openapi/schemas/collectionExtensionCrs.yaml -ogcapi/features/part2/1.0/openapi/schemas/collectionsExtensionCrs.yaml -ogcapi/features/part2/1.0/openapi/schemas/collections.yaml -ogcapi/features/part2/1.0/openapi/schemas/collection.yaml -ogcapi/features/ReadMe.txt -ogcapi/ogcapi-common-p1-1_0_0.zip -ogcapi/ogcapi-edr-1_0_0.zip -ogcapi/ogcapi-edr-1_0_1.zip -ogcapi/ogcapi-edr-1_1_0.zip -ogcapi/ogcapi-features-p1-1_0_0.zip -ogcapi/ogcapi-features-p1-1_0_1.zip -ogcapi/ogcapi-features-p2-1_0_1.zip -ogcapi/ogcapi-processes-p1-1_0_0.zip -ogcapi/ogcapi-processes-p1-1_0_1.zip -ogcapi/ogcapi-tiles-p1-1_0_0.zip -ogcapi/processes/part1/1.0/examples/json/ConfClasses.json -ogcapi/processes/part1/1.0/examples/json/Execute.json -ogcapi/processes/part1/1.0/examples/json/JobList.json -ogcapi/processes/part1/1.0/examples/json/LandingPage.json -ogcapi/processes/part1/1.0/examples/json/ProcessDescription.json -ogcapi/processes/part1/1.0/examples/json/ProcessList.json -ogcapi/processes/part1/1.0/examples/json/Result.json -ogcapi/processes/part1/1.0/examples/json/StatusInfo-dismissed.json -ogcapi/processes/part1/1.0/examples/json/StatusInfo.json -ogcapi/processes/part1/1.0/examples/openapi/ogcapi-processes-1-example.yaml -ogcapi/processes/part1/1.0/examples/yaml/alternative-api.yaml -ogcapi/processes/part1/1.0/examples/yaml/callbacks.yaml -ogcapi/processes/part1/1.0/openapi/ogcapi-processes-1.yaml -ogcapi/processes/part1/1.0/openapi/parameters/datetime.yaml -ogcapi/processes/part1/1.0/openapi/parameters/jobId.yaml -ogcapi/processes/part1/1.0/openapi/parameters/limit.yaml -ogcapi/processes/part1/1.0/openapi/parameters/maxDuration.yaml -ogcapi/processes/part1/1.0/openapi/parameters/minDuration.yaml -ogcapi/processes/part1/1.0/openapi/parameters/processIdPathParam.yaml -ogcapi/processes/part1/1.0/openapi/parameters/processIdQueryParam.yaml -ogcapi/processes/part1/1.0/openapi/parameters/status.yaml -ogcapi/processes/part1/1.0/openapi/parameters/type.yaml -ogcapi/processes/part1/1.0/openapi/responses/ConformanceDeclaration.yaml -ogcapi/processes/part1/1.0/openapi/responses/ExecuteAsync.yaml -ogcapi/processes/part1/1.0/openapi/responses/ExecuteSyncRawRef.yaml -ogcapi/processes/part1/1.0/openapi/responses/ExecuteSync.yaml -ogcapi/processes/part1/1.0/openapi/responses/InvalidParameter.yaml -ogcapi/processes/part1/1.0/openapi/responses/JobList.yaml -ogcapi/processes/part1/1.0/openapi/responses/LandingPage.yaml -ogcapi/processes/part1/1.0/openapi/responses/NotAllowed.yaml -ogcapi/processes/part1/1.0/openapi/responses/NotFound.yaml -ogcapi/processes/part1/1.0/openapi/responses/NotSupported.yaml -ogcapi/processes/part1/1.0/openapi/responses/ProcessDescription.yaml -ogcapi/processes/part1/1.0/openapi/responses/ProcessList.yaml -ogcapi/processes/part1/1.0/openapi/responses/Results.yaml -ogcapi/processes/part1/1.0/openapi/responses/ServerError.yaml -ogcapi/processes/part1/1.0/openapi/responses/Status.yaml -ogcapi/processes/part1/1.0/openapi/responses/swagger/ProcessDescription.yaml -ogcapi/processes/part1/1.0/openapi/schemas/additionalParameter.yaml -ogcapi/processes/part1/1.0/openapi/schemas/bbox.yaml -ogcapi/processes/part1/1.0/openapi/schemas/binaryInputValue.yaml -ogcapi/processes/part1/1.0/openapi/schemas/confClasses.yaml -ogcapi/processes/part1/1.0/openapi/schemas/descriptionType.yaml -ogcapi/processes/part1/1.0/openapi/schemas/exception.yaml -ogcapi/processes/part1/1.0/openapi/schemas/execute.yaml -ogcapi/processes/part1/1.0/openapi/schemas/format.yaml -ogcapi/processes/part1/1.0/openapi/schemas/inlineOrRefData.yaml -ogcapi/processes/part1/1.0/openapi/schemas/inputDescription.yaml -ogcapi/processes/part1/1.0/openapi/schemas/inputValueNoObject.yaml -ogcapi/processes/part1/1.0/openapi/schemas/inputValue.yaml -ogcapi/processes/part1/1.0/openapi/schemas/jobControlOptions.yaml -ogcapi/processes/part1/1.0/openapi/schemas/jobList.yaml -ogcapi/processes/part1/1.0/openapi/schemas/landingPage.yaml -ogcapi/processes/part1/1.0/openapi/schemas/link.yaml -ogcapi/processes/part1/1.0/openapi/schemas/metadata.yaml -ogcapi/processes/part1/1.0/openapi/schemas/outputDescription.yaml -ogcapi/processes/part1/1.0/openapi/schemas/output.yaml -ogcapi/processes/part1/1.0/openapi/schemas/processList.yaml -ogcapi/processes/part1/1.0/openapi/schemas/processSummary.yaml -ogcapi/processes/part1/1.0/openapi/schemas/process.yaml -ogcapi/processes/part1/1.0/openapi/schemas/qualifiedInputValue.yaml -ogcapi/processes/part1/1.0/openapi/schemas/reference.yaml -ogcapi/processes/part1/1.0/openapi/schemas/results.yaml -ogcapi/processes/part1/1.0/openapi/schemas/schema.yaml -ogcapi/processes/part1/1.0/openapi/schemas/statusCode.yaml -ogcapi/processes/part1/1.0/openapi/schemas/statusInfo.yaml -ogcapi/processes/part1/1.0/openapi/schemas/subscriber.yaml -ogcapi/processes/part1/1.0/openapi/schemas/swagger/inputDescription.yaml -ogcapi/processes/part1/1.0/openapi/schemas/swagger/outputDescription.yaml -ogcapi/processes/part1/1.0/openapi/schemas/swagger/process.yaml -ogcapi/processes/part1/1.0/openapi/schemas/swagger/schema.yaml -ogcapi/processes/part1/1.0/openapi/schemas/transmissionMode.yaml -ogcapi/processes/ReadMe.txt -ogcapi/tiles/part1/1.0/openapi/api/all-collections.json -ogcapi/tiles/part1/1.0/openapi/api/coverage-collections.json -ogcapi/tiles/part1/1.0/openapi/api/styles.json -ogcapi/tiles/part1/1.0/openapi/api/tileMatrixSets.json -ogcapi/tiles/part1/1.0/openapi/api/vectorTiles-collections.json -ogcapi/tiles/part1/1.0/openapi/ogcapi-tiles-1.bundled.json -ogcapi/tiles/part1/1.0/openapi/ogcapi-tiles-1.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-crs/bbox-crs.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-crs/crs.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-crs/subset-crs.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/bbox.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/collectionId-all.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/collectionId-coverage.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/collectionId-vectorTiles.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/collections-coverage.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/collections-vectorTiles.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/collections.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/datetime.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/limit-collections.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/common-geodata/subset.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/maps-core/bgcolor.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/maps-core/transparent.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/styles-core/styleId-collection.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/styles-core/styleId.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/tiles-core/tileCol.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/tiles-core/tileMatrix.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/tiles-core/tileRow.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/unspecified/f-coverageTile.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/unspecified/f-mapTile.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/unspecified/f-metadata.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/unspecified/f-vectorTile.yaml -ogcapi/tiles/part1/1.0/openapi/parameters/unspecified/tileMatrixSetId.yaml -ogcapi/tiles/part1/1.0/openapi/paths/common-core/pAPI.yaml -ogcapi/tiles/part1/1.0/openapi/paths/common-core/pConformance.yaml -ogcapi/tiles/part1/1.0/openapi/paths/common-core/pLandingPage.yaml -ogcapi/tiles/part1/1.0/openapi/paths/common-geodata/pCollectionsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/common-geodata/pCollection.yaml -ogcapi/tiles/part1/1.0/openapi/paths/dynamic/pAllCollections.yaml -ogcapi/tiles/part1/1.0/openapi/paths/dynamic/pCoverageCollections.yaml -ogcapi/tiles/part1/1.0/openapi/paths/dynamic/pStyles.yaml -ogcapi/tiles/part1/1.0/openapi/paths/dynamic/pTileMatrixSets.yaml -ogcapi/tiles/part1/1.0/openapi/paths/dynamic/pVectorTilesCollections.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/coverage-tiles/pCollectionCoverageTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/coverage-tiles/pCollectionCoverageTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/coverage-tiles/pCollectionCoverageTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/map-tiles/pCollectionMapTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/map-tiles/pCollectionMapTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/map-tiles/pCollectionMapTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/styled-map-tiles/pStyledCollectionMapTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/styled-map-tiles/pStyledCollectionMapTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/styled-map-tiles/pStyledCollectionMapTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/styled-vector-tiles/pStyledCollectionTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/styled-vector-tiles/pStyledCollectionTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/styled-vector-tiles/pStyledCollectionTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/vector-tiles/pCollectionTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/vector-tiles/pCollectionTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/collection-tiles/vector-tiles/pCollectionTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/map-tiles/pDataSetMapTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/map-tiles/pDataSetMapTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/map-tiles/pDataSetMapTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/styled-map-tiles/pStyledDataSetMapTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/styled-map-tiles/pStyledDataSetMapTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/styled-map-tiles/pStyledDataSetMapTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/styled-vector-tiles/pStyledDataSetTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/styled-vector-tiles/pStyledDataSetTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/styled-vector-tiles/pStyledDataSetTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/vector-tiles/pDataSetTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/vector-tiles/pDataSetTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/dataset-tiles/vector-tiles/pDataSetTile.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/tileMatrixSets/pTileMatrixSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/paths/tiles-core/tileMatrixSets/pTileMatrixSet.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rAPI.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rConformance.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rException.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rInvalidParameter.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rLandingPage.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rNotAcceptable.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rNotFound.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-core/rServerError.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-geodata/rCollectionsList.yaml -ogcapi/tiles/part1/1.0/openapi/responses/common-geodata/rCollection.yaml -ogcapi/tiles/part1/1.0/openapi/responses/dynamic/rEnumeration.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rCoverageTile.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rEmptyTile.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rMapTile.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rTileMatrixSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rTileMatrixSet.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rTileSetsList.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rTileSet.yaml -ogcapi/tiles/part1/1.0/openapi/responses/tiles-core/rVectorTile.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-core/confClasses.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-core/exception.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-core/landingPage.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-core/link.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/collectionInfo.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/collections.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/crs.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/dataType.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/extent-uad.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/extent.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/numberMatched.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/numberReturned.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/projJSON.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/common-geodata/timeStamp.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/dynamic/all-collections.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/dynamic/coverage-collections.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/dynamic/enumeration.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/dynamic/styles.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/dynamic/tileMatrixSets.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/dynamic/vectorTiles-collections.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/geojson/FeatureCollection.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/2DBoundingBox.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/2DPoint.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/geospatialData.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/propertiesSchema.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/style.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tileMatrixLimits.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tileMatrixSet-item.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tileMatrixSet.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tileMatrix.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tilePoint.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tileSet-item.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/tileSet.yaml -ogcapi/tiles/part1/1.0/openapi/schemas/tms/variableMatrixWidth.yaml -ogcapi/tiles/part1/1.0/openapi/.validaterc -ogcapi/tiles/ReadMe.txt -ogc_schema_updates.rss -ols/1.1.0/ADT.xsd -ols/1.1.0/DirectoryService.xsd -ols/1.1.0/GatewayService.xsd -ols/1.1.0/geometry.xsd -ols/1.1.0/gml4xls.xsd -ols/1.1.0/LocationUtilityService.xsd -ols/1.1.0/olsAll.xsd -ols/1.1.0/PresentationService.xsd -ols/1.1.0/RouteService.xsd -ols/1.1.0/SOAPENV.xsd -ols/1.1.0/UOM.xsd -ols/1.1.0/XLS.xsd -ols/1.2/ADT.xsd -ols/1.2/DirectoryService.xsd -ols/1.2/GatewayService.xsd -ols/1.2/geometry.xsd -ols/1.2/gml4xls.xsd -ols/1.2/LocationUtilityService.xsd -ols/1.2/olsAll.xsd -ols/1.2/PresentationService.xsd -ols/1.2/RouteService.xsd -ols/1.2/SOAPENV.xsd -ols/1.2/UOM.xsd -ols/1.2/XLS.xsd -ols/1.3/nav-All.xsd -ols/1.3/nav-CursorUtil.xsd -ols/1.3/nav-Positioning.xsd -ols/1.3/nav-RouteService.xsd -ols/1.3/nav-UOM.xsd -ols/ols-1_1_0.zip -ols/ols-1_2_0.zip -ols/ols-1_2_1.zip -ols/ols-1_2_2.zip -ols/ols-1_3_0.zip -ols/ReadMe.txt -om/1.0.0/examples/collection1.xml -om/1.0.0/examples/complexObservation3.xml -om/1.0.0/examples/dataObservation4.xml -om/1.0.0/examples/foi.xml -om/1.0.0/examples/multiElement1.xml -om/1.0.0/examples/multiElement2.xml -om/1.0.0/examples/observation1.xml -om/1.0.0/examples/observation2b.xml -om/1.0.0/examples/observation2c.xml -om/1.0.0/examples/observation2shape.xml -om/1.0.0/examples/observation2.xml -om/1.0.0/examples/pointer1.xml -om/1.0.0/examples/pointer2.xml -om/1.0.0/examples/spectrumSeries3.xml -om/1.0.0/examples/timeSeries1r.xml -om/1.0.0/examples/timeSeries1.xml -om/1.0.0/examples/timeSeries2.xml -om/1.0.0/examples/tm7c.xml -om/1.0.0/examples/weather1.xml -om/1.0.0/examples/weatherObservation.xml -om/1.0.0/examples/weatherRecord1_t.xml -om/1.0.0/examples/weatherRecord1.xml -om/1.0.0/extensions/observationCoverageCompact.xsd -om/1.0.0/extensions/observationCoverage.xsd -om/1.0.0/extensions/observationSpecialization_constraint.xsd -om/1.0.0/extensions/observationSpecialization_override.xsd -om/1.0.0/extensions/om_extended.xsd -om/1.0.0/extensions/procedureSpecialization.xsd -om/1.0.0/extensions/ReadMe.txt -om/1.0.0/extensions/redefineObservation.xsd -om/1.0.0/observation.xsd -om/1.0.0/om.xsd -om/2.0/categoryObservation.sch -om/2.0/complexObservation.sch -om/2.0/countObservation.sch -om/2.0/examples/CategoryObservation1a.xml -om/2.0/examples/CategoryObservation1b.xml -om/2.0/examples/CategoryObservation1.xml -om/2.0/examples/collection1.xml -om/2.0/examples/collection2.xml -om/2.0/examples/complexObservation3.xml -om/2.0/examples/CountObservation.xml -om/2.0/examples/coverageObservation1.xml -om/2.0/examples/dataObservation4.xml -om/2.0/examples/DCObservation1.xml -om/2.0/examples/GeometryObservation2shape.xml -om/2.0/examples/measurement1_using_gml31_result.xml -om/2.0/examples/measurement1.xml -om/2.0/examples/measurement2.xml -om/2.0/examples/multiElement1.xml -om/2.0/examples/multiElement2.xml -om/2.0/examples/observation1.xml -om/2.0/examples/observation2b.xml -om/2.0/examples/observation2shape.xml -om/2.0/examples/observation2.xml -om/2.0/examples/pointer1.xml -om/2.0/examples/pointer2.xml -om/2.0/examples/spatial_observation1.xml -om/2.0/examples/spectrumSeries3.xml -om/2.0/examples/SWEArrayObservation1.xml -om/2.0/examples/SWEArrayObservation2.xml -om/2.0/examples/swe_tm7c.xml -om/2.0/examples/swe_weather1.xml -om/2.0/examples/swe_weatherRecord1_t.xml -om/2.0/examples/swe_weatherRecord1.xml -om/2.0/examples/TemporalObservation2.xml -om/2.0/examples/timeSeries1r.xml -om/2.0/examples/timeSeries1.xml -om/2.0/examples/timeSeries2.xml -om/2.0/examples/TruthObservation.xml -om/2.0/examples/weatherObservation.xml -om/2.0/geometryObservation.sch -om/2.0/measurement.sch -om/2.0/observation.xsd -om/2.0/result-boolean.sch -om/2.0/result-category.sch -om/2.0/result-DataArray.sch -om/2.0/result-DataRecord.sch -om/2.0/result-geometry.sch -om/2.0/result-integer.sch -om/2.0/result-measure.sch -om/2.0/result-SimpleComponent.sch -om/2.0/result-temporal.sch -om/2.0/resultTypeConsistent.sch -om/2.0/spatialObservation.sch -om/2.0/specializingObservationExample.xsd -om/2.0/SWEArrayObservation.sch -om/2.0/SWEScalarObservation.sch -om/2.0/temporalObservation.sch -om/2.0/truthObservation.sch -omeo/1.0/alt.xsd -omeo/1.0/atm.xsd -omeo/1.0/eop.xsd -omeo/1.0/examples/alt_example.xml -omeo/1.0/examples/eop_example.xml -omeo/1.0/examples/lmb_example.xml -omeo/1.0/examples/opt_example.xml -omeo/1.0/examples/ssp-example.xml -omeo/1.0/lmb.xsd -omeo/1.0/opt.xsd -omeo/1.0/sar.xsd -omeo/1.0/schematron_rules_for_eop.sch -omeo/1.0/sen1.xsd -omeo/1.0/ssp.xsd -omeo/omeo-1_0_0.zip -omeo/ReadMe.txt -om/om-1_0_0.zip -om/om-2_0_0.zip -om/ReadMe.txt -omx/1.0.0/observationCoverageCompact.xsd -omx/1.0.0/observationCoverage.xsd -omx/1.0.0/observationSpecialization.xsd -omx/1.0.0/om_extended.xsd -omx/1.0.0/procedureSpecialization.xsd -omx/omx-1_0_0.zip -omx/ReadMe.txt -opensearchgeo/1.0/examples/atom/atomgeo01_invalid_nogeorss.xml -opensearchgeo/1.0/examples/atom/atomgeo01.xml -opensearchgeo/1.0/examples/atom/atomgeotime01_invalid_nogeorss_noauthor_noalternate.xml -opensearchgeo/1.0/examples/atom/atomgeotime01_invalid_nogeorss_noauthor.xml -opensearchgeo/1.0/examples/atom/atomgeotime01_invalid_nogeorss.xml -opensearchgeo/1.0/examples/atom/atomgeotime01_invalid_noid.xml -opensearchgeo/1.0/examples/atom/atomgeotime01.xml -opensearchgeo/1.0/examples/atom/atomgeotime02.xml -opensearchgeo/1.0/examples/atom/atomgeotime03.xml -opensearchgeo/1.0/examples/atom/atomgeotime04.xml -opensearchgeo/1.0/examples/atom/cwic_landsat8.xml -opensearchgeo/1.0/examples/osd/osddgeo01.xml -opensearchgeo/1.0/examples/osd/osddgeo02.xml -opensearchgeo/1.0/examples/osd/osddgeo03_invalid_nogeobox.xml -opensearchgeo/1.0/examples/osd/osddgeotime01.xml -opensearchgeo/1.0/schemas/atom_feed.rnc -opensearchgeo/1.0/schemas/atomgeo.rnc -opensearchgeo/1.0/schemas/atomtime.rnc -opensearchgeo/1.0/schemas/geo.rnc -opensearchgeo/1.0/schemas/georss.rnc -opensearchgeo/1.0/schemas/osatom.rnc -opensearchgeo/1.0/schemas/osddgeo.rnc -opensearchgeo/1.0/schemas/osdd.rnc -opensearchgeo/1.0/schemas/osddtime.rnc -opensearchgeo/1.0/schemas/osquery.rnc -opensearchgeo/1.0/schemas/time.rnc -opensearchgeo/1.0/tests/result-atom.rnc -opensearchgeo/1.0/tests/result-osddgeo.rnc -opensearchgeo/1.0/tests/result-osd.rnc -opensearchgeo/1.0/tests/result-searchbygeometry.rnc -opensearchgeo/1.0/tests/result-searchbyid.rnc -opensearchgeo/1.0/tests/result-searchbyname.rnc -opensearchgeo/1.0/tests/result-searchbypointradius.rnc -opensearchgeo/1.0/tests/result-searchbytime.rnc -opensearchgeo/1.0/tests/result-spatialrelations.rnc -opensearchgeo/1.0/tests/result-timerelations.rnc -opensearchgeo/opensearchgeo-1_0_0.zip -opensearchgeo/opensearchgeo-1_0_1.zip -opensearchgeo/ReadMe.txt -oseo/1.0/EventCode.xml -oseo/1.0/oseo.wsdl -oseo/1.0/oseo.xsd -oseo/1.0/SampleMessages/CancelAck.xml -oseo/1.0/SampleMessages/CancelResponseAck.xml -oseo/1.0/SampleMessages/CancelResponse.xml -oseo/1.0/SampleMessages/Cancel.xml -oseo/1.0/SampleMessages/Capabilities_withNotifications.xml -oseo/1.0/SampleMessages/Capabilities.xml -oseo/1.0/SampleMessages/DescribeResultAccessResponse.xml -oseo/1.0/SampleMessages/DescribeResultAccess.xml -oseo/1.0/SampleMessages/GetCapabilities.xml -oseo/1.0/SampleMessages/GetOptionsResponse_subscription_with_restriction2.xml -oseo/1.0/SampleMessages/GetOptionsResponse_subscription_with_restriction.xml -oseo/1.0/SampleMessages/GetOptionsResponse.xml -oseo/1.0/SampleMessages/GetOptions_subscription_with_restriction.xml -oseo/1.0/SampleMessages/GetOptions.xml -oseo/1.0/SampleMessages/GetQuotationAck.xml -oseo/1.0/SampleMessages/GetQuotationResponseAck.xml -oseo/1.0/SampleMessages/GetQuotationResponse.xml -oseo/1.0/SampleMessages/GetQuotation.xml -oseo/1.0/SampleMessages/GetStatusResponse.xml -oseo/1.0/SampleMessages/GetStatus.xml -oseo/1.0/SampleMessages/Notify.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_AATSR_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_ASA_AP_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_ASA_EC_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_ASA_GM_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_ASA_MS_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_ASA_WS_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_LANDSAT_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_MER_FR_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_MER_FRS_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_MER_RR_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_MIPAS_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_PALSAR_FBS_OrderOptions.xml -oseo/1.0/SampleMessages/OrderOptions/GetOptionResponse_RADARSAT.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_AATSR_Scene_Selection.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_ASAR_GM_Scene_Selection.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_ASAR_IM_AP_WS_MERIS_FRS.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_ERS_SAR_RAW_Scene_Selection.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_ERS_SAR.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_FullParameterSet.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_MERIS_FR_Scene_Selection.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_MERIS_RR_Scene_Selection.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_MIPAS_Scene_Selection.xml -oseo/1.0/SampleMessages/SceneSelectionOptions/GetOptionResponse_SCIAMACHY_Scene_Selection.xml -oseo/1.0/SampleMessages/Submit2.xml -oseo/1.0/SampleMessages/SubmitAck.xml -oseo/1.0/SampleMessages/SubmitResponseAck.xml -oseo/1.0/SampleMessages/SubmitResponse.xml -oseo/1.0/SampleMessages/Submit.xml -oseo/1.0/SampleMessages/SubscribeResponse.xml -oseo/1.0/SampleMessages/Subscribe.xml -oseo/oseo-1_0_0.zip -oseo/ReadMe.txt -os-geojson/1.0/example-1-eo-collections.json -os-geojson/1.0/example-1-eo-collections.jsonld -os-geojson/1.0/example-1-fatal-exceptions.json -os-geojson/1.0/example-1-fatal-exceptions.jsonld -os-geojson/1.0/example-2-eo-products.json -os-geojson/1.0/example-2-eo-products.jsonld -os-geojson/1.0/example-2-non-fatal-exceptions.json -os-geojson/1.0/example-2-non-fatal-exceptions.jsonld -os-geojson/1.0/example-3-eo-collections.json -os-geojson/1.0/example-3-eo-collections.jsonld -os-geojson/1.0/os-geojson.jsonld -os-geojson/1.0/os-geojson-schema.json -os-geojson/1.0/os-geojson-schema-standalone.json -os-geojson/1.0/owc-geojson-schema.json -os-geojson/os-geojson-1_0_0.zip -os-geojson/ReadMe.txt -owc/1.0/atom_feed.rnc -owc/1.0/examples/csw_10entries.xml -owc/1.0/examples/geotiff.xml -owc/1.0/examples/gmlcov.xml -owc/1.0/examples/gml_road.xml -owc/1.0/examples/meris.atom -owc/1.0/examples/meris_borders_users.atom -owc/1.0/examples/meris_noauthor.xml -owc/1.0/examples/meris_noprofile.xml -owc/1.0/examples/road.xsd -owc/1.0/examples/sea_ice_extent_01.atom -owc/1.0/examples/wcs_kml.xml -owc/1.0/examples/wfs_100entries.xml -owc/1.0/examples/wms_gml_hurricane_tomas.xml -owc/1.0/examples/wms_meris.xml -owc/1.0/examples/wms_scale.xml -owc/1.0/examples/wmstestdata.xml -owc/1.0/examples/wmts.xml -owc/1.0/examples/wps_52north.xml -owc/1.0/georss.rnc -owc/1.0/owc.rnc -owc/owc-1_0_0.zip -owc/ReadMe.txt -ows/1.0.0/ows19115subset.xsd -ows/1.0.0/owsAll.xsd -ows/1.0.0/owsCommon.xsd -ows/1.0.0/owsDataIdentification.xsd -ows/1.0.0/owsExceptionReport.xsd -ows/1.0.0/owsGetCapabilities.xsd -ows/1.0.0/owsOperationsMetadata.xsd -ows/1.0.0/owsServiceIdentification.xsd -ows/1.0.0/owsServiceProvider.xsd -ows/1.1.0/Examples/exampleCapabilities1.xml -ows/1.1.0/Examples/exampleCapabilities.xsd -ows/1.1.0/Examples/exampleConstraint1.xml -ows/1.1.0/Examples/exampleExceptionReport1.xml -ows/1.1.0/Examples/exampleExceptionReport2.xml -ows/1.1.0/Examples/exampleGeneralBox2.xml -ows/1.1.0/Examples/exampleGetCapabilities2.xml -ows/1.1.0/Examples/exampleOperationsMetadata.xml -ows/1.1.0/Examples/exampleWGS84Box2.xml -ows/1.1.0/ows19115subset.xsd -ows/1.1.0/owsAll.xsd -ows/1.1.0/owsCommon.xsd -ows/1.1.0/owsContents.xsd -ows/1.1.0/owsDataIdentification.xsd -ows/1.1.0/owsDomainType.xsd -ows/1.1.0/owsExceptionReport.xsd -ows/1.1.0/owsGetCapabilities.xsd -ows/1.1.0/owsGetResourceByID.xsd -ows/1.1.0/owsInputOutputData.xsd -ows/1.1.0/owsManifest.xsd -ows/1.1.0/owsOperationsMetadata.xsd -ows/1.1.0/owsServiceIdentification.xsd -ows/1.1.0/owsServiceProvider.xsd -ows/2.0/ows19115subset.xsd -ows/2.0/owsAdditionalParameters.xsd -ows/2.0/owsAll.xsd -ows/2.0/owsCommon.xsd -ows/2.0/owsContents.xsd -ows/2.0/owsDataIdentification.xsd -ows/2.0/owsDomainType.xsd -ows/2.0/owsExceptionReport.xsd -ows/2.0/owsGetCapabilities.xsd -ows/2.0/owsGetResourceByID.xsd -ows/2.0/owsInputOutputData.xsd -ows/2.0/owsManifest.xsd -ows/2.0/owsOperationsMetadata.xsd -ows/2.0/owsServiceIdentification.xsd -ows/2.0/owsServiceProvider.xsd -ows/ows-0_3_0.zip -ows/ows-0_3_1.zip -ows/ows-0_3_2.zip -ows/ows-0_4_0.zip -ows/ows-1_0_0.zip -ows/ows-1_1_0.zip -ows/ows-2_0_0.zip -ows/ows-2_0_1.zip -ows/ows-2_0_2.zip -ows/ReadMe.txt -pipelineml/1.0/codelists/assemblyboundtype.xml -pipelineml/1.0/codelists/assemblyclassification.xml -pipelineml/1.0/codelists/assemblysubtype.xml -pipelineml/1.0/codelists/assemblytype.xml -pipelineml/1.0/codelists/capbounddimension.xml -pipelineml/1.0/codelists/capboundspecification.xml -pipelineml/1.0/codelists/capmanufacturer.xml -pipelineml/1.0/codelists/capmaterial.xml -pipelineml/1.0/codelists/capnominalpipesize.xml -pipelineml/1.0/codelists/capoutsidediameter.xml -pipelineml/1.0/codelists/capspecification.xml -pipelineml/1.0/codelists/captype.xml -pipelineml/1.0/codelists/capwallthickness.xml -pipelineml/1.0/codelists/capweight.xml -pipelineml/1.0/codelists/casingannulustype.xml -pipelineml/1.0/codelists/casingbounddimension.xml -pipelineml/1.0/codelists/casingboundspecification.xml -pipelineml/1.0/codelists/casingcrossingtype.xml -pipelineml/1.0/codelists/casinggrade.xml -pipelineml/1.0/codelists/casinginsulatortype.xml -pipelineml/1.0/codelists/casingmanufacturer.xml -pipelineml/1.0/codelists/casingmaterial.xml -pipelineml/1.0/codelists/casingnominalpipesize.xml -pipelineml/1.0/codelists/casingoutsidediameter.xml -pipelineml/1.0/codelists/casingsealtype.xml -pipelineml/1.0/codelists/casingspecification.xml -pipelineml/1.0/codelists/casingventcount.xml -pipelineml/1.0/codelists/casingwallthickness.xml -pipelineml/1.0/codelists/casingyieldstrength.xml -pipelineml/1.0/codelists/coatingapplicationlocation.xml -pipelineml/1.0/codelists/coatingboundmanufacturer.xml -pipelineml/1.0/codelists/coatingmanufacturer.xml -pipelineml/1.0/codelists/coatingmaterial.xml -pipelineml/1.0/codelists/coatingmodelnumber.xml -pipelineml/1.0/codelists/coatingproductname.xml -pipelineml/1.0/codelists/coatingthickness.xml -pipelineml/1.0/codelists/coatingtype.xml -pipelineml/1.0/codelists/collectionboundtype.xml -pipelineml/1.0/codelists/collectionclassification.xml -pipelineml/1.0/codelists/collectionsubtype.xml -pipelineml/1.0/codelists/collectiontype.xml -pipelineml/1.0/codelists/compressorboundmanufacturer.xml -pipelineml/1.0/codelists/compressorboundtype.xml -pipelineml/1.0/codelists/compressorfueltype.xml -pipelineml/1.0/codelists/compressormanufacturer.xml -pipelineml/1.0/codelists/compressormodelnumber.xml -pipelineml/1.0/codelists/compressornominalpipesize.xml -pipelineml/1.0/codelists/compressorproductname.xml -pipelineml/1.0/codelists/compressorstage.xml -pipelineml/1.0/codelists/compressorstroke.xml -pipelineml/1.0/codelists/compressorthrow.xml -pipelineml/1.0/codelists/compressortype.xml -pipelineml/1.0/codelists/elbowangle.xml -pipelineml/1.0/codelists/elbowbounddimension.xml -pipelineml/1.0/codelists/elbowboundspecification.xml -pipelineml/1.0/codelists/elbowmanufacturer.xml -pipelineml/1.0/codelists/elbowmaterial.xml -pipelineml/1.0/codelists/elbownominalpipesize.xml -pipelineml/1.0/codelists/elbowoutsidediameter.xml -pipelineml/1.0/codelists/elbowspecification.xml -pipelineml/1.0/codelists/elbowtype.xml -pipelineml/1.0/codelists/elbowwallthickness.xml -pipelineml/1.0/codelists/elbowweight.xml -pipelineml/1.0/codelists/flangeboundspecification.xml -pipelineml/1.0/codelists/flangeclass.xml -pipelineml/1.0/codelists/flangeinsulationtype.xml -pipelineml/1.0/codelists/flangemanufacturer.xml -pipelineml/1.0/codelists/flangematerial.xml -pipelineml/1.0/codelists/flangenominalpipesize.xml -pipelineml/1.0/codelists/flangespecification.xml -pipelineml/1.0/codelists/flangetype.xml -pipelineml/1.0/codelists/launcherreceiverboundmanufacturer.xml -pipelineml/1.0/codelists/launcherreceiverclass.xml -pipelineml/1.0/codelists/launcherreceivermanufacturer.xml -pipelineml/1.0/codelists/launcherreceivermodelnumber.xml -pipelineml/1.0/codelists/launcherreceivernominalpipesize.xml -pipelineml/1.0/codelists/launcherreceiverproductname.xml -pipelineml/1.0/codelists/launcherreceivertype.xml -pipelineml/1.0/codelists/linepipebendtype.xml -pipelineml/1.0/codelists/linepipebounddimension.xml -pipelineml/1.0/codelists/linepipeboundspecification.xml -pipelineml/1.0/codelists/linepipegrade.xml -pipelineml/1.0/codelists/linepipemanufacturer.xml -pipelineml/1.0/codelists/linepipematerial.xml -pipelineml/1.0/codelists/linepipenominalpipesize.xml -pipelineml/1.0/codelists/linepipeoutsidediameter.xml -pipelineml/1.0/codelists/linepipepositionvertical.xml -pipelineml/1.0/codelists/linepipeseamweldorientation.xml -pipelineml/1.0/codelists/linepipeseamweldtype.xml -pipelineml/1.0/codelists/linepipespecification.xml -pipelineml/1.0/codelists/linepipetype.xml -pipelineml/1.0/codelists/linepipewallthickness.xml -pipelineml/1.0/codelists/linepipeyieldstrength.xml -pipelineml/1.0/codelists/meterboundmanufacturer.xml -pipelineml/1.0/codelists/metermanufacturer.xml -pipelineml/1.0/codelists/metermodelnumber.xml -pipelineml/1.0/codelists/meternominalpipesize.xml -pipelineml/1.0/codelists/meterproductname.xml -pipelineml/1.0/codelists/metertype.xml -pipelineml/1.0/codelists/pipeconnectorboundtype.xml -pipelineml/1.0/codelists/pipeconnectorcoatingtype.xml -pipelineml/1.0/codelists/pipeconnectormanufacturer.xml -pipelineml/1.0/codelists/pipeconnectormaterial.xml -pipelineml/1.0/codelists/pipeconnectorsubtype.xml -pipelineml/1.0/codelists/pipeconnectortype.xml -pipelineml/1.0/codelists/pipelineboundtype.xml -pipelineml/1.0/codelists/pipelineclassification.xml -pipelineml/1.0/codelists/pipelinesubtype.xml -pipelineml/1.0/codelists/pipelinetype.xml -pipelineml/1.0/codelists/pumpbounddimension.xml -pipelineml/1.0/codelists/pumpboundmanufacturer.xml -pipelineml/1.0/codelists/pumpdiameterimpeller.xml -pipelineml/1.0/codelists/pumpdiameterinlet.xml -pipelineml/1.0/codelists/pumpdiameteroutlet.xml -pipelineml/1.0/codelists/pumpfueltype.xml -pipelineml/1.0/codelists/pumpmanufacturer.xml -pipelineml/1.0/codelists/pumpmodelnumber.xml -pipelineml/1.0/codelists/pumpnominalpipesize.xml -pipelineml/1.0/codelists/pumpproductname.xml -pipelineml/1.0/codelists/pumptype.xml -pipelineml/1.0/codelists/reducerbounddimension.xml -pipelineml/1.0/codelists/reducerboundspecification.xml -pipelineml/1.0/codelists/reducermanufacturer.xml -pipelineml/1.0/codelists/reducermaterial.xml -pipelineml/1.0/codelists/reducernominalpipesizeinlet.xml -pipelineml/1.0/codelists/reducernominalpipesizeoutlet.xml -pipelineml/1.0/codelists/reduceroutsidediameterinlet.xml -pipelineml/1.0/codelists/reduceroutsidediameteroutlet.xml -pipelineml/1.0/codelists/reducerspecification.xml -pipelineml/1.0/codelists/reducertype.xml -pipelineml/1.0/codelists/reducerwallthicknessinlet.xml -pipelineml/1.0/codelists/reducerwallthicknessoutlet.xml -pipelineml/1.0/codelists/reducerweight.xml -pipelineml/1.0/codelists/sleevebounddimension.xml -pipelineml/1.0/codelists/sleeveboundmanufacturer.xml -pipelineml/1.0/codelists/sleevemanufacturer.xml -pipelineml/1.0/codelists/sleevematerial.xml -pipelineml/1.0/codelists/sleevemodelnumber.xml -pipelineml/1.0/codelists/sleevenominalpipesize.xml -pipelineml/1.0/codelists/sleeveproductname.xml -pipelineml/1.0/codelists/sleevetype.xml -pipelineml/1.0/codelists/sleevewallthickness.xml -pipelineml/1.0/codelists/tapbounddimension.xml -pipelineml/1.0/codelists/tapfunction.xml -pipelineml/1.0/codelists/tapinstallmethod.xml -pipelineml/1.0/codelists/tapmanufacturer.xml -pipelineml/1.0/codelists/tapmaterial.xml -pipelineml/1.0/codelists/tapnominalpipesize.xml -pipelineml/1.0/codelists/tapoutsidediameterinlet.xml -pipelineml/1.0/codelists/tapoutsidediameteroutlet.xml -pipelineml/1.0/codelists/taptype.xml -pipelineml/1.0/codelists/teebounddimension.xml -pipelineml/1.0/codelists/teeboundspecification.xml -pipelineml/1.0/codelists/teemanufacturer.xml -pipelineml/1.0/codelists/teematerial.xml -pipelineml/1.0/codelists/teenominalpipesize.xml -pipelineml/1.0/codelists/teeoutletcentertoend.xml -pipelineml/1.0/codelists/teeoutsidediameteroutlet.xml -pipelineml/1.0/codelists/teeoutsidediameterrun.xml -pipelineml/1.0/codelists/teeruncentertoend.xml -pipelineml/1.0/codelists/teespecification.xml -pipelineml/1.0/codelists/teetype.xml -pipelineml/1.0/codelists/teewallthicknessoutlet.xml -pipelineml/1.0/codelists/teewallthicknessrun.xml -pipelineml/1.0/codelists/teeweight.xml -pipelineml/1.0/codelists/valveactuationtime.xml -pipelineml/1.0/codelists/valveboundspecification.xml -pipelineml/1.0/codelists/valveclass.xml -pipelineml/1.0/codelists/valvefunctiontype.xml -pipelineml/1.0/codelists/valvemanufacturer.xml -pipelineml/1.0/codelists/valvemodelnumber.xml -pipelineml/1.0/codelists/valvenominalpipesize.xml -pipelineml/1.0/codelists/valveoperability.xml -pipelineml/1.0/codelists/valvespecification.xml -pipelineml/1.0/codelists/valvetype.xml -pipelineml/1.0/codelists/virtualconnectortype.xml -pipelineml/1.0/PMLComponent.sch -pipelineml/1.0/PMLComponent.xsd -pipelineml/pipelineml-1_0_0.zip -pipelineml/pipelineml-1_0_1.zip -pipelineml/ReadMe.txt -pubsub/1.0/examples/soap/1-subscribe-request.xml -pubsub/1.0/examples/soap/2-subscribe-response.xml -pubsub/1.0/examples/soap/3a-notify-wrapped.xml -pubsub/1.0/examples/soap/3b-notify-raw.xml -pubsub/1.0/examples/soap/4-renew-request.xml -pubsub/1.0/examples/soap/Fault-SOAP11.xml -pubsub/1.0/examples/soap/Fault-SOAP12.xml -pubsub/1.0/examples/soap/GetCapabilities-request.xml -pubsub/1.0/examples/soap/GetCapabilities-response.xml -pubsub/1.0/examples/soap/GetCurrentMessage-request.xml -pubsub/1.0/examples/soap/GetCurrentMessage-response.xml -pubsub/1.0/examples/soap/hearbeat-subscribe-request.xml -pubsub/1.0/examples/soap/heartbeat-notify-raw.xml -pubsub/1.0/examples/soap/message-batching-subscribe-request.xml -pubsub/1.0/examples/soap/owsCapabilitiesWithPublisherReference.xml -pubsub/1.0/examples/soap/wsdl/example-wfs-soap-publisher-endpoints.wsdl -pubsub/1.0/examples/soap/wsdl/example-wfs-soap-receiver-endpoints.wsdl -pubsub/1.0/examples/soap/wsdl/pubsub-interfaces.wsdl -pubsub/1.0/examples/soap/wsdl/wfs-soap-publisher-bindings.wsdl -pubsub/1.0/examples/soap/wsdl/wfs-soap-receiver-bindings.wsdl -pubsub/1.0/pubsubAll.xsd -pubsub/1.0/pubsubCommon.xsd -pubsub/1.0/pubsubCreatePublication.xsd -pubsub/1.0/pubsubGetCapabilities.xsd -pubsub/1.0/pubsubGetSubscription.xsd -pubsub/1.0/pubsubPause.xsd -pubsub/1.0/pubsubRemovePublication.xsd -pubsub/1.0/pubsubRenew.xsd -pubsub/1.0/pubsubResume.xsd -pubsub/1.0/pubsubSubscribe.xsd -pubsub/1.0/pubsubUnsubscribe.xsd -pubsub/pubsub-1_0_0.zip -pubsub/ReadMe.txt -sampling/1.0.0/Examples/Borehole1.xml -sampling/1.0.0/Examples/Profile1.xml -sampling/1.0.0/Examples/Specimen1.xml -sampling/1.0.0/Examples/Specimen2.xml -sampling/1.0.0/Examples/Station1.xml -sampling/1.0.0/Examples/Station2.xml -sampling/1.0.0/LUTgeodesy.xsd -sampling/1.0.0/samplingBase.xsd -sampling/1.0.0/samplingManifold.xsd -sampling/1.0.0/sampling.xsd -sampling/1.0.0/specimen.xsd -sampling/1.0.0/surveyProcedure.xsd -sampling/2.0/samplingFeature.xsd -sampling/ReadMe.txt -sampling/sampling-1_0_0.zip -sampling/sampling-2_0_0.zip -sampling/sampling-2_0_1.zip -sampling/sampling-2_0_2.zip -samplingSpatial/2.0/examples/Borehole1.xml -samplingSpatial/2.0/examples/foi.xml -samplingSpatial/2.0/examples/Profile1.xml -samplingSpatial/2.0/examples/Station1.xml -samplingSpatial/2.0/examples/Station2.xml -samplingSpatial/2.0/examples/Station3.xml -samplingSpatial/2.0/samplingCurve.sch -samplingSpatial/2.0/samplingPoint.sch -samplingSpatial/2.0/samplingSolid.sch -samplingSpatial/2.0/samplingSurface.sch -samplingSpatial/2.0/shape-curve.sch -samplingSpatial/2.0/shape-point.sch -samplingSpatial/2.0/shape-solid.sch -samplingSpatial/2.0/shape-surface.sch -samplingSpatial/2.0/shapeTypeConsistent.sch -samplingSpatial/2.0/spatialSamplingFeature.xsd -samplingSpatial/ReadMe.txt -samplingSpatial/samplingSpatial-2_0_0.zip -samplingSpecimen/2.0/examples/SESAR-1.xml -samplingSpecimen/2.0/examples/Specimen1.xml -samplingSpecimen/2.0/examples/Specimen2.xml -samplingSpecimen/2.0/specimen.xsd -samplingSpecimen/ReadMe.txt -samplingSpecimen/samplingSpecimen-2_0_0.zip -se/1.1.0/common.xsd -se/1.1.0/example-coveragestyle.xml -se/1.1.0/example-featurestyle.xml -se/1.1.0/example-linesymbolizer.xml -se/1.1.0/example-pointsymbolizer1.xml -se/1.1.0/example-pointsymbolizer2.xml -se/1.1.0/example-polygonsymbolizer.xml -se/1.1.0/example-rastersymbolizer1.xml -se/1.1.0/example-rastersymbolizer2.xml -se/1.1.0/example-textsymbolizer.xml -se/1.1.0/FeatureStyle.xsd -se/1.1.0/Symbolizer.xsd -security/1.0/codelist/authentication.xml -security/ReadMe.txt -security/security-1_0_0.zip -security/security-1_0_1.zip -sensorML/1.0.0/base.xsd -sensorML/1.0.0/ChangeLog.txt -sensorML/1.0.0/method.xsd -sensorML/1.0.0/process.xsd -sensorML/1.0.0/sensorML.xsd -sensorML/1.0.0/system.xsd -sensorML/1.0.1/base.xsd -sensorML/1.0.1/ChangeLog.txt -sensorML/1.0.1/method.xsd -sensorML/1.0.1/process.xsd -sensorML/1.0.1/sensorML.xsd -sensorML/1.0.1/system.xsd -sensorML/2.0/aggregate_process.sch -sensorML/2.0/aggregate_process.xsd -sensorML/2.0/configuration.sch -sensorML/2.0/configuration.xsd -sensorML/2.0/core.sch -sensorML/2.0/core.xsd -sensorML/2.0/physical_component.sch -sensorML/2.0/physical_component.xsd -sensorML/2.0/physical_system.sch -sensorML/2.0/physical_system.xsd -sensorML/2.0/sensorML.xsd -sensorML/2.0/simple_process.sch -sensorML/2.0/simple_process.xsd -sensorML/2.1/aggregate_process.sch -sensorML/2.1/aggregate_process.xsd -sensorML/2.1/configuration.sch -sensorML/2.1/configuration.xsd -sensorML/2.1/core.sch -sensorML/2.1/core.xsd -sensorML/2.1/examples/sensor_instance.xml -sensorML/2.1/examples/sensor_model.xml -sensorML/2.1/physical_component.sch -sensorML/2.1/physical_component.xsd -sensorML/2.1/physical_system.sch -sensorML/2.1/physical_system.xsd -sensorML/2.1/sensorML.xsd -sensorML/2.1/simple_process.sch -sensorML/2.1/simple_process.xsd -sensorML/ReadMe.txt -sensorML/sensorML-1_0_0.zip -sensorML/sensorML-1_0_1.zip -sensorML/sensorML-2_0_0.zip -sensorML/sensorML-2_1_0.zip -se/ReadMe.txt -se/se-1_1_0.zip -sf/1.0/simple_features_geometries.rdf -sf/ReadMe.txt -sld/1.0.0/example-sld.xml -sld/1.0.0/StyledLayerDescriptor.xsd -sld/1.1.0/DescribeLayer.xsd -sld/1.1.0/example_capabilities.xml -sld/1.1.0/example_describelayer.xml -sld/1.1.0/example_getmap.xml -sld/1.1.0/example-sld.xml -sld/1.1.0/GetMap.xsd -sld/1.1.0/sldAll.xsd -sld/1.1.0/sld_capabilities.xsd -sld/1.1.0/StyledLayerDescriptor.xsd -sld/ReadMe.txt -sld/sld-0_7_x.zip -sld/sld-1_0_x.zip -sld/sld-1_1_x.zip -sos/1.0.0/ChangeLog.txt -sos/1.0.0/examples/sosCapabilities.xml -sos/1.0.0/examples/sosDescribeFeatureType.xml -sos/1.0.0/examples/sosDescribeObservationType.xml -sos/1.0.0/examples/sosDescribeResultModel.xml -sos/1.0.0/examples/sosDescribeSensor.xml -sos/1.0.0/examples/sosGetFeatureOfInterestTime.xml -sos/1.0.0/examples/sosGetFeatureOfInterest.xml -sos/1.0.0/examples/sosGetObservation1.xml -sos/1.0.0/examples/sosGetObservation2.xml -sos/1.0.0/examples/sosGetObservation3.xml -sos/1.0.0/examples/sosGetObservation4.xml -sos/1.0.0/examples/sosGetObservation5.xml -sos/1.0.0/examples/sosGetObservationById.xml -sos/1.0.0/examples/sosGetResult2.xml -sos/1.0.0/examples/sosGetResultResponse2.xml -sos/1.0.0/examples/sosGetResultResponse.xml -sos/1.0.0/examples/sosGetResult.xml -sos/1.0.0/examples/sosInsertObserationResponse.xml -sos/1.0.0/examples/sosInsertObseration.xml -sos/1.0.0/examples/sosObservation1.xml -sos/1.0.0/examples/sosObservationCollection1.xml -sos/1.0.0/examples/sosObservationCollection2.xml -sos/1.0.0/examples/sosObservationOffering.xml -sos/1.0.0/examples/sosRegisterResponse.xml -sos/1.0.0/examples/sosRegisterSensor.xml -sos/1.0.0/examples/sosSamplingPoint.xml -sos/1.0.0/ogc4sos.xsd -sos/1.0.0/sosAll.xsd -sos/1.0.0/sosCommon.xsd -sos/1.0.0/sosContents.xsd -sos/1.0.0/sosDescribeFeatureType.xsd -sos/1.0.0/sosDescribeObservationType.xsd -sos/1.0.0/sosDescribeResultModel.xsd -sos/1.0.0/sosDescribeSensor.xsd -sos/1.0.0/sosGetCapabilities.xsd -sos/1.0.0/sosGetFeatureOfInterestTime.xsd -sos/1.0.0/sosGetFeatureOfInterest.xsd -sos/1.0.0/sosGetObservationById.xsd -sos/1.0.0/sosGetObservation.xsd -sos/1.0.0/sosGetResult.xsd -sos/1.0.0/sosInsert.xsd -sos/1.0.0/sosRegisterSensor.xsd -sos/2.0/examples/core/DescribeSensor1.xml -sos/2.0/examples/core/Exception_ResponseExceedsSizeLimit.xml -sos/2.0/examples/core/GetCapabilities1_response.xml -sos/2.0/examples/core/GetCapabilities1.xml -sos/2.0/examples/core/GetObservation1_obsProps_response.xml -sos/2.0/examples/core/GetObservation1_obsProps.xml -sos/2.0/examples/core/GetObservation2_obsProps_Procedure_response.xml -sos/2.0/examples/core/GetObservation2_obsProps_Procedure.xml -sos/2.0/examples/core/GetObservation3_foiIDFilter_response.xml -sos/2.0/examples/core/GetObservation3_foiIDFilter.xml -sos/2.0/examples/core/GetObservation4_spatialFilter_response.xml -sos/2.0/examples/core/GetObservation4_spatialFilter.xml -sos/2.0/examples/enhancedOperations/GetFOI1_response.xml -sos/2.0/examples/enhancedOperations/GetFOI1.xml -sos/2.0/examples/enhancedOperations/GetFOI2_response.xml -sos/2.0/examples/enhancedOperations/GetFOI2.xml -sos/2.0/examples/enhancedOperations/GetFOI3_response.xml -sos/2.0/examples/enhancedOperations/GetFOI3.xml -sos/2.0/examples/enhancedOperations/GetObservationById_response.xml -sos/2.0/examples/enhancedOperations/GetObservationById.xml -sos/2.0/examples/resultHandling/GetResult1_response.xml -sos/2.0/examples/resultHandling/GetResult1_resultingDataArray.xml -sos/2.0/examples/resultHandling/GetResult1.xml -sos/2.0/examples/resultHandling/GetResultTemplate1_response.xml -sos/2.0/examples/resultHandling/GetResultTemplate1.xml -sos/2.0/examples/resultHandling/InsertResult1_response.xml -sos/2.0/examples/resultHandling/InsertResult1.xml -sos/2.0/examples/resultHandling/InsertResultTemplate1_response.xml -sos/2.0/examples/resultHandling/InsertResultTemplate1.xml -sos/2.0/examples/SOAP/DescribeSensor1_SOAP.xml -sos/2.0/examples/SOAP/GetCapabilities1_response_SOAP.xml -sos/2.0/examples/SOAP/GetCapabilities1_SOAP.xml -sos/2.0/examples/SOAP/GetFOI1_SOAP.xml -sos/2.0/examples/SOAP/GetObservation1_response_SOAP.xml -sos/2.0/examples/SOAP/GetObservation1_SOAP.xml -sos/2.0/examples/SOAP/sosException_InvalidPropertyOfferingCombination_SOAP12Fault.xml -sos/2.0/examples/spatialFilteringProfile/GetObservation1_spatialFilteringProfile_response.xml -sos/2.0/examples/spatialFilteringProfile/GetObservation1_spatialFilteringProfile.xml -sos/2.0/examples/transactional/DeleteSensor1_response.xml -sos/2.0/examples/transactional/DeleteSensor1.xml -sos/2.0/examples/transactional/InsertObservation1_response.xml -sos/2.0/examples/transactional/InsertObservation1.xml -sos/2.0/examples/transactional/InsertSensor1_response.xml -sos/2.0/examples/transactional/InsertSensor1.xml -sos/2.0/examples/transactional/UpdateSensorDescription1_response.xml -sos/2.0/examples/transactional/UpdateSensorDescription1.xml -sos/2.0/examples/_useCase_airbase_station_network/GetCapabilities_response.xml -sos/2.0/examples/_useCase_airbase_station_network/GetCapabilities.xml -sos/2.0/examples/_useCase_airbase_station_network/GetFeatureOfInterest_Response.xml -sos/2.0/examples/_useCase_airbase_station_network/GetFeatureOfInterest.xml -sos/2.0/examples/_useCase_airbase_station_network/GetObservation_response.xml -sos/2.0/examples/_useCase_airbase_station_network/GetObservation.xml -sos/2.0/examples/_useCase_homogeneous_sensor_network/GetCapabilities_response_homogeneous_sensor_network.xml -sos/2.0/examples/_useCase_homogeneous_sensor_network/GetFeatureOfInterest_Response.xml -sos/2.0/examples/_useCase_homogeneous_sensor_network/GetFeatureOfInterest.xml -sos/2.0/examples/_useCase_homogeneous_sensor_network/GetObservation_response.xml -sos/2.0/examples/_useCase_homogeneous_sensor_network/GetObservation.xml -sos/2.0/examples/_useCase_mobile_sensors/GetCapabilities_response_mobile_sensor.xml -sos/2.0/examples/_useCase_mobile_sensors/GetObservation_response.xml -sos/2.0/examples/_useCase_mobile_sensors/GetObservation.xml -sos/2.0/sosContents.xsd -sos/2.0/sosGetCapabilities.xsd -sos/2.0/sosGetFeatureOfInterest.xsd -sos/2.0/sosGetObservationById.xsd -sos/2.0/sosGetObservation.xsd -sos/2.0/sosGetResultTemplate.xsd -sos/2.0/sosGetResult.xsd -sos/2.0/sosInsertionCapabilities.xsd -sos/2.0/sosInsertObservation.xsd -sos/2.0/sosInsertResultTemplate.xsd -sos/2.0/sosInsertResult.xsd -sos/2.0/sosInsertSensor.xsd -sos/2.0/sos.xsd -sos/2.0/wsdl/sosWsdl11.wsdl -sos/ReadMe.txt -sos/sos-1_0_0.zip -sos/sos-2_0_0.zip -sos/sos-2_0_1.zip -sps/1.0.0/spsAll.xsd -sps/1.0.0/spsCancelRequestResponse.xsd -sps/1.0.0/spsCancelRequest.xsd -sps/1.0.0/spsCommon.xsd -sps/1.0.0/spsContents.xsd -sps/1.0.0/spsDescribeResultAccessRequestResponse.xsd -sps/1.0.0/spsDescribeResultAccessRequest.xsd -sps/1.0.0/spsDescribeTaskingRequestResponse.xsd -sps/1.0.0/spsDescribeTaskingRequest.xsd -sps/1.0.0/spsGetCapabilities.xsd -sps/1.0.0/spsGetFeasibilityRequestResponse.xsd -sps/1.0.0/spsGetFeasibilityRequest.xsd -sps/1.0.0/spsGetStatusRequestResponse.xsd -sps/1.0.0/spsGetStatusRequest.xsd -sps/1.0.0/spsMessageSchema.xsd -sps/1.0.0/spsSubmitRequestResponse.xsd -sps/1.0.0/spsSubmitRequest.xsd -sps/1.0.0/spsTaskMessageDictionary.xsd -sps/1.0.0/spsUpdateRequestResponse.xsd -sps/1.0.0/spsUpdateRequest.xsd -sps/2.0/examples/spsCancelResponse.xml -sps/2.0/examples/spsCancel.xml -sps/2.0/examples/spsCapabilities_SOAP.xml -sps/2.0/examples/spsConfirmResponse.xml -sps/2.0/examples/spsConfirm.xml -sps/2.0/examples/spsDescribeResultAccess_forTask_SOAP.xml -sps/2.0/examples/spsDescribeResultAccessResponse_forProcedure.xml -sps/2.0/examples/spsDescribeResultAccessResponse_forTask_SOAP.xml -sps/2.0/examples/spsDescribeResultAccess.xml -sps/2.0/examples/spsDescribeTaskingResponse.xml -sps/2.0/examples/spsDescribeTasking.xml -sps/2.0/examples/spsExampleService_withWSNotification.wsdl -sps/2.0/examples/spsExampleService.wsdl -sps/2.0/examples/spsExampleTopicSet.xml -sps/2.0/examples/spsException_InvalidParameterValue_SOAP12Fault.xml -sps/2.0/examples/spsException_InvalidRequest_SOAP12Fault.xml -sps/2.0/examples/spsException_StatusInformationExpired_SOAP12Fault.xml -sps/2.0/examples/spsGetCapabilities_SOAP.xml -sps/2.0/examples/spsGetFeasibilityResponse.xml -sps/2.0/examples/spsGetFeasibility.xml -sps/2.0/examples/spsGetStatus_pendingUpdate.xml -sps/2.0/examples/spsGetStatusResponse_forRequestWithSinceParameter.xml -sps/2.0/examples/spsGetStatusResponse_pendingUpdateAccepted.xml -sps/2.0/examples/spsGetStatusResponse_pendingUpdateExpired.xml -sps/2.0/examples/spsGetStatusResponse_reservationExpired.xml -sps/2.0/examples/spsGetStatusResponse.xml -sps/2.0/examples/spsGetStatus_sinceParameter.xml -sps/2.0/examples/spsGetStatus.xml -sps/2.0/examples/spsGetTaskResponse_taskCompleted.xml -sps/2.0/examples/spsGetTaskResponse.xml -sps/2.0/examples/spsGetTask.xml -sps/2.0/examples/spsNotification_DataPublished_SOAP12.xml -sps/2.0/examples/spsNotification_TaskCompleted_SOAP12.xml -sps/2.0/examples/spsNotification_TaskingRequestAccepted_SOAP12.xml -sps/2.0/examples/spsReserveResponse.xml -sps/2.0/examples/spsReserve.xml -sps/2.0/examples/spsSubmitResponse.xml -sps/2.0/examples/spsSubmit.xml -sps/2.0/examples/spsSubscribeResponse_task_SOAP12.xml -sps/2.0/examples/spsSubscribe_task_SOAP12.xml -sps/2.0/examples/spsTaskingParameters_forUpdates.xml -sps/2.0/examples/spsTopicNamespace.xml -sps/2.0/examples/spsUpdate_moveLeft.xml -sps/2.0/examples/spsUpdateResponse_moveLeft_pending.xml -sps/2.0/examples/spsUpdateResponse_moveLeft.xml -sps/2.0/examples/tasking_parameters/encodedParameterData_for_full_taskingParameters.xml -sps/2.0/examples/tasking_parameters/full_taskingParameters_DataRecord.xml -sps/2.0/examples/with_ws-addressing/spsCapabilities_SOAP12_WSA.xml -sps/2.0/examples/with_ws-addressing/spsDescribeResultAccess_forTask_SOAP12_WSA.xml -sps/2.0/examples/with_ws-addressing/spsDescribeResultAccessResponse_forTask_SOAP12_WSA.xml -sps/2.0/examples/with_ws-addressing/spsException_InvalidParameterValue_SOAP12Fault_WSA.xml -sps/2.0/examples/with_ws-addressing/spsException_InvalidRequest_SOAP12Fault_WSA.xml -sps/2.0/examples/with_ws-addressing/spsException_StatusInformationExpired_SOAP12Fault_WSA.xml -sps/2.0/examples/with_ws-addressing/spsGetCapabilities_SOAP12_WSA.xml -sps/2.0/examples/with_ws-addressing/spsSubscribeResponse_task_SOAP12_WSA.xml -sps/2.0/examples/with_ws-addressing/spsSubscribe_task_SOAP12_WSA.xml -sps/2.0/spsCancel.xsd -sps/2.0/spsCommon.xsd -sps/2.0/spsConfirm.xsd -sps/2.0/spsContents.xsd -sps/2.0/spsDescribeResultAccess.xsd -sps/2.0/spsDescribeTasking.xsd -sps/2.0/spsGetCapabilities.xsd -sps/2.0/spsGetFeasibility.xsd -sps/2.0/spsGetStatus.xsd -sps/2.0/spsGetTask.xsd -sps/2.0/spsReserve.xsd -sps/2.0/spsSubmit.xsd -sps/2.0/spsUpdate.xsd -sps/2.0/sps.xsd -sps/2.0/wsdl/spsWsdl11.wsdl -sps/ReadMe.txt -sps/sps-1_0_0.zip -sps/sps-2_0_0.zip -sweCommon/1.0.0/aggregateTypes.xsd -sweCommon/1.0.0/basicTypes.xsd -sweCommon/1.0.0/ChangeLog.txt -sweCommon/1.0.0/curveTypes.xsd -sweCommon/1.0.0/data.xsd -sweCommon/1.0.0/encoding.xsd -sweCommon/1.0.0/phenomenon.xsd -sweCommon/1.0.0/positionTypes.xsd -sweCommon/1.0.0/simpleTypes.xsd -sweCommon/1.0.0/swe.xsd -sweCommon/1.0.0/temporalAggregates.xsd -sweCommon/1.0.0/xmlData.xsd -sweCommon/1.0.1/aggregateTypes.xsd -sweCommon/1.0.1/basicTypes.xsd -sweCommon/1.0.1/ChangeLog.txt -sweCommon/1.0.1/curveTypes.xsd -sweCommon/1.0.1/data.xsd -sweCommon/1.0.1/encoding.xsd -sweCommon/1.0.1/phenomenon.xsd -sweCommon/1.0.1/positionTypes.xsd -sweCommon/1.0.1/simpleTypes.xsd -sweCommon/1.0.1/swe.xsd -sweCommon/1.0.1/temporalAggregates.xsd -sweCommon/1.0.1/xmlData.xsd -sweCommon/2.0/advanced_encodings.sch -sweCommon/2.0/advanced_encodings.xsd -sweCommon/2.0/basic_types.xsd -sweCommon/2.0/block_components.sch -sweCommon/2.0/block_components.xsd -sweCommon/2.0/choice_components.sch -sweCommon/2.0/choice_components.xsd -sweCommon/2.0/examples/image_data_with_security_extension.xml -sweCommon/2.0/examples/image_data.xml -sweCommon/2.0/examples/nav_data.xml -sweCommon/2.0/examples/security.xsd -sweCommon/2.0/examples/spec/array_image_band_interleaved.xml -sweCommon/2.0/examples/spec/array_image_pixel_interleaved.xml -sweCommon/2.0/examples/spec/array_trajectory.xml -sweCommon/2.0/examples/spec/array_weather.xml -sweCommon/2.0/examples/spec/choice_stream.xml -sweCommon/2.0/examples/spec/constraints.xml -sweCommon/2.0/examples/spec/datastream_with_quality.xml -sweCommon/2.0/examples/spec/enc_binary_image.xml -sweCommon/2.0/examples/spec/encoding_text.xml -sweCommon/2.0/examples/spec/encoding_xml.xml -sweCommon/2.0/examples/spec/enc_text_choice_stream.xml -sweCommon/2.0/examples/spec/enc_text_curve.xml -sweCommon/2.0/examples/spec/enc_text_nav_options.xml -sweCommon/2.0/examples/spec/enc_text_profile_series.xml -sweCommon/2.0/examples/spec/enc_text_stress_matrix.xml -sweCommon/2.0/examples/spec/enc_xml_curve.xml -sweCommon/2.0/examples/spec/enc_xml_profile_series.xml -sweCommon/2.0/examples/spec/matrix_rotation.xml -sweCommon/2.0/examples/spec/nilValues.xml -sweCommon/2.0/examples/spec/quality.xml -sweCommon/2.0/examples/spec/range_components.xml -sweCommon/2.0/examples/spec/record_coefs.xml -sweCommon/2.0/examples/spec/record_weather.xml -sweCommon/2.0/examples/spec/simple_components.xml -sweCommon/2.0/examples/spec/stream_nav.xml -sweCommon/2.0/examples/spec/vector_location.xml -sweCommon/2.0/examples/spec/vector_quaternion.xml -sweCommon/2.0/examples/spec/vector_velocity.xml -sweCommon/2.0/examples/sps/TaskingParameter_DataRecord_constraints.xml -sweCommon/2.0/examples/sps/TaskingParameter_DataRecord_optional.xml -sweCommon/2.0/examples/sps/TaskingParameter_DataRecord_SPS.xml -sweCommon/2.0/examples/sps/TaskingParameter_DataRecord.xml -sweCommon/2.0/examples/weather_data.xml -sweCommon/2.0/record_components.sch -sweCommon/2.0/record_components.xsd -sweCommon/2.0/simple_components.sch -sweCommon/2.0/simple_components.xsd -sweCommon/2.0/simple_encodings.sch -sweCommon/2.0/simple_encodings.xsd -sweCommon/2.0/swe.xsd -sweCommon/ReadMe.txt -sweCommon/sweCommon-1_0_0.zip -sweCommon/sweCommon-1_0_1.zip -sweCommon/sweCommon-2_0_0.zip -sweCommon/sweCommon-2_0_1.zip -swes/2.0/swesCommon.xsd -swes/2.0/swesContents.xsd -swes/2.0/swesDeleteSensor.xsd -swes/2.0/swesDescribeSensor.xsd -swes/2.0/swesInsertSensor.xsd -swes/2.0/swesNotification.xsd -swes/2.0/swesUpdateSensorDescription.xsd -swes/2.0/swes.xsd -swes/2.0/wsdl/swesWsdl11.wsdl -swes/ReadMe.txt -swes/swes-2_0_0.zip -tjs/1.0/examples/01_TJS_1x0_GetCapabilities_request.xml -tjs/1.0/examples/01_TJS_1x0_GetCapabilities_response.xml -tjs/1.0/examples/11_TJS_1x0_DescribeFrameworks_request.xml -tjs/1.0/examples/11_TJS_1x0_DescribeFrameworks_response.xml -tjs/1.0/examples/21_TJS_1x0_DescribeDatasets_request.xml -tjs/1.0/examples/21_TJS_1x0_DescribeDatasets_response.xml -tjs/1.0/examples/31_TJS_1x0_DescribeData_request.xml -tjs/1.0/examples/31_TJS_1x0_DescribeData_response.xml -tjs/1.0/examples/41_TJS_1x0_GetData_request.xml -tjs/1.0/examples/41_TJS_1x0_GetData_response.xml -tjs/1.0/examples/51_TJS_1x0_DescribeJoinAbilites_request.xml -tjs/1.0/examples/51_TJS_1x0_DescribeJoinAbilities_response.xml -tjs/1.0/examples/61_TJS_1x0_DescribeKey_request.xml -tjs/1.0/examples/61_TJS_1x0_DescribeKey_response.xml -tjs/1.0/examples/71_TJS_1x0_JoinData_request.xml -tjs/1.0/examples/71_TJS_1x0_JoinData_response.xml -tjs/1.0/examples/79_TJS_1x0_JoinData_ExceptionReport.xml -tjs/1.0/tjsAll.xsd -tjs/1.0/tjsDescribeData_request.xsd -tjs/1.0/tjsDescribeData_response.xsd -tjs/1.0/tjsDescribeDatasets_request.xsd -tjs/1.0/tjsDescribeDatasets_response.xsd -tjs/1.0/tjsDescribeFrameworks_request.xsd -tjs/1.0/tjsDescribeFrameworks_response.xsd -tjs/1.0/tjsDescribeJoinAbilities_request.xsd -tjs/1.0/tjsDescribeJoinAbilities_response.xsd -tjs/1.0/tjsDescribeKey_request.xsd -tjs/1.0/tjsDescribeKey_response.xsd -tjs/1.0/tjsGetCapabilities_request.xsd -tjs/1.0/tjsGetCapabilities_response.xsd -tjs/1.0/tjsGetData_request.xsd -tjs/1.0/tjsGetData_response.xsd -tjs/1.0/tjsJoinData_request.xsd -tjs/1.0/tjsJoinData_response.xsd -tjs/1.0/tjsService.xsd -tjs/1.0/tjsWSDL.xsd -tjs/1.0/wsdl_examples/tjs_abstract.wsdl -tjs/1.0/wsdl_examples/tjs_concrete.wsdl -tjs/ReadMe.txt -tjs/tjs-1_0_0.zip -tjs/tjs-1_0_1.zip -tml/1.0.0/IC-ISM-v2.xsd -tml/1.0.0/tml.xsd -tml/ReadMe.txt -tml/tml-1_0_0.zip -tms/1.0/json/examples/CanadianNAD83_LCC.json -tms/1.0/json/examples/EuropeanETRS89_LAEAQuad.json -tms/1.0/json/examples/GNOSISGlobalGrid.json -tms/1.0/json/examples/LayerWithTMSLink.json -tms/1.0/json/examples/LayerWithTMSLink-schema.json -tms/1.0/json/examples/UPSAntarcticWGS84Quad.json -tms/1.0/json/examples/UPSArcticWGS84Quad.json -tms/1.0/json/examples/UTM31WGS84Quad.json -tms/1.0/json/examples/WebMercatorQuad.json -tms/1.0/json/examples/WorldCRS84Quad.json -tms/1.0/json/examples/WorldCRS84QuadVariableWidth.json -tms/1.0/json/examples/WorldMercatorWGS84Quad.json -tms/1.0/json/tms-schema.json -tms/1.0/rdf/examples/WorldCRS84QuadVariableWidth.json -tms/1.0/rdf/examples/WorldCRS84QuadVariableWidth.n3 -tms/1.0/rdf/tms-boundingbox-context.json -tms/1.0/rdf/tms-context.json -tms/1.0/rdf/tms-tilematrix-context.json -tms/1.0/rdf/tms-variablematrixwidth-context.json -tms/1.0/xml/examples/CanadianNAD83_LCC.xml -tms/1.0/xml/examples/EuropeanETRS89_LAEAQuad.xml -tms/1.0/xml/examples/LayerWithTMSLink.xml -tms/1.0/xml/examples/LayerWithTMSLink.xsd -tms/1.0/xml/examples/UPSAntarcticWGS84Quad.xml -tms/1.0/xml/examples/UPSArcticWGS84Quad.xml -tms/1.0/xml/examples/UTM31WGS84Quad.xml -tms/1.0/xml/examples/WebMercatorQuad.xml -tms/1.0/xml/examples/WorldCRS84QuadVariableWidth.xml -tms/1.0/xml/examples/WorldCRS84Quad.xml -tms/1.0/xml/examples/WorldMercatorWGS84Quad.xml -tms/1.0/xml/tms.xsd -tms/2.0/json/2DBoundingBox.json -tms/2.0/json/2DPoint.json -tms/2.0/json/crs.json -tms/2.0/json/dataType.json -tms/2.0/json/examples/tilematrixset/CanadianNAD83_LCC.json -tms/2.0/json/examples/tilematrixset/CDB1GlobalGrid.json -tms/2.0/json/examples/tilematrixset/EuropeanETRS89_LAEAQuad.json -tms/2.0/json/examples/tilematrixset/GNOSISGlobalGrid.json -tms/2.0/json/examples/tilematrixset/UPSAntarcticWGS84Quad.json -tms/2.0/json/examples/tilematrixset/UPSArcticWGS84Quad.json -tms/2.0/json/examples/tilematrixset/UTM31WGS84Quad.json -tms/2.0/json/examples/tilematrixset/WebMercatorQuad.json -tms/2.0/json/examples/tilematrixset/WGS1984Quad.json -tms/2.0/json/examples/tilematrixset/WorldCRS84Quad.json -tms/2.0/json/examples/tilematrixset/WorldMercatorWGS84Quad.json -tms/2.0/json/examples/tileset/AgricultureSrf.map.tiles.WebMercatorQuad.json -tms/2.0/json/examples/tileset/AgricultureSrf.tiles.WebMercatorQuad.json -tms/2.0/json/examples/tileset/map.tiles.WebMercatorQuad.json -tms/2.0/json/examples/tileset/tiles.WebMercatorQuad.json -tms/2.0/json/geospatialData.json -tms/2.0/json/link.json -tms/2.0/json/projJSON.json -tms/2.0/json/propertiesSchema.json -tms/2.0/json/style.json -tms/2.0/json/tileMatrix.json -tms/2.0/json/tileMatrixLimits.json -tms/2.0/json/tileMatrixSet.json -tms/2.0/json/tilePoint.json -tms/2.0/json/tileSet.json -tms/2.0/json/timeStamp.json -tms/2.0/json/variableMatrixWidth.json -tms/2.0/xml/bbox.xsd -tms/2.0/xml/common.xsd -tms/2.0/xml/crs.xsd -tms/2.0/xml/description.xsd -tms/2.0/xml/examples/tilematrixset/CanadianNAD83_LCC.xml -tms/2.0/xml/examples/tilematrixset/CDB1GlobalGrid.xml -tms/2.0/xml/examples/tilematrixset/EuropeanETRS89_LAEAQuad.xml -tms/2.0/xml/examples/tilematrixset/GNOSISGlobalGrid.xml -tms/2.0/xml/examples/tilematrixset/UPSAntarcticWGS84Quad.xml -tms/2.0/xml/examples/tilematrixset/UPSArcticWGS84Quad.xml -tms/2.0/xml/examples/tilematrixset/UTM31WGS84Quad.xml -tms/2.0/xml/examples/tilematrixset/WebMercatorQuad.xml -tms/2.0/xml/examples/tilematrixset/WGS1984Quad.xml -tms/2.0/xml/examples/tilematrixset/WorldCRS84Quad.xml -tms/2.0/xml/examples/tilematrixset/WorldMercatorWGS84Quad.xml -tms/2.0/xml/examples/tileset/tiles.WebMercatorQuad.xml -tms/2.0/xml/mediatype.xsd -tms/2.0/xml/tilematrixlimits.xsd -tms/2.0/xml/tilematrixset.xsd -tms/2.0/xml/tileset.xsd -tms/ReadMe.txt -tms/tms-1_0_0.zip -tms/tms-2_0_0.zip -tsml/1.0/collection.xsd -tsml/1.0/examples/encoding_examples/xsd-categorical-timeseries-tvp.xml -tsml/1.0/examples/encoding_examples/xsd-collection.xml -tsml/1.0/examples/encoding_examples/xsd-encoding-rules.xml -tsml/1.0/examples/encoding_examples/xsd-measurement-timeseries-tvp.xml -tsml/1.0/examples/encoding_examples/xsd-monitoring-feature.xml -tsml/1.0/examples/encoding_examples/xsd-observation-process.xml -tsml/1.0/examples/measurement-timeseries-discharge.xml -tsml/1.0/examples/measurement-timeseries-example.xml -tsml/1.0/examples/measurement-timeseries-min-daily-discharge-monthly.xml -tsml/1.0/examples/measurement-timeseries-multi-phenomenon-tvp.xml -tsml/1.0/examples/measurement-timeseries-qualifier.xml -tsml/1.0/examples/measurement-timeseries-soilmoisture-avg-dr.xml -tsml/1.0/examples/measurement-timeseries-soilmoisture-avg-tvp-irregular.xml -tsml/1.0/examples/measurement-timeseries-soilmoisture-avg-tvp-spacing.xml -tsml/1.0/examples/measurement-timeseries-soilmoisture-avg-tvp.xml -tsml/1.0/examples/timeseries-categorical-domain-range-example.xml -tsml/1.0/examples/timeseries-domain-range-example.xml -tsml/1.0/monitoringFeature.xsd -tsml/1.0/observationProcess.xsd -tsml/1.0/schematron/6-10-xsd-measurment-timeseries-domain-range-observation.sch -tsml/1.0/schematron/6-11-xsd-timeseries-tvp.sch -tsml/1.0/schematron/6-12-xsd-categorical-timeseries-tvp.sch -tsml/1.0/schematron/6-13-xsd-measurement-timeseries-tvp.sch -tsml/1.0/schematron/6-15-xsd-collection.sch -tsml/1.0/schematron/6-17-xsd-monitoring-feature-feature-of-interest.sch -tsml/1.0/schematron/6-3-xsd-xml-rules.sch -tsml/1.0/schematron/6-4-xsd-timeseries-observation.sch -tsml/1.0/schematron/6-5-xsd-timeseries-tvp-observation.sch -tsml/1.0/schematron/6-6-xsd-categorical-timeseries-tvp-observation.sch -tsml/1.0/schematron/6-7-xsd-measurement-timeseries-tvp-observation.sch -tsml/1.0/schematron/6-8-xsd-timeseries-domain-range-observation.sch -tsml/1.0/schematron/6-9-xsd-categorical-timeseries-domain-range-observation.sch -tsml/1.0/timeseriesDR.xsd -tsml/1.0/timeseriesMetadata.xsd -tsml/1.0/timeseriesML.xsd -tsml/1.0/timeseriesTVP.xsd -tsml/1.2/collection.xsd -tsml/1.2/examples/encoding_examples/xsd-categorical-timeseries-tvp.xml -tsml/1.2/examples/encoding_examples/xsd-collection.xml -tsml/1.2/examples/encoding_examples/xsd-encoding-rules.xml -tsml/1.2/examples/encoding_examples/xsd-measurement-timeseries-tvp.xml -tsml/1.2/examples/encoding_examples/xsd-monitoring-feature.xml -tsml/1.2/examples/encoding_examples/xsd-observation-process.xml -tsml/1.2/examples/measurement-timeseries-discharge.xml -tsml/1.2/examples/measurement-timeseries-example.xml -tsml/1.2/examples/measurement-timeseries-min-daily-discharge-monthly.xml -tsml/1.2/examples/measurement-timeseries-multi-phenomenon-tvp.xml -tsml/1.2/examples/measurement-timeseries-qualifier.xml -tsml/1.2/examples/measurement-timeseries-soilmoisture-avg-dr.xml -tsml/1.2/examples/measurement-timeseries-soilmoisture-avg-tvp-irregular.xml -tsml/1.2/examples/measurement-timeseries-soilmoisture-avg-tvp-spacing.xml -tsml/1.2/examples/measurement-timeseries-soilmoisture-avg-tvp.xml -tsml/1.2/examples/timeseries-categorical-domain-range-example.xml -tsml/1.2/examples/timeseries-domain-range-example.xml -tsml/1.2/monitoringFeature.xsd -tsml/1.2/observationProcess.xsd -tsml/1.2/schematron/6-10-xsd-measurment-timeseries-domain-range-observation.sch -tsml/1.2/schematron/6-11-xsd-timeseries-tvp.sch -tsml/1.2/schematron/6-12-xsd-categorical-timeseries-tvp.sch -tsml/1.2/schematron/6-13-xsd-measurement-timeseries-tvp.sch -tsml/1.2/schematron/6-15-xsd-collection.sch -tsml/1.2/schematron/6-17-xsd-monitoring-feature-feature-of-interest.sch -tsml/1.2/schematron/6-3-xsd-xml-rules.sch -tsml/1.2/schematron/6-4-xsd-timeseries-observation.sch -tsml/1.2/schematron/6-5-xsd-timeseries-tvp-observation.sch -tsml/1.2/schematron/6-6-xsd-categorical-timeseries-tvp-observation.sch -tsml/1.2/schematron/6-7-xsd-measurement-timeseries-tvp-observation.sch -tsml/1.2/schematron/6-8-xsd-timeseries-domain-range-observation.sch -tsml/1.2/schematron/6-9-xsd-categorical-timeseries-domain-range-observation.sch -tsml/1.2/timeseriesDR.xsd -tsml/1.2/timeseriesMetadata.xsd -tsml/1.2/timeseriesML.xsd -tsml/1.2/timeseriesTVP.xsd -tsml/1.3/collection.xsd -tsml/1.3/examples/encoding_examples/xsd-categorical-timeseries-tvp.xml -tsml/1.3/examples/encoding_examples/xsd-collection.xml -tsml/1.3/examples/encoding_examples/xsd-encoding-rules.xml -tsml/1.3/examples/encoding_examples/xsd-measurement-timeseries-tvp.xml -tsml/1.3/examples/encoding_examples/xsd-monitoring-feature.xml -tsml/1.3/examples/encoding_examples/xsd-observation-process.xml -tsml/1.3/examples/measurement-timeseries-discharge.xml -tsml/1.3/examples/measurement-timeseries-example.xml -tsml/1.3/examples/measurement-timeseries-min-daily-discharge-monthly.xml -tsml/1.3/examples/measurement-timeseries-multi-phenomenon-tvp.xml -tsml/1.3/examples/measurement-timeseries-qualifier.xml -tsml/1.3/examples/measurement-timeseries-soilmoisture-avg-dr.xml -tsml/1.3/examples/measurement-timeseries-soilmoisture-avg-tvp-irregular.xml -tsml/1.3/examples/measurement-timeseries-soilmoisture-avg-tvp-spacing.xml -tsml/1.3/examples/measurement-timeseries-soilmoisture-avg-tvp.xml -tsml/1.3/examples/timeseries-categorical-domain-range-example.xml -tsml/1.3/examples/timeseries-domain-range-example.xml -tsml/1.3/monitoringFeature.xsd -tsml/1.3/observationProcess.xsd -tsml/1.3/schematron/6-10-xsd-measurment-timeseries-domain-range-observation.sch -tsml/1.3/schematron/6-11-xsd-timeseries-tvp.sch -tsml/1.3/schematron/6-12-xsd-categorical-timeseries-tvp.sch -tsml/1.3/schematron/6-13-xsd-measurement-timeseries-tvp.sch -tsml/1.3/schematron/6-15-xsd-collection.sch -tsml/1.3/schematron/6-17-xsd-monitoring-feature-feature-of-interest.sch -tsml/1.3/schematron/6-3-xsd-xml-rules.sch -tsml/1.3/schematron/6-4-xsd-timeseries-observation.sch -tsml/1.3/schematron/6-5-xsd-timeseries-tvp-observation.sch -tsml/1.3/schematron/6-6-xsd-categorical-timeseries-tvp-observation.sch -tsml/1.3/schematron/6-7-xsd-measurement-timeseries-tvp-observation.sch -tsml/1.3/schematron/6-8-xsd-timeseries-domain-range-observation.sch -tsml/1.3/schematron/6-9-xsd-categorical-timeseries-domain-range-observation.sch -tsml/1.3/timeseriesDR.xsd -tsml/1.3/timeseriesMetadata.xsd -tsml/1.3/timeseriesML.xsd -tsml/1.3/timeseriesTVP.xsd -tsml/ReadMe.txt -tsml/tsml-1_0_0.zip -tsml/tsml-1_2_0.zip -tsml/tsml-1_3_0.zip -USAGE.txt -VERSIONS.txt -waterml/2.0/categorical-timeseries-tvp-observation.sch -waterml/2.0/categorical-timeseries-tvp.sch -waterml/2.0/collection.xsd -waterml/2.0/domain-range-informative/timeseries-domain-range-example.xml -waterml/2.0/domain-range-informative/timeseries-domain-range-wfs-example.xml -waterml/2.0/domain-range-informative/timeseries-domain-range.xsd -waterml/2.0/examples/collection-forecasting-example.xml -waterml/2.0/examples/encoding_examples/xsd-categorical-timeseries-tvp.xml -waterml/2.0/examples/encoding_examples/xsd-collection.xml -waterml/2.0/examples/encoding_examples/xsd-encoding-rules.xml -waterml/2.0/examples/encoding_examples/xsd-measurement-timeseries-tvp.xml -waterml/2.0/examples/encoding_examples/xsd-monitoring-point.xml -waterml/2.0/examples/encoding_examples/xsd-observation-process.xml -waterml/2.0/examples/encoding_examples/xsd-timeseries-observation.xml -waterml/2.0/examples/measurement-timeseries-discharge.xml -waterml/2.0/examples/measurement-timeseries-example.xml -waterml/2.0/examples/measurement-timeseries-min-daily-discharge-monthly.xml -waterml/2.0/examples/measurement-timeseries-qualifier.xml -waterml/2.0/measurement-timeseries-tvp-observation.sch -waterml/2.0/measurement-timeseries-tvp.sch -waterml/2.0/monitoring-point-feature-of-interest.sch -waterml/2.0/monitoringPoint.xsd -waterml/2.0/observationProcess.xsd -waterml/2.0/timeseriesObservationMetadata.xsd -waterml/2.0/timeseries-observation.sch -waterml/2.0/timeseries.sch -waterml/2.0/timeseries-tvp-observation.sch -waterml/2.0/timeseries.xsd -waterml/2.0/vocabulary.sch -waterml/2.0/waterml2.xsd -waterml/2.0/xml-rules.sch -waterml/part2/1.0/collection.xsd -waterml/part2/1.0/conversions.xsd -waterml/part2/1.0/examples/collection-example.xml -waterml/part2/1.0/examples/conversion-group-example-with-datum.xml -waterml/part2/1.0/examples/conversion-group-linked-tables.xml -waterml/part2/1.0/examples/conversion-shift-example.xml -waterml/part2/1.0/examples/conversion-single-example.xml -waterml/part2/1.0/examples/conversion-table-service-output.xml -waterml/part2/1.0/examples/cross-section-example-georeferenced.xml -waterml/part2/1.0/examples/cross-section-example-line-string.xml -waterml/part2/1.0/examples/gauging-collection-byRef.xml -waterml/part2/1.0/examples/gauging-collection-expanded-example.xml -waterml/part2/1.0/examples/gauging-example-extended.xml -waterml/part2/1.0/examples/gauging-example-service-output.xml -waterml/part2/1.0/examples/gauging-example-with-conditions.xml -waterml/part2/1.0/examples/gauging-example.xml -waterml/part2/1.0/examples/monitoring-point.xml -waterml/part2/1.0/examples/range-groups-example.xml -waterml/part2/1.0/gauging-observation.sch -waterml/part2/1.0/gaugings.xsd -waterml/part2/1.0/rangeValues.xsd -waterml/part2/1.0/sections.xsd -waterml/part2/1.0/waterml2-part2.xsd -waterml/ReadMe.txt -waterml/waterml-2_0_0.zip -waterml/waterml-2_0_1.zip -waterml/waterml-2_0_2.zip -waterml/waterml2-part2-1_0_0.zip -wcps/1.0/wcpsAll.xsd -wcps/1.0/wcpsProcessCoverages.xsd -wcps/1.1/wcpsAll.xsd -wcps/1.1/wcpsProcessCoverages.xsd -wcps/ReadMe.txt -wcps/wcps-1_0_0.zip -wcps/wcps-1_1_0.zip -wcs/1.0.0/describeCoverage.xsd -wcs/1.0.0/getCoverage.xsd -wcs/1.0.0/gml4wcs.xsd -wcs/1.0.0/OGC-exception.xsd -wcs/1.0.0/owsBase.xsd -wcs/1.0.0/values.xsd -wcs/1.0.0/wcsAll.xsd -wcs/1.0.0/wcsCapabilities.xsd -wcs/1.1.0/Examples/example2dGridCRSdefault1.xml -wcs/1.1.0/Examples/example2dGridCRSdefault2.xml -wcs/1.1.0/Examples/example2dGridCRSdefault3.xml -wcs/1.1.0/Examples/exampleCapabilities1.xml -wcs/1.1.0/Examples/exampleCapabilities2.xml -wcs/1.1.0/Examples/exampleCoverageDescription1.xml -wcs/1.1.0/Examples/exampleCoverageDescription2.xml -wcs/1.1.0/Examples/exampleDescribeCoverage1.xml -wcs/1.1.0/Examples/exampleGetCapabilitiesMax.xml -wcs/1.1.0/Examples/exampleGetCapabilitiesMin.xml -wcs/1.1.0/Examples/exampleGetCoverage1.xml -wcs/1.1.0/Examples/exampleGetCoverage2.xml -wcs/1.1.0/Examples/exampleInterpolationMethods1.xml -wcs/1.1.0/Examples/exampleInterpolationMethods2.xml -wcs/1.1.0/GridMethods/2dGridIn2dCrsMethod.xml -wcs/1.1.0/GridMethods/2dGridIn3dCRsMethod.xml -wcs/1.1.0/GridMethods/2dSimpleGridMethod.xml -wcs/1.1.0/interpolationMethods.xml -wcs/1.1.0/owcsAll.xsd -wcs/1.1.0/owsCoverages.xsd -wcs/1.1.0/owsDataIdentification.xsd -wcs/1.1.0/owsDomainType.xsd -wcs/1.1.0/owsGetCapabilities.xsd -wcs/1.1.0/owsInterpolationMethod.xsd -wcs/1.1.0/owsManifest.xsd -wcs/1.1.0/owsOperationsMetadata.xsd -wcs/1.1.0/owsServiceIdentification.xsd -wcs/1.1.0/wcsAll.xsd -wcs/1.1.0/wcsCommon.xsd -wcs/1.1.0/wcsContents.xsd -wcs/1.1.0/wcsDescribeCoverage.xsd -wcs/1.1.0/wcsGetCapabilities.xsd -wcs/1.1.0/wcsGetCoverage.xsd -wcs/1.1.0/wcsGridCRS.xsd -wcs/1.1/Examples/example2dGridCRSdefault1.xml -wcs/1.1/Examples/example2dGridCRSdefault2.xml -wcs/1.1/Examples/example2dGridCRSdefault3.xml -wcs/1.1/Examples/exampleCapabilities1.xml -wcs/1.1/Examples/exampleCapabilities2.xml -wcs/1.1/Examples/exampleCoverageDescription1.xml -wcs/1.1/Examples/exampleCoverageDescription2.xml -wcs/1.1/Examples/exampleCoverages1.xml -wcs/1.1/Examples/exampleDescribeCoverage1.xml -wcs/1.1/Examples/exampleDescribeCoverage2.xml -wcs/1.1/Examples/exampleGetCapabilitiesMax.xml -wcs/1.1/Examples/exampleGetCapabilitiesMin.xml -wcs/1.1/Examples/exampleGetCoverage1.xml -wcs/1.1/Examples/exampleGetCoverage2.xml -wcs/1.1/Examples/exampleGetCoverage3.xml -wcs/1.1/Examples/exampleGetCoverage4.xml -wcs/1.1/Examples/exampleInterpolationMethods1.xml -wcs/1.1/Examples/exampleInterpolationMethods2.xml -wcs/1.1/gml4wcs.xsd -wcs/1.1/GMLprofileForWCS/basicTypes.xsd -wcs/1.1/GMLprofileForWCS/coordinateOperations.xsd -wcs/1.1/GMLprofileForWCS/coordinateReferenceSystems.xsd -wcs/1.1/GMLprofileForWCS/coordinateSystems.xsd -wcs/1.1/GMLprofileForWCS/dataQuality.xsd -wcs/1.1/GMLprofileForWCS/datums.xsd -wcs/1.1/GMLprofileForWCS/dictionary.xsd -wcs/1.1/GMLprofileForWCS/geometryBasic0d1d.xsd -wcs/1.1/GMLprofileForWCS/geometryBasic2d.xsd -wcs/1.1/GMLprofileForWCS/gmlBase.xsd -wcs/1.1/GMLprofileForWCS/measures.xsd -wcs/1.1/GMLprofileForWCS/referenceSystems.xsd -wcs/1.1/GMLprofileForWCS/temporal.xsd -wcs/1.1/GMLprofileForWCS/units.xsd -wcs/1.1/GridMethods/2dGridIn2dCrsMethod.xml -wcs/1.1/GridMethods/2dGridIn3dCRsMethod.xml -wcs/1.1/GridMethods/2dSimpleGridMethod.xml -wcs/1.1/interpolationMethods.xml -wcs/1.1/wcsAll.xsd -wcs/1.1/wcsCommon.xsd -wcs/1.1/wcsContents.xsd -wcs/1.1/wcsCoverages.xsd -wcs/1.1/wcsDescribeCoverage.xsd -wcs/1.1/wcsGetCapabilities.xsd -wcs/1.1/wcsGetCoverage.xsd -wcs/1.1/wcsGridCRS.xsd -wcs/1.1/wcsInterpolationMethod.xsd -wcs/2.0/examples/discreteCurveCoverage/requestDescribeCoverage.xml -wcs/2.0/examples/discreteCurveCoverage/requestGetCapabilities.xml -wcs/2.0/examples/discreteCurveCoverage/requestGetCoverage.xml -wcs/2.0/examples/discreteCurveCoverage/responseDescribeCoverage.xml -wcs/2.0/examples/discreteCurveCoverage/responseGetCapabilities.xml -wcs/2.0/examples/discreteCurveCoverage/responseGetCoverage.xml -wcs/2.0/examples/discreteGridPointCoverage/requestDescribeCoverage.xml -wcs/2.0/examples/discreteGridPointCoverage/requestGetCapabilities.xml -wcs/2.0/examples/discreteGridPointCoverage/requestGetCoverageSlicing.xml -wcs/2.0/examples/discreteGridPointCoverage/requestGetCoverageTrimmingSlicing.xml -wcs/2.0/examples/discreteGridPointCoverage/requestGetCoverageTrimming.xml -wcs/2.0/examples/discreteGridPointCoverage/requestGetCoverage.xml -wcs/2.0/examples/discreteGridPointCoverage/responseDescribeCoverage.xml -wcs/2.0/examples/discreteGridPointCoverage/responseGetCapabilities.xml -wcs/2.0/examples/discreteGridPointCoverage/responseGetCoverageSlicing.xml -wcs/2.0/examples/discreteGridPointCoverage/responseGetCoverageTrimming.xml -wcs/2.0/examples/discreteGridPointCoverage/responseGetCoverage.xml -wcs/2.0/examples/discretePointCoverage/requestDescribeCoverage.xml -wcs/2.0/examples/discretePointCoverage/requestGetCapabilities.xml -wcs/2.0/examples/discretePointCoverage/requestGetCoverageTrimming.xml -wcs/2.0/examples/discretePointCoverage/requestGetCoverage.xml -wcs/2.0/examples/discretePointCoverage/responseDescribeCoverage.xml -wcs/2.0/examples/discretePointCoverage/responseGetCapabilities.xml -wcs/2.0/examples/discretePointCoverage/responseGetCoverageTrimming.xml -wcs/2.0/examples/discretePointCoverage/responseGetCoverage.xml -wcs/2.0/examples/discreteSolidCoverage/requestDescribeCoverage.xml -wcs/2.0/examples/discreteSolidCoverage/requestGetCapabilities.xml -wcs/2.0/examples/discreteSolidCoverage/requestGetCoverage.xml -wcs/2.0/examples/discreteSolidCoverage/responseDescribeCoverage.xml -wcs/2.0/examples/discreteSolidCoverage/responseGetCapabilities.xml -wcs/2.0/examples/discreteSolidCoverage/responseGetCoverage.xml -wcs/2.0/examples/discreteSurfaceCoverage/requestDescribeCoverage.xml -wcs/2.0/examples/discreteSurfaceCoverage/requestGetCapabilities.xml -wcs/2.0/examples/discreteSurfaceCoverage/requestGetCoverage.xml -wcs/2.0/examples/discreteSurfaceCoverage/responseDescribeCoverage.xml -wcs/2.0/examples/discreteSurfaceCoverage/responseGetCapabilities.xml -wcs/2.0/examples/discreteSurfaceCoverage/responseGetCoverage.xml -wcs/2.0/wcsAll.xsd -wcs/2.0/wcsCommon.xsd -wcs/2.0/wcsDescribeCoverage.xsd -wcs/2.0/wcsGetCapabilities.xsd -wcs/2.0/wcsGetCoverage.xsd -wcs/2.0/wsdl/example-soap-endpoint.wsdl -wcs/2.0/wsdl/wcs-soap-binding.wsdl -wcs/2.1/gml/examples/GeneralGridCoverage/requestDescribeCoverage.xml -wcs/2.1/gml/examples/GeneralGridCoverage/requestGetCapabilities.xml -wcs/2.1/gml/examples/GeneralGridCoverage/requestGetCoverageSlicing.xml -wcs/2.1/gml/examples/GeneralGridCoverage/requestGetCoverageTrimmingSlicing.xml -wcs/2.1/gml/examples/GeneralGridCoverage/requestGetCoverageTrimming.xml -wcs/2.1/gml/examples/GeneralGridCoverage/requestGetCoverage.xml -wcs/2.1/gml/examples/GeneralGridCoverage/responseDescribeCoverage.xml -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCapabilities.xml -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCoverage_multipart.dat -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCoverage_multipart_part_1.xml -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCoverage_multipart_part_2.tif -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCoverageSlicing.xml -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCoverageTrimming.xml -wcs/2.1/gml/examples/GeneralGridCoverage/responseGetCoverage.xml -wcs/2.1/gml/wcsAll.xsd -wcs/2.1/gml/wcsCommon.xsd -wcs/2.1/gml/wcsDescribeCoverage.xsd -wcs/2.1/gml/wsdl/example-soap-endpoint.wsdl -wcs/2.1/gml/wsdl/wcs-soap-binding.wsdl -wcs/crs/1.0/examples/requestGetCoverageOutputCRS.xml -wcs/crs/1.0/examples/requestGetCoverageSubsettingCRS.xml -wcs/crs/1.0/examples/responseGetCapabilities.xml -wcs/crs/1.0/wcsCrs.sch -wcs/crs/1.0/wcsCrs.xsd -wcs/crs/1.1/examples/requestGetCoverageOutputCRS.xml -wcs/crs/1.1/examples/requestGetCoverageSubsettingCRS.xml -wcs/crs/1.1/examples/responseGetCapabilities.xml -wcs/crs/1.1/wcsCrs.sch -wcs/crs/1.1/wcsCrs.xsd -wcs/interpolation/1.0/wcsInt.sch -wcs/interpolation/1.0/wcsInt.xsd -wcs/interpolation/1.1/wcsInt.sch -wcs/interpolation/1.1/wcsInt.xsd -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities_GroupsCollectionSummaryMultiModel_CollectionId.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities_GroupsCollectionSummaryMultiModel_Envelope.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities_GroupsCollectionSummaryMultiModel_full.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities_GroupsCollectionSummaryMultiModel_Simple.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities_GroupsCollectionSummaryMultiModel.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities-NoGroupsCollectionandCoverageSummary.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities-NoGroupsCollectionSummary.xml -wcs/metoceanProfile/1.0/examples/Capabilities/metocean_requestGetCapabilities-NoGroupsCoverageSummary.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_GroupsCollectionSummaryMultiModel_CollectionId.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_GroupsCollectionSummaryMultiModel_Envelope.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_GroupsCollectionSummaryMultiModel_full.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_GroupsCollectionSummaryMultiModel_Simple.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_GroupsCollectionSummaryMultiModel.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_GroupsCSimulationl_CollectionId.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_NoGroupsCollectionandCoverageSummary.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_NoGroupsCollectionSummary.xml -wcs/metoceanProfile/1.0/examples/Capabilities/MetOCGetCapabilities_NoGroupsCoverageSummary.xml -wcs/metoceanProfile/1.0/examples/DescribeCollections/covcoll_responseDescribeCoverageCollection_GFS.xml -wcs/metoceanProfile/1.0/examples/DescribeCollections/metocean_requestDescribeCoverageCollection.xml -wcs/metoceanProfile/1.0/examples/DescribeCoverage/metocean_requestDescribeCoverage_ISBL_CIS_PT0H_ISBL_CIS_PT0H_NoMask.xml -wcs/metoceanProfile/1.0/examples/DescribeCoverage/metocean_requestDescribeCoverage_ISBL_CIS_PT0H.xml -wcs/metoceanProfile/1.0/examples/DescribeCoverage/metocean_responseDescribeCoverage_GroundL_CIS_PT0H_NoMask.xml -wcs/metoceanProfile/1.0/examples/DescribeCoverage/metocean_responseDescribeCoverage_ISBL_CIS_PT0H_NoMask.xml -wcs/metoceanProfile/1.0/examples/DescribeCoverage/metocean_responseDescribeCoverage_ISBL_CIS_PT0H.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/Point_Collection.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/RoadTemperatureTimeSeriesReverted.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/RoadTemperatureTimeSeries.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/Time_Cross_Sections.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/TrajectoryPartition_Corridor_Width_Lon.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/TrajectoryPartition.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/MetOcean_Coverages/Trajectory.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/request_CrossSection_Verical_Sample-Time.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/request_CrossSection_Verical_Sample.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/request_CrossSection_Verical_Subset-Time.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/request_CrossSection_Verical_Subset.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/requestGetCorridor_2D_Road_No_Segments.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/requestGetCorridor_TRAJ2D_example.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/requestGetCorridor_TRAJ2D_Time.xml -wcs/metoceanProfile/1.0/examples/GetCorridor/requestGetCorridor.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_1D_Point_Interpolation_Ground_Slice_3_MultiPoint.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_1D_Point_Interpolation_Ground_Slice_3.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_1D_Point_Interpolation_Pressure_Slice_4.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_1D_Point_Nearest_Ground_Slice_3.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_1D_Point_Nearest_Pressure_Slice_4.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_3.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample1_4D_Point_Nearest_Pressure_Trim_4.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample2_3D_Point_Interpolation_Ground_Trim_3.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample2_3D_Point_Nearest_Ground_Trim_3.xml -wcs/metoceanProfile/1.0/examples/GetCoverage/metocean_requestGetCoverageExample2_4D_Point_Interpolation_Pressure_Trim_4.xml -wcs/metoceanProfile/1.0/examples/GetPolygon/Mulitple_PolygonRingMultipleLevels.xml -wcs/metoceanProfile/1.0/examples/GetPolygon/polygonCircle_Interpolation.xml -wcs/metoceanProfile/1.0/examples/GetPolygon/polygonRingTrim.xml -wcs/metoceanProfile/1.0/examples/GetPolygon/Polygon.xml -wcs/metoceanProfile/1.0/examples/GetPolygon/TimeSeriesPolygonRingTimeSeries.xml -wcs/metoceanProfile/1.0/wcsMetOceanCommonExtension.xsd -wcs/metoceanProfile/1.0/wcsMetOceanCoverageCollection.xsd -wcs/metoceanProfile/1.0/wcsMetOceanDescribeCoverageExtension.xsd -wcs/metoceanProfile/1.0/wcsMetOceanGetCapabilitiesExtension.xsd -wcs/metoceanProfile/1.0/wcsMetOceanGetCorridor.xsd -wcs/metoceanProfile/1.0/wcsMetOceanGetPolygon.xsd -wcs/metoceanProfile/1.0/wcsMetOceanProfileALL.xsd -wcs/processing/2.0/wcsProcessCoverages.sch -wcs/processing/2.0/wcsProcessCoverages.xsd -wcs/processing/2.1/wcsProcessCoverages.sch -wcs/processing/2.1/wcsProcessCoverages.xsd -wcs/range-subsetting/1.0/examples/requestGetCoverageRangeSubsetting.xml -wcs/range-subsetting/1.0/wcsRsub.sch -wcs/range-subsetting/1.0/wcsRsub.xsd -wcs/range-subsetting/1.1/examples/requestGetCoverageRangeSubsetting.xml -wcs/range-subsetting/1.1/wcsRsub.sch -wcs/range-subsetting/1.1/wcsRsub.xsd -wcs/ReadMe.txt -wcs/scaling/1.0/examples/scaleAxesByFactor.xml -wcs/scaling/1.0/examples/scaleByFactor.xml -wcs/scaling/1.0/examples/scaleToExtent.xml -wcs/scaling/1.0/examples/scaleToSize.xml -wcs/scaling/1.0/wcsScal.sch -wcs/scaling/1.0/wcsScal.xsd -wcs/scaling/1.1/examples/scaleAxesByFactor.xml -wcs/scaling/1.1/examples/scaleByFactor.xml -wcs/scaling/1.1/examples/scaleToExtent.xml -wcs/scaling/1.1/examples/scaleToSize.xml -wcs/scaling/1.1/wcsScal.sch -wcs/scaling/1.1/wcsScal.xsd -wcst/1.1/examples/exampleOperationForTransaction1.xml -wcst/1.1/examples/exampleTransaction1.xml -wcst/1.1/examples/exampleTransaction2.xml -wcst/1.1/examples/exampleTransactionResponse1.xml -wcst/1.1/examples/exampleTransactionResponse2.xml -wcst/1.1/ReadMe.txt -wcst/1.1/wcstActions.xml -wcst/1.1/wcstTransaction.xsd -wcs/transaction/2.0/examples/wcsDeleteCoverage-request.xml -wcs/transaction/2.0/examples/wcsInsertCoverage-request.xml -wcs/transaction/2.0/examples/wcsInsertCoverage-response.xml -wcs/transaction/2.0/examples/wcsUpdateCoverage-request.xml -wcs/transaction/2.0/wcsTransaction.xsd -wcs/transaction/2.1/examples/wcsDeleteCoverage-request.xml -wcs/transaction/2.1/examples/wcsInsertCoverage-request.xml -wcs/transaction/2.1/examples/wcsInsertCoverage-response.xml -wcs/transaction/2.1/examples/wcsUpdateCoverage-request.xml -wcs/transaction/2.1/wcsTransaction.xsd -wcst/ReadMe.txt -wcst/wcst-1_1_4.zip -wcs/wcs-1_0_0.zip -wcs/wcs-1_1_x.zip -wcs/wcs-2_0_0.zip -wcs/wcs-2_0_1.zip -wcs/wcs-2_0_2.zip -wcs/wcs-2_1_0.zip -wcs/wcs-crs-1_0_0.zip -wcs/wcs-crs-1_0_1.zip -wcs/wcs-crs-1_1_0.zip -wcs/wcseo/1.0/examples/wcseo_requestDescribeEOCoverageSet.xml -wcs/wcseo/1.0/examples/wcseo_requestGetCapabilities.xml -wcs/wcseo/1.0/examples/wcseo_requestGetCoverage_SOAP.xml -wcs/wcseo/1.0/examples/wcseo_requestGetCoverage.xml -wcs/wcseo/1.0/examples/wcseo_responseDescribeEOCoverageSet_minimal.xml -wcs/wcseo/1.0/examples/wcseo_responseDescribeEOCoverageSet.xml -wcs/wcseo/1.0/examples/wcseo_responseGetCapabilities.xml -wcs/wcseo/1.0/examples/wcseo_responseGetCoverage_StitchedMosaic.xml -wcs/wcseo/1.0/examples/wcseo_responseGetCoverage.xml -wcs/wcseo/1.0/wcsEOAll.xsd -wcs/wcseo/1.0/wcsEOCommon.xsd -wcs/wcseo/1.0/wcsEOCoverage.xsd -wcs/wcseo/1.0/wcsEODescribeEOCoverageSet.xsd -wcs/wcseo/1.0/wcsEOGetCapabilities.xsd -wcs/wcseo/1.0/wcsEOSchematron.sch -wcs/wcs-interpolation-1_0_0.zip -wcs/wcs-interpolation-1_1_0.zip -wcs/wcs-metoceanProfile-1_0_0.zip -wcs/wcs-processing-2_0_0.zip -wcs/wcs-processing-2_1_0.zip -wcs/wcs-range-subsetting-1_0_0.zip -wcs/wcs-range-subsetting-1_1_0.zip -wcs/wcs-scaling-1_0_0.zip -wcs/wcs-scaling-1_1_0.zip -wcs/wcs-transaction-2_0_0.zip -wcs/wcs-transaction-2_1_0.zip -wcs/wcs-wcseo-1_0_0.zip -wfs/1.0.0/OGC-exception.xsd -wfs/1.0.0/WFS-basic.xsd -wfs/1.0.0/WFS-capabilities.xsd -wfs/1.0.0/WFS-transaction.xsd -wfs/1.0.0/wfs.xsd -wfs/1.1.0/examples/WFS_Capabilities_Sample.xml -wfs/1.1.0/wfs.xsd -wfs/1.1.0/wsdl/dependencies.jpeg -wfs/1.1.0/wsdl/example-endpoints.wsdl -wfs/1.1.0/wsdl/example-GET-endpoints.wsdl -wfs/1.1.0/wsdl/example-POST-endpoints.wsdl -wfs/1.1.0/wsdl/example-SOAP-endpoints.wsdl -wfs/1.1.0/wsdl/readme.txt -wfs/1.1.0/wsdl/wfs-http-bindings.wsdl -wfs/1.1.0/wsdl/wfs-kvp-bindings.wsdl -wfs/1.1.0/wsdl/wfs-kvp-interfaces.wsdl -wfs/1.1.0/wsdl/wfs-kvp.xsd -wfs/1.1.0/wsdl/wfs-responses.wsdl -wfs/1.1.0/wsdl/wfs-soap-bindings.wsdl -wfs/1.1.0/wsdl/wfs-util.xsd -wfs/1.1.0/wsdl/wfs-xml-interfaces.wsdl -wfs/1.1.0/wsdl/WSDL2Java.bat -wfs/1.1/examples/WFS_Capabilities_Sample.xml -wfs/1.1/wfs.xsd -wfs/1.1/wsdl/wfs-http-bindings.wsdl -wfs/1.1/wsdl/wfs-kvp-bindings.wsdl -wfs/1.1/wsdl/wfs-kvp-interfaces.wsdl -wfs/1.1/wsdl/wfs-kvp.xsd -wfs/1.1/wsdl/wfs-responses.wsdl -wfs/1.1/wsdl/wfs-util.xsd -wfs/1.1/wsdl/wfs-xml-interfaces.wsdl -wfs/1.1/wsdl/WSDL2Java.bat -wfs/2.0/examples/Common/BuildingInstance.xml -wfs/2.0/examples/Common/BuildingSchema.xsd -wfs/2.0/examples/Common/Exception.xml -wfs/2.0/examples/Common/PersonInstance.xml -wfs/2.0/examples/Common/PersonSchema.xsd -wfs/2.0/examples/Common/RoadSchema.xsd -wfs/2.0/examples/Common/SampleData.xml -wfs/2.0/examples/Common/SampleSchema.xsd -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example01_Instance.xml -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example01_Request.xml -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example01_Response.xsd -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example02_Instance.xml -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example02_Request.xml -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example02_Response.xsd -wfs/2.0/examples/DescribeFeatureType/DescribeFeatureType_Example02_Road.xsd -wfs/2.0/examples/GetCapabilities/GetCapabilities_Req_01.xml -wfs/2.0/examples/GetCapabilities/GetCapabilities_Res_01.xml -wfs/2.0/examples/GetCapabilities/GetCapabilities_Res_02.xml -wfs/2.0/examples/GetCapabilities/GetCapabilities_Res_Min.xml -wfs/2.0/examples/GetFeature/GetFeature_01.xml -wfs/2.0/examples/GetFeature/GetFeature_02.xml -wfs/2.0/examples/GetFeature/GetFeature_03.xml -wfs/2.0/examples/GetFeature/GetFeature_04_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_04.xml -wfs/2.0/examples/GetFeature/GetFeature_05_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_05.xml -wfs/2.0/examples/GetFeature/GetFeature_05.xsd -wfs/2.0/examples/GetFeature/GetFeature_06.xml -wfs/2.0/examples/GetFeature/GetFeature_07_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_07.xml -wfs/2.0/examples/GetFeature/GetFeature_07.xsd -wfs/2.0/examples/GetFeature/GetFeature_08_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_08.xml -wfs/2.0/examples/GetFeature/GetFeature_09.xml -wfs/2.0/examples/GetFeature/GetFeature_09.xsd -wfs/2.0/examples/GetFeature/GetFeature_10_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_10.xml -wfs/2.0/examples/GetFeature/GetFeature_11_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_11.xml -wfs/2.0/examples/GetFeature/GetFeature_12_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_12.xml -wfs/2.0/examples/GetFeature/GetFeature_13_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_13.xml -wfs/2.0/examples/GetFeature/GetFeature_14.xml -wfs/2.0/examples/GetFeature/GetFeature_15.xml -wfs/2.0/examples/GetFeature/GetFeature_16.xml -wfs/2.0/examples/GetFeature/GetFeature_17.xml -wfs/2.0/examples/GetFeature/GetFeature_18_Res.xml -wfs/2.0/examples/GetFeature/GetFeature_18.xml -wfs/2.0/examples/GetFeature/GetFeature_19.xml -wfs/2.0/examples/GetFeature/RoadGeocurve.xml -wfs/2.0/examples/GetFeature/RoadRail.xsd -wfs/2.0/examples/GetFeature/SampleSchema.xsd -wfs/2.0/examples/GetFeature/SqlQuery.xsd -wfs/2.0/examples/GetPropertyValue/abc.xsd -wfs/2.0/examples/GetPropertyValue/Example_01_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_01_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_02_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_02_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_03_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_03_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_04_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_04_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_05_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_05_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_06_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_06_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_07_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_07_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_08_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_08_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_09_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_09_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_10_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_10_Res.xml -wfs/2.0/examples/GetPropertyValue/Example_11_Req.xml -wfs/2.0/examples/GetPropertyValue/Example_11_Res.xml -wfs/2.0/examples/GetPropertyValue/myns.xsd -wfs/2.0/examples/GetPropertyValue/SampleData.xml -wfs/2.0/examples/KVP/kvp.txt -wfs/2.0/examples/LockFeature/LockFeature_01_Res.xml -wfs/2.0/examples/LockFeature/LockFeature_01.xml -wfs/2.0/examples/LockFeature/LockFeature_02_Res.xml -wfs/2.0/examples/LockFeature/LockFeature_02.xml -wfs/2.0/examples/LockFeature/LockFeature_03_Res.xml -wfs/2.0/examples/LockFeature/LockFeature_03.xml -wfs/2.0/examples/LockFeature/LockFeature_04_Res.xml -wfs/2.0/examples/LockFeature/LockFeature_04.xml -wfs/2.0/examples/StoredQuery/CreateStoredQueryExample.xml -wfs/2.0/examples/StoredQuery/DescribeStoredQueries.xml -wfs/2.0/examples/StoredQuery/ListStoredQueries.xml -wfs/2.0/examples/StoredQuery/StoredQueryExample.xml -wfs/2.0/examples/Transaction/SampleSchema.xsd -wfs/2.0/examples/Transaction/Transaction_01.xml -wfs/2.0/examples/Transaction/Transaction_02.xml -wfs/2.0/examples/Transaction/Transaction_03.xml -wfs/2.0/examples/Transaction/Transaction_04.xml -wfs/2.0/examples/Transaction/Transaction_05.xml -wfs/2.0/examples/Transaction/Transaction_06.xml -wfs/2.0/examples/Transaction/Transaction_07.xml -wfs/2.0/examples/Transaction/Transaction_08.xml -wfs/2.0/examples/Transaction/Transaction_09_Res.xml -wfs/2.0/examples/Transaction/Transaction_09.xml -wfs/2.0/examples/Transaction/Transaction_10_Res.xml -wfs/2.0/examples/Transaction/Transaction_11.xml -wfs/2.0/wfs.xsd -wfs/2.0/wsdl/example-endpoints.wsdl -wfs/2.0/wsdl/example-GET-endpoints.wsdl -wfs/2.0/wsdl/example-POST-endpoints.wsdl -wfs/2.0/wsdl/example-SOAP-endpoints.wsdl -wfs/2.0/wsdl/readme.txt -wfs/2.0/wsdl/wfs-http-bindings.wsdl -wfs/2.0/wsdl/wfs-kvp-bindings.wsdl -wfs/2.0/wsdl/wfs-kvp-interfaces.wsdl -wfs/2.0/wsdl/wfs-kvp.xsd -wfs/2.0/wsdl/wfs-responses.wsdl -wfs/2.0/wsdl/wfs-soap-bindings.wsdl -wfs/2.0/wsdl/wfs-util.xsd -wfs/2.0/wsdl/wfs-xml-interfaces.wsdl -wfs/2.0/wsdl/WSDL2Java.bat -wfs/ReadMe.txt -wfs/wfs-1_0_0.zip -wfs/wfs-1_1_0.zip -wfs/wfs-1_1_3.zip -wfs/wfs-2_0_0.zip -wfs/wfs-2_0_1.zip -wfs/wfs-2_0_2.zip -wms/1.0.0/capabilities_1_0_0.dtd -wms/1.0.0/capabilities_1_0_0.xml -wms/1.1.0/capabilities_1_1_0.dtd -wms/1.1.0/capabilities_1_1_0.xml -wms/1.1.0/exception_1_1_0.dtd -wms/1.1.0/exception_1_1_0.xml -wms/1.1.1/capabilities_1_1_1.dtd -wms/1.1.1/capabilities_1_1_1.xml -wms/1.1.1/exception_1_1_1.dtd -wms/1.1.1/exception_1_1_1.xml -wms/1.1.1/ExtendedSecurityCapabilities.dtd -wms/1.1.1/OGC-exception.xsd -wms/1.1.1/WMS_DescribeLayerResponse.dtd -wms/1.1.1/WMS_exception_1_1_1.dtd -wms/1.1.1/WMS_MS_Capabilities.dtd -wms/1.3.0/capabilities_1_3_0.xml -wms/1.3.0/capabilities_1_3_0.xsd -wms/1.3.0/exceptions_1_3_0.xml -wms/1.3.0/exceptions_1_3_0.xsd -wms/1.3.0/ExtendedSecurityCapabilities.xsd -wms/ReadMe.txt -wms/wms-1_0_0.zip -wms/wms-1_0_7.zip -wms/wms-1_1_0.zip -wms/wms-1_1_1.zip -wms/wms-1_3_0.zip -wmts/1.0/examples/wmtsConcrete.wsdl -wmts/1.0/examples/wmtsExceptionReport_SOAP.xml -wmts/1.0/examples/wmtsExceptionReport.xml -wmts/1.0/examples/wmtsGetCapabilities_request_SOAP.xml -wmts/1.0/examples/wmtsGetCapabilities_response_RESTful.xml -wmts/1.0/examples/wmtsGetCapabilities_response_SOAP.xml -wmts/1.0/examples/wmtsGetCapabilities_response.xml -wmts/1.0/examples/wmtsGetFeatureInfo_request_SOAP.xml -wmts/1.0/examples/wmtsGetFeatureInfo_response_GML.xml -wmts/1.0/examples/wmtsGetFeatureInfo_response_GML.xsd -wmts/1.0/examples/wmtsGetFeatureInfo_response_SOAP2.xml -wmts/1.0/examples/wmtsGetFeatureInfo_response_SOAP3.xml -wmts/1.0/examples/wmtsGetFeatureInfo_response_SOAP.xml -wmts/1.0/examples/wmtsGetTile_request_SOAP.xml -wmts/1.0/examples/wmtsGetTile_response_SOAP.xml -wmts/1.0/profiles/wmts-simple/examples/wmtsGetCapabilities_response_both.xml -wmts/1.0/profiles/wmts-simple/examples/wmtsGetCapabilities_response_CRS84.xml -wmts/1.0/profiles/wmts-simple/examples/wmtsGetCapabilities_response_OSM.xml -wmts/1.0/profiles/wmts-simple/wmtsSimpleGetCapabilities.sch -wmts/1.0/profiles/wmts-simple/wmtsTileMatrixSet.json -wmts/1.0/wmtsAbstract.wsdl -wmts/1.0/wmtsGetCapabilities_request.xsd -wmts/1.0/wmtsGetCapabilities_response.xsd -wmts/1.0/wmtsGetFeatureInfo_request.xsd -wmts/1.0/wmtsGetFeatureInfo_response.xsd -wmts/1.0/wmtsGetTile_request.xsd -wmts/1.0/wmtsKVP.xsd -wmts/1.0/wmtsPayload_response.xsd -wmts/1.0/wmts.xsd -wmts/ReadMe.txt -wmts/wmts-1_0_0.zip -wmts/wmts-1_0_1.zip -wps/1.0.0/common/DescriptionType.xsd -wps/1.0.0/common/ProcessBriefType.xsd -wps/1.0.0/common/ProcessVersion.xsd -wps/1.0.0/common/RequestBaseType.xsd -wps/1.0.0/common/ResponseBaseType.xsd -wps/1.0.0/common/WSDL.xsd -wps/1.0.0/examples/10_wpsGetCapabilities_request_SOAP.xml -wps/1.0.0/examples/10_wpsGetCapabilities_request.xml -wps/1.0.0/examples/20_wpsGetCapabilities_response_SOAP.xml -wps/1.0.0/examples/20_wpsGetCapabilities_response.xml -wps/1.0.0/examples/30_wpsDescribeProcess_request_SOAP.xml -wps/1.0.0/examples/30_wpsDescribeProcess_request.xml -wps/1.0.0/examples/40_wpsDescribeProcess_response-extended.xml -wps/1.0.0/examples/40_wpsDescribeProcess_response.xml -wps/1.0.0/examples/50_wpsExecute_request_RawDataOutput.xml -wps/1.0.0/examples/51_wpsExecute_request-extended_ResponseDocument.xml -wps/1.0.0/examples/51_wpsExecute_request_ResponseDocument.xml -wps/1.0.0/examples/52_wpsExecute_request_ResponseDocument.xml -wps/1.0.0/examples/53_wpsExecute_request_ComplexValue.xml -wps/1.0.0/examples/62_wpsExecute_response.xml -wps/1.0.0/examples/90_wpsExceptionReport.xml -wps/1.0.0/examples/example_service.wsdl -wps/1.0.0/examples/MyComplexValueSchema.xsd -wps/1.0.0/wpsAll.xsd -wps/1.0.0/wpsDescribeProcess_request.xsd -wps/1.0.0/wpsDescribeProcess_response.xsd -wps/1.0.0/wpsExecute_request.xsd -wps/1.0.0/wpsExecute_response.xsd -wps/1.0.0/wpsGetCapabilities_request.xsd -wps/1.0.0/wpsGetCapabilities_response.xsd -wps/2.0/dataTypes.xsd -wps/2.0/processDescription.xsd -wps/2.0/processProfile.xsd -wps/2.0/wpsCommon.xsd -wps/2.0/wpsDescribeProcess.xsd -wps/2.0/wpsDismiss.xsd -wps/2.0/wpsExecute.xsd -wps/2.0/wpsGetCapabilities.xsd -wps/2.0/wpsGetResult.xsd -wps/2.0/wpsGetStatus.xsd -wps/2.0/wps.xsd -wps/2.0/xml-examples/profile-examples/Planar-GML-Buffer.xml -wps/2.0/xml-examples/profile-examples/SimpleFeaturesBufferWithTolerance.xml -wps/2.0/xml-examples/profile-examples/SimpleFeaturesBuffer.xml -wps/2.0/xml-examples/profile-examples/SimpleGeodesicFeaturesBuffer.xml -wps/2.0/xml-examples/wpsCapabilitiesDocumentExample.xml -wps/2.0/xml-examples/wpsDescribeProcessRequestExample.xml -wps/2.0/xml-examples/wpsDismissRequestExample.xml -wps/2.0/xml-examples/wpsExecuteRequestExample.xml -wps/2.0/xml-examples/wpsGetCapabilitiesRequestExample.xml -wps/2.0/xml-examples/wpsGetResultRequestExample.xml -wps/2.0/xml-examples/wpsGetStatusRequestExample.xml -wps/2.0/xml-examples/wpsProcessOfferingsExample.xml -wps/2.0/xml-examples/wpsResultExample.xml -wps/2.0/xml-examples/wpsStatusInfoExample.xml -wps/ReadMe.txt -wps/wps-1_0_0.zip -wps/wps-2_0_0.zip -xlink/ReadMe.txt -xlink/xlink-1_0_0.zip diff --git a/resources/hosts/schemas.opengis.net/.metadata/metadata.yml b/resources/hosts/schemas.opengis.net/.metadata/metadata.yml index b514d068..18ff477f 100644 --- a/resources/hosts/schemas.opengis.net/.metadata/metadata.yml +++ b/resources/hosts/schemas.opengis.net/.metadata/metadata.yml @@ -1,2 +1,2 @@ year: 2024 -version: 2024.3.8 +version: 2024.3.19 diff --git a/resources/hosts/schemas.opengis.net/.timestamp b/resources/hosts/schemas.opengis.net/.timestamp deleted file mode 100644 index 056c6144..00000000 --- a/resources/hosts/schemas.opengis.net/.timestamp +++ /dev/null @@ -1 +0,0 @@ -Tue 05 Mar 2024 04:10:20 PM EST diff --git a/resources/hosts/schemas.opengis.net/USAGE.txt b/resources/hosts/schemas.opengis.net/USAGE.txt deleted file mode 100644 index 0474899c..00000000 --- a/resources/hosts/schemas.opengis.net/USAGE.txt +++ /dev/null @@ -1,66 +0,0 @@ -OGC(r) schema USAGE.txt ------------------------------------------------------------------------ - -More information on OGC standards may be found at - http://www.ogc.org/standards/ - -The most current schema are available at http://schemas.opengis.net/ . - ------------------------------------------------------------------------ --- [ USAGE NOTES ] -------------------------------------------------- - -One reliable and flexible way to use schemas [1] is to -download them [2] locally and use them with an -OASIS XML Catalog [3] (ex. [4]). In this way -the HTTP server is not contacted each time the schema is used. -A benefit of this option is that local client can use the schema -even when offline or when the schema website is offline. - -1) http://schemas.opengis.net/ -2) http://schemas.opengis.net/SCHEMAS_OPENGIS_NET.zip -3) https://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html -4) http://beta.schemas.opengis.net/catalog.xml - -OGC's services strive to achieve higher than 99.95% uptime [5] -but there is no guarantee. - -5) https://uptime.is/99.95 - -The most current OGC schemas are available at http://schemas.opengis.net/ [1]. -They are packaged into a zip archive [2] as well as a Tar.GZ archive when -any schema is changed. Public notice is given via RSS [6]. - -6) http://schemas.opengis.net/ogc_schema_updates.rss - --- 2020-01-16 Kevin Stegemoller - -OGC schemas.opengis.net [7] now supports HTTPS and -will continue to support HTTP to preserve the historic material previously -published. OGC has enabled -Upgrade Insecure Requests [8] -to allow the client to choose to upgrade to HTTPS based on the -Upgrade-Insecure-Requests header. - -7) http://schemas.opengis.net -8) http://www.w3.org/TR/upgrade-insecure-requests - -There are no plans at this time to enforce server redirection of all HTTP -requests to HTTPS. This decision will allow older software, which might only -support HTTP and cannot be upgraded, to continue to function while modern -clients will be able to upgrade to a secure connection if they support the -Upgrade-Insecure-Requests header. - -Do note that this change has no effect on namespaces. The actual namespace will -continue to use HTTP, even if it is also served through HTTPS. This applies as -well for XMI DTD, Schema, and SGML DTDs resources. - --- 2022-06-20 Kevin Stegemoller - ------------------------------------------------------------------------ - -Policies, Procedures, Terms, and Conditions of OGC(r) are available - http://www.ogc.org/ogc/legal/ . - -Copyright (c) 2022 Open Geospatial Consortium. - ------------------------------------------------------------------------ diff --git a/resources/hosts/schemas.opengis.net/VERSIONS.txt b/resources/hosts/schemas.opengis.net/VERSIONS.txt deleted file mode 100644 index 1e0c042f..00000000 --- a/resources/hosts/schemas.opengis.net/VERSIONS.txt +++ /dev/null @@ -1,47 +0,0 @@ -OGC(r) schema version ReadMe.txt ------------------------------------------------------------------------ - -More information on OGC standards may be found at - http://www.opengeospatial.org/standards/ - -The most current schema are available at http://schemas.opengis.net/ . - ------------------------------------------------------------------------ --- [ VERSION NOTES ] -------------------------------------------------- - - OGC is incrementally changing how schemas will be hosted. A new - revision of the Specification Best Practice policy document (06-135r11) - clarifies this practices. - - OGC is moving to host the schemas using a 2 digit version number so - that dependent documents (schemas) will not have to change each time a - schema is corrected (by a corrigendum). The schemas actual version - number will be kept in the version attribute on the schema element - which will be used to signify that there has been a change to the - schema. Each previous revision will be available online in a ZIP - archive. - - The LATEST version is the M.N directory where - * M is the major version - * N is the minor version - The latest bugfix version now is always in the M.N directory and - documented in the version attribute on the schema element. The older - versions are now archived in the -M_N_X.zip files. - - Previously the OGC used M.N.C where - * M is the major version - * N is the minor version - * C is the corrigendum version - These older M.N.C versions will be updated using M.N.C.X where - X may be a bugfix version. These schema will also be .zip archived. - --- 2010-01-21 Kevin Stegemoller updated 2012-07-21 - ------------------------------------------------------------------------ - -Policies, Procedures, Terms, and Conditions of OGC(r) are available - http://www.opengeospatial.org/ogc/legal/ . - -Copyright (c) 2012 Open Geospatial Consortium. - ------------------------------------------------------------------------ diff --git a/resources/hosts/schemas.opengis.net/favicon.ico b/resources/hosts/schemas.opengis.net/favicon.ico deleted file mode 100644 index 20b692efa0fcc5a74abd4c7401efa8aa051391e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15406 zcmeHucX*W7mG?VE&0rA4fK3y{AP^Sn4FLktG1%A(#&+V6?8aGt-)7@%vhLo>oSNbDwwSecyY} z@0@$?Ip>~pM^QA2PH}fvaP?6BS+6KTilTUU^#Ar8p(vTS=i_tZ`3yzren3$?@eaD6 zNB@0XzVn9-Q`S)8#P`*m?wdGz$RZry`77 zKaaU(Q62AH?kC4ln}c(x&6}up0+Y%0l$ztZiSlMxIR8QP2kk=bYg9Ostp&lcY*e1) z()&+R>l~&-%Sar0JeN9yFHrMX7A4xBalZe0GCuMJl}u*J8P=!9J3qsP%By6W#kTy= z7)g)KicZw)p65dzOvl$<5PL%}QpY&vR(E${nw`wKqgBq-W!ZK=uz-KAxNy1l6)N@| z=r6~(aKzo6j*MYC`NT!q8-9&C9^|hYM-1mAWjv>kjTAZFNt86*Dt@bdjnlO+Q=S)- zF|3`l7mt_y<%c_T>$rJ*4DVggOM4z-E}t_|n1gn*$?qEFLXJC!U*va`HM~W6l;TES zq+DO7!iZi`x@_0gilq-x{gejL^VI+0y%E>B)rYwz4x$>SePW*?< z3)WY)FR=Wcpxw&Zzv*5PN=&AOj(lG}KZsgI?SN!PhM67t(9sMhOaQRtM)2E{{7cYcNpBY#hs z)0tA{GR68&P+;{MIZVC#erocv$GOYtYb4G#aNcmF%jq@D3Vi$Ih1>0W#wdp##kd0xa#J}qJ=ZgGq$qDO5L@l*dO(!5{b z6n`hj{d;v~Ry1nnw5KRz>K`~Aa*rFwVux#=V|#f`0mFG*4y&=%?X(;vo7tI@mVQ&jsG1v=!W-WC!!`cX)LNfBs`nC95885#RZ7~U7`B#0s>?@Y@Wj~g zH3ra69Yo)xy~-x(XMA910-*zLpK_KSehoP4u;!cRW35IowMPoIYq^oTmrr+~xLP;= zLA5?4k(zz2cK_1?JJJZ+G54Gw3i|#0JDxkPeLc=zd{o1H0`yKihW6wc+8bu4 z&mExA>CA{1JmmXqhRlnwo}}+JA!f;Fvq!#|>K{O*AKJ6*W9b)1KNOi4d)3UeyvBwce^WIDft z`E=(5uc7?jq~|%xZGr;>SLiNKDdwgG^KS~dEBy<5$9eDpg{cR&?8Kv>|I|mcZ^0L| zH?*IAhYMeD&`(jE5O4gmNYL-#9Ayj}JX|@$`$fup_Ak7^d*^|7#D05R_*(OXfmllRmHtFz z2K-=8O1*;>Aah7(w5@VD@pNb%t z%m?7}w5-NxdTcwC^{L2opliEQmJu%2A(eG_1}leDjh6sIpKV-)NV{8%dJCe3Azhfc=$+9=xB z#&OsO?8fgz+}{m(#13V#Q~Q-|r~Y-u81}K?i#T8V3o>gzr>Y?=y24l-f0l&BGfNbY z`9c)wU;aF2>=66AyA(HT3jCJA8u;D<$= zzY%*8K`FqIh9=)hgDjIlCqaAOmf-R$HcxPqW1lm74HXvsD^xN1oT%~6m-nJ>>?zpn z>+1`Y1+?E*R1T9ZB*32K1PnC)<3p}>K6Z*tKmb-L9ZBeiy><>{2%O( zn(b%7-pO|`%{zT(yhFMERrXlO4El2Y$|lEbUdZCWhL6-EKmIQ{18!Jtpc>ePO7yA3 z`xdlH(5^%*TR$)FlkQNv{O&~a_Iunt!A(?o8mS64s}}lJ=ZX9PbhaLP))C3#;13P| zrBAWHC;XS0EIvdvpj!tVb&z2*)?fZNv)h)!sWrU@6=!3yHXl7SFQ3Z1#O~w&~HF%L~DbO-ix(* zVA;pk!>eE56YHHFWAH)vs1Bd!seSfG)CxZB4ZO;HMhmWu-lW#~m07F9?i&9(#&TS_ zA<##y^)IIeKcYt1!X~t4*kfrY_Ah2}Y}H5BL-29U<2F(I^gr2om3+2AZnCvvFVqCR zsq?Ggns3(|2i@DR)@I~@8iOp@=Yl?TvlTubO*Db80#~dN*va|_;X5T=V3d2}W`9;2 zf~u_z^8#)k@B99?HqQ^Drr;WCfZn#dB?Y_o*_f6F7>E4=?x$B}swxhOZG z-K#tahPvZN<|KM!r%n>_Q+{oWo_bu3nf#9&?P2%RvI8eh8lmnS{Zni7S(#f^ra z_7=#;91#ZJm#=4qAvo!e-Tp?92gpeIiHsTlmolfFK>ntWGGtsZg(=z{_??8<>HMnW zWsY-wjbk-}cO&M=fL$@b?q~T}DaY@W$oBum-S!iX{`d0A`HzfHvu8fWIS;>2xxkwZ zf0haCsfZ^M5r@SNL)-_fyR@%3=yIa-s}!#hl!SOA6LFBlp96cGhbHqf1%V%^1)=NM z9BSX=IQreoEB1-*s%h3nwcue36->V(<8R8B_z@Ro0Cx&NFyczY`{}@+hTloR4_R~kP5dGS_|r5hXF&crQuf%p+2sz|7s5ZuoLnjP zHsy#VD#N~}%K5FmRm&IscR1iy4_9l+EI(21l`ksb|1H2*iMXd6tr$3sxMm?YAoHdf zh)puVM<(v243#-N!3l%#8=PO}ERAZ9SM#AiQtlGJtaF&qO7Oj0?#-}2tj0dK2K(mP zg{;;tHd`B(2Jl}KBVu1~v-pRLYVQQ9nf({40k&Gi+cm&%fqs+$djWEKhT*`f$G!tG zMke^n!n175NgD7c1Aod*{G6wMiSvO!AM%&=1|#ATBjla~elxMJ%7e`+K|ERo9%>Os zp=L#mh%K8U5KAmN%k4{(dfQhmIAOjS+udnyxH)vZsP#>w`nhMRaSq}$#F!1hUN7;Z z$vj!!FwoRNUldkTb!SETq!W|{9%cSAPtFDKrviW4P5hz|_)XBCLg1INdm(hl6u`nb z>-UtUKg(GPbB+`4gO3`_O%w39Aa~G;{bTzg#DxkKb5j89 zM&v*<3h8#k|_%TYg)}RIoOrUAPkWzn=ApfMB__;{` zYvdAbcKJ)$-@vch@h=-9$3mTPwlHbmB9rzM-X$s06H&kg*kLzxrg`n`!C`eVmW1(3f9wny3=QxH4wJM=;31g?XI ztwjGem1{0@C1_WWU|bXpX9tbqtbnzsM;wv4V>V)riZOOMu$N;^7a+fq4Efvb=V1I= z?9-+GK>uOyS>}@qfWKfK^kLW9tE2O>?zw$}RxVt+O-8P3L_A~M1@ zNc}Cs`Y6NNu7K=|kp1BN@mC(wFHcX8b}C> z{P}m4zoW0b+77yf^9RU5z7HGnJK#V080G--Ke4_?wd04+u;T}|cF^c@W^325K*tzd z=HpK0fO0~y$ZzX$r4D!=4X#mXhn|02*p zEk?>;e2e@Y{jEoa1@dvM1>mPsSOcdXmo)ZN^WHA8pCnmOc061TK}r{ku(SYv#jqjyHtU4PZ(QF+gSL6m7d-%+Z9Ggp3r_J~#2a?}7+2y)z2s`=#DN@xJOg5j z(=S17s)G`=r$w6nH=Kbwmb6I*A9q{2cO>$M9h3sy+6EncOLJYk>GUrH_={X#q(UdF zFam!u@XL6o2>6TUW$|6?kE5@=@@eFsI<>FT9?)*p+Nd72Drx7BJqGzN{7B~cS=L&* zB>qu${1;mu^dCHi{QmiNWyqynF4Lusz$V?NW(02F?75|!Gv_Mh%!WQ8FZdo}DFMH|*3=p9Rlns9`c`zbQD}d|@5T_L^vIz`=7>A5i%RCXGulfxi=a*)|$F1RTKMXO5grMd4;D4n0RDK|-!OE{6Ys4QGj8*8S4t znFqv4I}w|1*PInw^}m9yPT=R2f%7IZX1ex{GEuze{1WX{zQFzxF%n|JjPW>+0pD-N z{1*X#31Xb`NchENf-Eb}QPrcReYH<|vqc$Cb>O`by4|x1b*g_LI=Jx?9embe$KM?R z`C|>sdUY$#rnN$cEMcjleEvnM#Q2ra*$U`Z8P=Y(--W=Pjd&-)3HxLRJV zTNMw7%;lVa^|CTtw!uDuw<}X{PA{F}G@qgVrBV{&jU3Eh5!PSXBG8Fswk$<$Z8>ud zV$HfoFNvlV2HJzzq!Z@@j;uh9?Fsner{K??{fv6BzmfR6fxiyS8`FOOS@0Tn5gw@KC#7UcUfbc27HCYe>Uo&`_$KU>(n=#3au||3)NS2 z>*PHLZ}Mv0=@w#**T-P5`6(x3EV*wem<}0XO;j%dUBt?Dz}mPPnASk9h})!(J&ND< z8r^!tK+l}#153V=_+_n9}%@wg*8^^KA z!}2VI1DBMu?M?kcHA>$?Q7#ww?U6)pIupI2y#Rh%Y;WizZkY>NyV|YH5J|d3>^ZMe z8e);GA(#uqC$-R{2FyV-=AiXa)Dgi$&syMr%pQB^wczp0 zTM?gbp2GB7`2Dw_Yf;)h)aUc9QBFSmYh@sAmSb5H@AIcLeKq2dFCi1`m7p&c=xWnq z#FXHn3-!sKM-le}|Iu~OAISgM)7P*sQ@IOz*NHWZS}6fPwO}2~y?O!YX38@`&KkoSow#n~3EUo5t3Q^gLK^R#mqa#s%_|2Ca@2W;tf*wy#E(D41;$>0aR z;T>nDx3%Zhw{_{fSs#hDJ`nH8*iTKJc!&C=4!VW)&=5-7{ubyXuED)V{k7P&!VTo$6vid(SF;9QAwMyh>JT;>khLLUx6k3QIl*yjg`L!U#98tYx|lUtzUmEhF` z{mxUqrX0;aoNJYFn7vjk$3Bhv?e#=urWI#5C`osfQ(?=~(I*Xi6UcLQ@A zd_)Xtr_pG!u(z_7i`p*BX9;*G4)YNWU$;|-Gk2P6)*UV}eLI{z9W`P}Pwpo<*JUl` zYxZOR^EH)17aDMu;Lr-ha2r{idQMPNXdhM2L|h2|ignjjldf9LbCz-Za5;wj;JeP6 zd|!Y_*KSAL{2>{z9A#&~{6D04 zAL0by$Jta$!d1SP44#v~N5U}hgZYltoWVJToz}QvL9I~{19D^Yh~cW)^@miZuc1oq zb+X`n*h#T}wbf>svrH|X+^H5n(4!W+tYY&p1YkGUCL4x~Q&XMdDO3L`{9wNXAwyvLy7c~0T;;NwDn}huODFYkW6)~(+$>|V z!I))ED1XXioR@ova$LWpeAwnf=yxI3v=O-TfIC+<;Le5|WIj2=@0>Lyz;rz|XoiF4 z?N{C%K0{3mG*PPGIgx=r@?4AoYg5+6Wjp~{P?iVojj-qCI75FyTq1p0A$(5pR1%dz$NM_g z{-*Enj}a{1THhZ$KG&^XM2)NdDC#3@Tnqaz&$`HSW+lKaeXrd67Gb{av5yalT>m_4 zR*KeN@z?&AV{oa@ zvsCuTIs4g!YKa*(p;r1}v>Md+amHKh1rLXwW%bZcHrIEku&wF;Q4 z(Q4!svaiOyddQ=F0rIH}Pl>L@@4%9W0 zxCyxJ4R)~^tzjmM8ZVqvSn#Q>(Cmo z$8SMQ1b?EJVT!6d=J}jJAbl%BhQMcwSfjv7a;691o;bj{zRTVX+e|c zEaVxKeGx2dCN-tesdEDzREXpyxhIOOkv`%e7ZszSrm#*kXnp}rb8 z17zm~{z9IQ>c@RStqZNQ)y$uFr!oHC_h7GvaznscZVJq`ua5@EyB_mW7yPBD3pH|G z@MH3wzc diff --git a/resources/hosts/schemas.opengis.net/ogc_schema_updates.rss b/resources/hosts/schemas.opengis.net/ogc_schema_updates.rss deleted file mode 100644 index 4be21a52..00000000 --- a/resources/hosts/schemas.opengis.net/ogc_schema_updates.rss +++ /dev/null @@ -1,1602 +0,0 @@ - - - - - -OGC Schema Information -http://www.opengeospatial.org/ -The Open Geospatial Consortium(r) (OGC) is a non-profit, international, - voluntary consensus standards organization that is leading the development of standards for - geospatial and location based services. -en-us -Copyright 1994-2024, Open Geospatial Consortium. -2024-03-04T22:32:08+00:00 - -Open Geospatial Consortium -webmaster@opengeospatial.org -OGC Standards -2024-03-04T22:32:08+00:00 - -2 -hourly - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Open Geospatial Consortium -https://www.ogc.org/pub/www/files/Blue_Horizontal_Lockup.png -http://www.opengeospatial.org/ - - -OGC TimeseriesML 1.3 - XML Encoding of the Timeseries Profile of Observations and Measurements Standard Schema Posted -http://schemas.opengis.net/tsml/ReadMe.txt#20240304t15 -The OGC TimeseriesML (TSML) 1.3 - XML Encoding of the Timeseries Profile of Observations and Measurements Standard Schema described in OGC document 15-042r6 has been posted. See https://www.ogc.org/standard/tsml for more information. -webmaster@opengeospatial.org -2024-03-04T15:01:25+00:00 -Open Geospatial Consortium -OGC TimeseriesML 1.3 - XML Encoding of the Timeseries Profile of Observations and Measurements Standard Schema Posted - - -OGC CityGML 3.0 Part 2: GML Encoding Standard Schema Posted -http://schemas.opengis.net/citygml/ReadMe.txt#20230802t15 -The OGC CityGML 3.0 Part 2: GML Encoding Standard schema described in OGC document 21-006r2 has been posted. See https://www.ogc.org/standards/citygml for more information. -webmaster@opengeospatial.org -2023-08-02T15:01:24+00:00 -Open Geospatial Consortium -OGC CityGML 3.0 Part 2: GML Encoding Standard Schema Posted - - -OGC API - Environmental Data Retrieval (EDR) 1.1.0 schema Posted -http://schemas.opengis.net/ogcapi/edr/ReadMe.txt#20230725t15 -The OGC API - Environmental Data Retrieval (EDR) 1.1.0 schema, described in OGC document 19-086r6, has been posted. See https://www.ogc.org/standards/ogcapi-edr for more information. -webmaster@opengeospatial.org -2023-07-25T15:01:23+00:00 -Open Geospatial Consortium -OGC API - Environmental Data Retrieval (EDR) 1.1.0 schema Posted - - -OGC CoverageJSON 1.0 Schema Updated -https://schemas.opengis.net/covjson/ReadMe.txt#20230510t15 -The OGC CoverageJSON Community Standard (CovJSON) 1.0 normative schema from OGC document 21-069r1 have been simplified and now include the CoverageJSON 1.0 bundle file. See the ReadMe.txt or more information. -webmaster@opengeospatial.org -2023-05-10T15:01:22+00:00 -Open Geospatial Consortium -OGC CoverageJSON 1.0 Schema Updated - - -OGC CoverageJSON 1.0 Schema Posted -https://schemas.opengis.net/covjson/ReadMe.txt#20230413t15 -The OGC CoverageJSON Community Standard (CovJSON) 1.0 normative schema from OGC document 21-069r1 have been posted. See the ReadMe.txt or more information. -webmaster@opengeospatial.org -2023-04-13T15:01:21+00:00 -Open Geospatial Consortium -OGC CoverageJSON 1.0 Schema Posted - - -OGC IndoorGML 1.1 Schema Posted -https://schemas.opengis.net/indoorgml/ReadMe.txt#20230411t15 -The OGC IndoorGML 1.1 standard normative schema from OGC document 19-011r4 have been posted. See the ReadMe.txt or more information. -webmaster@opengeospatial.org -2023-04-11T15:01:20+00:00 -Open Geospatial Consortium -OGC IndoorGML 1.1 Schema Posted - - -OGC 3D Portrayal Service (3DPS) 1.0 Schema Posted -https://schemas.opengis.net/3dps/ReadMe.txt#20230228t15 -The OGC 3D Portrayal Service (3DPS) 1.0 standard normative schema from OGC document 15-001r4 have been posted. See the ReadMe.txt or more information. -webmaster@opengeospatial.org -2023-02-28T15:01:19+00:00 -Open Geospatial Consortium -OGC 3D Portrayal Service (3DPS) 1.0 Schema Posted - - -OGC API - Tiles - Part 1: Core Standard Schema Corrected -https://schemas.opengis.net/ogcapi/tiles/ReadMe.txt#20221209t15 -The OGC API - Tiles - Part 1: Core standard normative schema have been corrected. The change (json "oneOf changed to "anyOf") is backward compatible. The version was not updated. See ReadMe.txt or more information. -webmaster@opengeospatial.org -2022-12-09T15:01:18+00:00 -Open Geospatial Consortium -OGC API - Tiles - Part 1: Core Standard Schema Corrected - - -OGC 2D Tile Matrix Set Standard Schema Corrected -https://schemas.opengis.net/tms/ReadMe.txt#20221209t15 -The OGC 2D Tile Matrix Set standard normative schema have been corrected. The change (json "oneOf changed to "anyOf") is backward compatible. The version was not updated. See ReadMe.txt or more information. -webmaster@opengeospatial.org -2022-12-09T15:01:17+00:00 -Open Geospatial Consortium -OGC 2D Tile Matrix Set Standard Schema Corrected - - -OGC API - Common - Part 1: Core Standard Schemas Published -https://schemas.opengis.net/ogcapi/common/ReadMe.txt#20221117t15 -The OGC API - Common - Part 1: Core standard normative schemas have been published. See https://www.ogc.org/standards/ogcapi-common/ for more information. -webmaster@opengeospatial.org -2022-11-17T15:01:16+00:00 -Open Geospatial Consortium -OGC API - Common - Part 1: Core Standard Schemas Published - - -OGC API - Tiles - Part 1: Core Standard Schemas Published -https://schemas.opengis.net/ogcapi/tiles/ReadMe.txt#20221020t15 -The OGC API - Tiles - Part 1: Core standard normative schemas have been published. See https://www.ogc.org/standards/ogcapi-tiles/ for more information. -webmaster@opengeospatial.org -2022-10-20T15:01:15+00:00 -Open Geospatial Consortium -OGC API - Tiles - Part 1: Core Standard Schemas Published - - -OGC GeoPose 1.0 Data Exchange Schemas Published -https://schemas.opengis.net/geopose/ReadMe.txt#20221020t15 -The OGC GeoPose 1.0 Data Exchange standard normative schemas have been published. See https://www.ogc.org/standards/geopose/ for more information. -webmaster@opengeospatial.org -2022-10-20T15:01:14+00:00 -Open Geospatial Consortium -OGC GeoPose 1.0 Data Exchange Schemas Published - - -OGC CDB 1.2 Schemas Published -http://schemas.opengis.net/cdb/ReadMe.txt#20221004t15 -The OGC CDB 1.2 standard normative schemas have been published. See https://www.ogc.org/standards/cdb/ for more information. -webmaster@opengeospatial.org -2022-10-04T15:01:13+00:00 -Open Geospatial Consortium -OGC CDB 1.2 Schemas Published - - -OGC Two Dimensional Tile Matrix Set and Tile Set Metadata (TMS) 2.0.0 schema Posted -http://schemas.opengis.net/tms/ReadMe.txt#20220919t15 -The OGC Two Dimensional Tile Matrix Set and Tile Set Metadata (TMS) 2.0.0 schema, described in OGC document 17-083r4, has been posted. See https://www.ogc.org/standards/tms for more information. -webmaster@opengeospatial.org -2022-09-19T15:01:12+00:00 -Open Geospatial Consortium -OGC Two Dimensional Tile Matrix Set and Tile Set Metadata (TMS) 2.0.0 schema Posted - - -OGC API - Environmental Data Retrieval (EDR) 1.0.1 schema Posted -http://schemas.opengis.net/ogcapi/edr/ReadMe.txt#20220721t15 -The OGC API - Environmental Data Retrieval (EDR) 1.0.1 schema, described in OGC document 19-086r5, has been posted. See https://www.ogc.org/standards/ogcapi for more information. -webmaster@opengeospatial.org -2022-07-21T15:01:12+00:00 -Open Geospatial Consortium -OGC API - Environmental Data Retrieval (EDR) 1.0.1 schema Posted - - -OGC Moving Feature Encoding Extension - JSON 1.0 schema Posted -http://schemas.opengis.net/movingfeatures/ReadMe.txt#20220721t15 -The OGC Moving Feature Encoding Extension - JSON 1.0 schema, described in OGC document 19-045r3, has been posted. See https://www.ogc.org/standards/movingfeatures for more information. -webmaster@opengeospatial.org -2022-07-21T15:01:11+00:00 -Open Geospatial Consortium -OGC Moving Feature Encoding Extension - JSON 1.0 schema Posted - - -OGC GeoRSS 1.0 schema Posted -http://schemas.opengis.net/georss/ReadMe.txt#20220711t15 -The OGC GeoRSS 1.0 schema, described in OGC document 17-002r1, has been posted. See https://www.ogc.org/standards/georss for more information. -webmaster@opengeospatial.org -2022-07-11T15:01:10+00:00 -Open Geospatial Consortium -OGC GeoRSS 1.0 schema Posted - - -OGC API - Features - Part 1 and Part 2 Corrigendum Posted -http://schemas.opengis.net/ogcapi/features/ReadMe.txt#20220711t15 -The OGC API Features 1.0 schema, updated to version 1.0.1 and described in OGC documents 17-069r4 and 18-058r1, has been posted. See https://www.ogc.org/standards/ogcapi-features for more information. -webmaster@opengeospatial.org -2022-07-11T15:01:09+00:00 -Open Geospatial Consortium -OGC API - Features - Part 1 and Part 2 Corrigendum Posted - - -Enabling HTTPS on OGC Schemas -http://schemas.opengis.net/USAGE.txt#20220620t15 -OGC schemas.opengis.net http://schemas.opengis.net - now supports HTTPS and will continue to support HTTP to preserve the - historic material previously published. OGC has enabled - Upgrade Insecure Requests http://www.w3.org/TR/upgrade-insecure-requests - to allow the client to choose to upgrade to HTTPS based on the - Upgrade-Insecure-Requests header. - - There are no plans at this time to enforce server redirection of all HTTP - requests to HTTPS. This decision will allow older software, which might only - support HTTP and cannot be upgraded, to continue to function while modern - clients will be able to upgrade to a secure connection if they support the - Upgrade-Insecure-Requests header. - - Do note that this change has no effect on namespaces. The actual namespace will - continue to use HTTP, even if it is also served through HTTPS. This applies as - well for XMI DTD, Schema, and SGML DTDs resources. - -webmaster@opengeospatial.org -2022-06-20T15:01:08+00:00 -Open Geospatial Consortium -Enabling HTTPS on OGC Schemas - - -Changed URL of ISO/TC 211 Schema Location in all OGC Schemas -http://schemas.opengis.net/iso/19139/20070417/ReadMe.txt#20220607t15 -Change ISO/TC 211 schema locations from http://standards.iso.org to https://schemas.isotc211.org . See https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2022-06-07T15:01:07+00:00 -Open Geospatial Consortium -Changed URL of ISO/TC 211 Schema Location in all OGC Schemas - - -OGC API - Processes - Part 1: Core 1.0 Standard Published -http://schemas.opengis.net/ogcapi/processes/ReadMe.txt#20211130t15 -The OGC API - Processes - Part 1: Core 1.0 (OGC 18-062) normative standard has been published. See https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2021-11-30T15:01:06+00:00 -Open Geospatial Consortium -OGC API - Processes - Part 1: Core 1.0 Standard Published - - -OGC MetOcean GetPolygon Extension for WCS2.1 1.0.0 Examples Updated -http://schemas.opengis.net/wcs/ReadMe.txt#20201210t15 -The OGC MetOcean GetPolygon Extension for WCS2.1 Standard version 1.0 examples detailed in OGC documents 17-086r3 have been updated in order to validate within additional software. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/wcs/ for more information. -webmaster@opengeospatial.org -2020-12-08T15:01:05+00:00 -Open Geospatial Consortium -OGC MetOcean GetPolygon Extension for WCS2.1 1.0.0 Examples Updated - - -OGC WaterML 2.2 Schema Updated -http://schemas.opengis.net/gwml/2.2/ReadMe.txt#20201208t15 -The OGC WaterML 2.2 schema, described in OGC document 16-032r2 has been updated. See http://www.ogc.org/standards/waterml for more information. -webmaster@opengeospatial.org -2020-12-08T15:01:04+00:00 -Open Geospatial Consortium -OGC WaterML 2.2 Schema Updated - - -OGC CSW 2.0.2 ISO Application Profile 1.0.1 Schema Updated -http://schemas.opengis.net/csw/2.0.2/profiles/apiso/ReadMe.txt#20201119t15 -The OGC CSW 2.0.2 ISO Application Profile 1.0.1 schema, described in OGC document 07-045r1, has been updated. The ISO 19139 schemaLocation has been updated with the new URI. See http://www.opengeospatial.org/standards/cat for more information. -webmaster@opengeospatial.org -2020-11-19T15:01:03+00:00 -Open Geospatial Consortium -OGC CSW 2.0.2 ISO Application Profile 1.0.1 Schema Updated - - -OGC MetOcean GetPolygon Extension for WCS2.1 1.0.0 Schemas Published -http://schemas.opengis.net/wcs/ReadMe.txt#20201030t15 -The OGC MetOcean GetPolygon Extension for WCS2.1 Standard version 1.0 normative schema detailed in OGC documents 17-086r3 has been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/wcs/ for more information. -webmaster@opengeospatial.org -2020-10-30T15:01:02+00:00 -Open Geospatial Consortium -OGC MetOcean GetPolygon Extension for WCS2.1 1.0.0 Schemas Published - - -OGC MetOcean Application Profile 1.0 Schemas Published -http://schemas.opengis.net/wcs/ReadMe.txt#20201027t15 -The OGC MetOcean Appliation Profile Standard version 1.0 normative schemas detailed in OGC documents 15-045r7, 15-108r3, and 17-086r2 have been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/wcs/ for more information. -webmaster@opengeospatial.org -2020-10-27T15:01:01+00:00 -Open Geospatial Consortium -OGC MetOcean Application Profile 1.0 Schemas Published - - -OGC SensorML 2.1 Schemas Published -http://schemas.opengis.net/sensorML/ReadMe.txt#20201016t15 -The OGC SensorML: Model and XML Encoding standard version 2.1 normative schemas detailed in 12-000r2 have been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/sensorml/ for more information. -webmaster@opengeospatial.org -2020-10-16T15:01:00+00:00 -Open Geospatial Consortium -OGC SensorML 2.1 Schema Published - - -OGC WCS Processing Extension 2.1 Schemas Published -http://schemas.opengis.net/wcs/ReadMe.txt#20200814t15 -The OGC Web Coverage Service Processing Extension 2.1 standard normative schemas have been published with corrections detailed in 19-033r2. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/wcs/ for more information. -webmaster@opengeospatial.org -2020-08-14T15:00:59+00:00 -Open Geospatial Consortium -OGC WCS Processing Extension 2.1 Schema Published - - -OGC Web Coverage Processing Service (WCPS) 1.1 Schemas Published -http://schemas.opengis.net/wcps/ReadMe.txt#20200814t15 -The OGC Web Coverage Processing Service 1.1 (WCPS 1.1) standard normative schemas have been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/wcps for more information. -webmaster@opengeospatial.org -2020-08-14T15:00:58+00:00 -Open Geospatial Consortium -OGC WCS Coverage Processing Service (WCPS) 1.1 Schema Published - - -OGC WCS 2.1 Schemas Updated -http://schemas.opengis.net/wcs/ReadMe.txt#20200807t20 -The OGC Web Coverage Service 2.1 (WCS 2.1) standard normative schemas have been updated with corrections detailed in 19-033r2. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-08-07T15:00:57+00:00 -Open Geospatial Consortium -OGC WCS 2.1 Schema Updated - - -OGC WCS CRS Extension 1.1 Schemas Published -http://schemas.opengis.net/wcs/ReadMe.txt#20200807t19 -The OGC Web Coverage Service CRS Extension 1.1 standard normative schemas have been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-08-07T15:00:56+00:00 -Open Geospatial Consortium -OGC WCS CRS Extension 1.1 Schema Published - - -OGC WCS Scaling Extension 1.1 Schemas Published -http://schemas.opengis.net/wcs/ReadMe.txt#20200807t18 -The OGC Web Coverage Service Scaling Extension 1.1 standard normative schemas have been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-08-07T15:00:55+00:00 -Open Geospatial Consortium -OGC WCS Scaling Extension 1.1 Schema Published - - -OGC WCS Transaction Extension 2.1 Schemas Published -http://schemas.opengis.net/wcs/ReadMe.txt#20200807t17 -The OGC Web Coverage Service Transaction Extension 2.1 standard normative schemas have been published. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-08-07T15:00:54+00:00 -Open Geospatial Consortium -OGC WCS Transaction Extension 2.1 Schema Published - - -OGC CIS 1.0 and OGC CIS 1.1 Schemas Updated -http://schemas.opengis.net/cis/ReadMe.txt#20200807t16 -The normative schema for the OGC Coverage Implementation Schema 1.0 (CIS 1.0) standard and OGC Coverage Implementation Schema 1.1 (CIS 1.1) have been updated with corrections detailed in 19-033r2. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-08-07T15:00:53+00:00 -Open Geospatial Consortium -OGC CIS 1.0 and OGC CIS 1.1 Schema Updated - - -OGC WCS 2.0 Schemas Updated -http://schemas.opengis.net/wcs/ReadMe.txt#20200807t15 -The OGC Web Coverage Service 2.0 (WCS 2.0) standard normative schemas have been updated with corrections detailed in 19-033r2. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-08-07T15:00:52+00:00 -Open Geospatial Consortium -OGC WCS 2.0 Schema Updated - - -OGC EO GeoJSON Encoding 1.0.2 Schemas Updated -http://schemas.opengis.net/eo-geojson/ReadMe.txt#20200608t15 -The OGC EO Dataset Metadata GeoJSON(-LD) Encoding 1.0 standard normative schemas have been updated with corrections detailed in 17-003r2. See the ReadMe.txt with the schemas and https://www.ogc.org/standards/ for more information. -webmaster@opengeospatial.org -2020-06-08T15:00:51+00:00 -Open Geospatial Consortium -OGC EO Dataset Metadata GeoJSON(-LD) Encoding standard 1.0 Schemas Updated - - -OGC OpenSearch-EO GeoJSON(-LD) Response Encoding 1.0.0 Schemas Published -http://schemas.opengis.net/os-geojson/ReadMe.txt#20200507t15 -The OGC OpenSearch-EO GeoJSON(-LD) Response Encoding 1.0 standard normative schemas have been published. See the ReadMe.txt with the schemas and http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2020-05-07T15:00:50+00:00 -Open Geospatial Consortium -OGC OpenSearch-EO GeoJSON(-LD) Response Encoding Standard 1.0 Schemas Published - - -OGC EO GeoJSON Encoding 1.0.1 Schemas Updated -http://schemas.opengis.net/eo-geojson/ReadMe.txt#20200507t15 -The OGC EO Dataset Metadata GeoJSON(-LD) Encoding 1.0 standard normative schemas have been updated with a change in os-geojson-schema.standalone.json and owc-geojson-schema.json. See the ReadMe.txt with the schemas and http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2020-05-07T15:00:49+00:00 -Open Geospatial Consortium -OGC EO Dataset Metadata GeoJSON(-LD) Encoding standard 1.0 Schemas Published - - -OGC PipelineML 1.0 Standard Schemas Updated -http://schemas.opengis.net/pipelineml/ReadMe.txt#20200327t15 -The OGC PipelineML 1.0 standard normative schemas have been corrected to use the official namespace http://www.opengis.net/pipelineml/1.0 . See https://www.ogc.org/standards/pipelineml for more information. -webmaster@opengeospatial.org -2020-03-27T15:00:48+00:00 -Open Geospatial Consortium -OGC PipelineML 1.0 Standard Schemas Updated - - -OGC PipelineML 1.0 Standard Schemas Published -http://schemas.opengis.net/pipelineml/ReadMe.txt#20200319t15 -The OGC PipelineML 1.0 standard normative schemas have been published. See https://www.ogc.org/standards/pipelineml for more information. -webmaster@opengeospatial.org -2020-03-19T15:00:47Z -Open Geospatial Consortium -OGC PipelineML 1.0 Standard Schemas Published - - -OGC OGC API - Features - Part 1: Core 1.0 Standard Published -http://schemas.opengis.net/ogcapi/features/ReadMe.txt#20191011t15 -The OGC API - Features - Part 1: Core 1.0 normative standard has been published. See http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2019-10-11T15:00:46+00:00 -Open Geospatial Consortium -OGC API - Features - Part 1: Core 1.0 Standard Published - - -OGC TileMatrixSet 1.0 Standard Published -http://schemas.opengis.net/tms/ReadMe.txt#20190924t15 -The OGC TileMatrixSet 1.0 normative standard has been published. See http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2019-09-24T15:00:45+00:00 -Open Geospatial Consortium -OGC TileMatrixSet 1.0 Standard Published - - -OGC TSML 1.2 Standard Published -http://schemas.opengis.net/tsml/ReadMe.txt#20190919t15 -The OGC TimeseriesML 1.2 normative standard has been published. See http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2019-09-19T15:00:44+00:00 -Open Geospatial Consortium -OGC TimeseriesML 1.2 Standard Published - - -OGC PipelineML 1.0 Standard Codelists Published -http://schemas.opengis.net/pipelineml/ReadMe.txt#20190906t15 -The OGC PipelineML 1.0 standard normative codelists have been published. See http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2019-09-06T15:00:43+00:00 -Open Geospatial Consortium -OGC PipelineML 1.0 Standard Codelists Published - - -OGC EO GeoJSON Encoding 1.0 Schemas Published -http://schemas.opengis.net/eo-geojson/ReadMe.txt#20190831t15 -The OGC EO Dataset Metadata GeoJSON(-LD) Encoding 1.0 standard normative schemas have been published. See http://www.opengeospatial.org/standards/ for more information. -webmaster@opengeospatial.org -2019-08-31T15:00:42+00:00 -Open Geospatial Consortium -OGC EO Dataset Metadata GeoJSON(-LD) Encoding standard 1.0 Schemas Published - - -OGC OWS Security 1.0 Schemas Published -http://schemas.opengis.net/security/ReadMe.txt#20190207t15 -The OGC OWS Security 1.0 standard normative schemas have been published. See http://www.opengeospatial.org/standards/security/ for more information. -webmaster@opengeospatial.org -2019-02-07T15:00:41+00:00 -Open Geospatial Consortium -OGC OWS Security 1.0 Schemas Published - - -OGC Moving Features 1.0 Examples Published -http://schemas.opengis.net/movingfeatures/ReadMe.txt#20190206t15 -Updating the OGC Moving Features 1.0 examples to rename srsName URN from x-ogc to urn:ogc:def:crs:EPSG:6.6:4326 . See http://www.opengeospatial.org/standards/movingfeatures/ for more information. -webmaster@opengeospatial.org -2019-02-06T15:00:40+00:00 -Open Geospatial Consortium -OGC Moving Features 1.0 Examples Published - - -OGC CDB 1.1 Schemas Published -http://schemas.opengis.net/cdb/ReadMe.txt#20181219t15 -The OGC CDB 1.1 standard normative schemas have been published. See http://www.opengeospatial.org/standards/cdb/ for more information. -webmaster@opengeospatial.org -2018-12-19T15:00:39+00:00 -Open Geospatial Consortium -OGC CDB 1.1 Schemas Published - - -OGC GMLJP2 2.1 (OGC 08-085r8) Published -http://schemas.opengis.net/gmljp2/ReadMe.txt#20180824t15 -Updated to version 3.3.1. Added xslt2 queryBinding attribute to sch:schema element in iso8601.sch. Added closing bracket to the first assert test -webmaster@opengeospatial.org -2018-08-24T15:00:38+00:00 -Open Geospatial Consortium -OGC GMLJP2 2.1 (OGC 08-085r8) Published - - -GML 3.3 schematron bug fixes and version update to 3.3.1 -http://schemas.opengis.net/gml/3.3/ReadMe.txt#20180703t15 -Updated to version 3.3.1. Added xslt2 queryBinding attribute to sch:schema element in iso8601.sch. Added closing bracket to the first assert test -webmaster@opengeospatial.org -2018-07-03T15:00:37+00:00 -Open Geospatial Consortium -GML 3.3 schematron bug fixes and version update to 3.3.1 - - -targetCodeList element added to extdEncRule.xsd in GML 3.3.0 schema -http://schemas.opengis.net/gml/3.3/ReadMe.txt#20180620t15 -targetCodeList element added to extdEncRule.xsd, which is then added to Zipped GML3.3 -webmaster@opengeospatial.org -2018-06-20T15:00:30+00:00 -Open Geospatial Consortium -targetCodeList element added to extdEncRule.xsd in GML 3.3.0 schema - - -OGC GML 3.2.2 Schema Posted -http://schemas.opengis.net/gml/3.2.2/ReadMe.txt#20180530t15 -The OGC Geography Markup Language (GML) 3.2.2 Encoding Standard described in OGC document 07-036r1 has been posted. See http://www.opengeospatial.org/standards/gml for more information. -webmaster@opengeospatial.org -2018-03-30T15:46:35+00:00 -Open Geospatial Consortium -OGC GML 3.2.2 Schema Posted - - -OGC CSW 2.0.2 ISO Application Profile 1.0.1 Schema Updated -http://schemas.opengis.net/csw/2.0.2/profiles/apiso/ReadMe.txt#20180321t15 -The OGC CSW 2.0.2 ISO Application Profile 1.0.1 schema, described in OGC document 07-045r1, has been updated. The namespace has been reverted back to the previous identifier. See http://www.opengeospatial.org/standards/cat for more information. -webmaster@opengeospatial.org -2018-03-21T15:46:34+00:00 -Open Geospatial Consortium -OGC CSW 2.0.2 ISO Application Profile 1.0.1 Schema Updated - - -OGC GeoSciML 4.1 with Corrigendum Posted -http://schemas.opengis.net/gsml/ReadMe.txt#20180309t15 -The OGC GeoSciML 4.1 schema, updated to version 4.1.1 and described in OGC document 16-008r1, has been published. See http://www.opengeospatial.org/standards/geosciml for more information. -webmaster@opengeospatial.org -2018-03-09T15:46:33+00:00 -Open Geospatial Consortium -OGC GeoSciML 4.1 with Corrigendum Posted - - -OGC IndoorGML 1.0 Schema Updated -http://schemas.opengis.net/indoorgml/ReadMe.txt#20180309t15 -The OGC IndoorGML 1.0 schema, updated to version 1.0.3 and described in OGC document 14-005r5, has been published. See http://www.opengeospatial.org/standards/indoorgml for more information. -webmaster@opengeospatial.org -2018-03-09T15:46:32+00:00 -Open Geospatial Consortium -OGC IndoorGML 1.0 Schema Updated - - -OGC CSW 2.0.2 ISO Application Profile 1.0.1 Schema Updated -http://schemas.opengis.net/csw/2.0.2/profiles/apiso/ReadMe.txt#20180309t15 -The OGC CSW 2.0.2 ISO Application Profile 1.0.1 schema, described in OGC document 07-045r1, has been published. See http://www.opengeospatial.org/standards/cat for more information. -webmaster@opengeospatial.org -2018-03-09T15:46:31+00:00 -Open Geospatial Consortium -OGC CSW 2.0.2 ISO Application Profile 1.0.1 Schema Updated - - -OGC InfraGML 1.0 Part 7 - Schema Updated -http://schemas.opengis.net/infragml/ReadMe.txt#20170925t15 -Updates to the OGC InfraGML Part 7 1.0 schema, described in OGC document 16-107r2, have been published. The previous version was only a working copy and had not been vote approved. See http://www.opengeospatial.org/standards/infragml for more information. -webmaster@opengeospatial.org -2017-09-22T15:46:30+00:00 -Open Geospatial Consortium -OGC InfraGML Part 7 1.0 Schema Updated - - -OGC InfraGML 1.0 Part 7 - Schema Posted -http://schemas.opengis.net/infragml/ReadMe.txt#20170922t15 -The OGC InfraGML Part 7 1.0 schema, described in OGC document 16-107r2, has been published. See http://www.opengeospatial.org/standards/infragml for more information. -webmaster@opengeospatial.org -2017-09-22T15:46:29+00:00 -Open Geospatial Consortium -OGC InfraGML Part 7 1.0 Schema Added - - -OGC CIS 1.1 - Schema Posted -http://schemas.opengis.net/cis/ReadMe.txt#20170922t15 -The OGC CIS 1.1 schema, described in OGC document 09-146r6, has been published. See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2017-09-22T15:46:28+00:00 -Open Geospatial Consortium -OGC CIS 1.1 Schema Added - - -OGC InfraGML 1.0 - Schema Posted -http://schemas.opengis.net/infragml/ReadMe.txt#20170830t15 -The OGC InfraGML 1.0 schema described in OGC documents, 16-100r2, 16-101r2, 16-102r2, 16-103r2, 16-104r2, 16-105r2 and 16-106r2, has been published. See http://www.opengeospatial.org/standards/infragml for more information. -webmaster@opengeospatial.org -2017-08-30T15:46:27+00:00 -Open Geospatial Consortium -OGC InfraGML 1.0 Schema Added - - -OGC GMLCOV GMLCOVRGRID 1.0 Examples - Schema Posted -http://schemas.opengis.net/gmlgov/ReadMe.txt#20170814t15 -The OGC GMLCOVRGRID 1.0 Examples described in OGC document 16-083r2 have been published. See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2017-08-14T15:46:26+00:00 -Open Geospatial Consortium -OGC GMLCOV GMLCOVRGRID 1.0 Examples Added - - -OGC GMLCOV GMLCOVRGRID 1.0 - Schema Posted -http://schemas.opengis.net/gmlgov/ReadMe.txt#20170616t15 -The OGC GMLCOVRGRID 1.0 schema described in OGC document 16-083r2 has been published. See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2017-06-16T15:46:25+00:00 -Open Geospatial Consortium -OGC GMLCOV GMLCOVRGRID 1.0 Extension Schema Added - - -OGC Filter (FES) 2.0 - Schema Posted -http://schemas.opengis.net/filter/ReadMe.txt#20170615t15 -The OGC Filter (FES) 2.0 schema described in OGC document 09-026r2 has been updated. See http://www.opengeospatial.org/standards/filter for more information. -webmaster@opengeospatial.org -2017-06-15T15:46:24+00:00 -Open Geospatial Consortium -OGC Filter (FES) 2.0 Standard Schema Updated - - -OGC CDB Volume 9 1.0 schema added -http://schemas.opengis.net/cdb/ReadMe.txt#20170402115 -The OGC CDB Volume 9 1.0 standard schema, described in OGC document 16-119, has been published. - See http://www.opengeospatial.org/standards/cdb for more information. -webmaster@opengeospatial.org -2017-04-21T15:46:23+00:00 -Open Geospatial Consortium -OGC CDB 1.0 standard schema added - - -OGC WaterML 2: Part 4 - GroundWaterML 2.2 (GWML2) - schema added -http://schemas.opengis.net/gwml/ReadMe.txt#20170306t15 -The OGC WaterML 2: Part 4 - GroundWaterML 2.2 (GWML2) standard schema, described in OGC document 16-032r2, has been published. - See http://www.opengeospatial.org/standards/waterml for more information. -webmaster@opengeospatial.org -2017-03-06T15:46:22+00:00 -Open Geospatial Consortium -OGC GWML 2.2 standard schema added - - -OGC GeoSciML 4.1 - schema added -http://schemas.opengis.net/geosciml/ReadMe.txt#20170207t15 -The OGC Geoscience Markup Language 4.1 (GeoSciML) standard schema, jointly developed by OGC and IUGS-CGI and described in OGC document 16-008, has been published. - See http://www.opengeospatial.org/standards/geosciml for more information. -webmaster@opengeospatial.org -2017-02-07T15:46:21+00:00 -Open Geospatial Consortium -OGC GeoSciML 4.1 standard schema added - - -OGC CIS 1.0 - Schema Updated -http://schemas.opengis.net/cis/ReadMe.txt#20170116t15 -The OGC Coverage Service Interface Standard 1.0 (CIS 1.0.2) schema described in OGC document 13-057r1 has been published. - See http://www.opengeospatial.org/standards/cis for more information. -webmaster@opengeospatial.org -2017-01-16T15:46:20+00:00 -Open Geospatial Consortium -OGC CIS 1.0 Standard Schema added - - -OGC GUF 1.0 - Schema added -http://schemas.opengis.net/guf/ReadMe.txt#20161122t15 -The OGC Geospatial User Feedback Standard: XML Encoding Extension 1.0 (GUF 1.0.0) schema described in OGC document 15-098r1 has been published. - See http://www.opengeospatial.org/standards/guf for more information. -webmaster@opengeospatial.org -2016-12-22T15:46:19+00:00 -Open Geospatial Consortium -OGC GUF 1.0 Standard Schema added - - -OGC WCS Transaction 2.0 - Schema added -http://schemas.opengis.net/wcs/ReadMe.txt#20161117t15 -The OGC WCS Transaction 2.0 (2.0.0) schema described in OGC document 13-057r1 has been published. - See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2016-11-17T15:46:18+00:00 -Open Geospatial Consortium -OGC WCS Transaction 2.0 Standard Schema added - - -OGC WFS 1.1 - Schema updated -http://schemas.opengis.net/wfs/ReadMe.txt#20161026t15 -The OGC WFS 1.1 (1.1.3) schema described in OGC document 04-094r1 has been published. - See http://www.opengeospatial.org/standards/wfs for more information. -webmaster@opengeospatial.org -2016-10-26T15:46:17+00:00 -Open Geospatial Consortium -OGC WFS 1.1 Standard Schema Updated - - -OGC IndoorGML 1.0 - Schema updated -http://schemas.opengis.net/wfs/ReadMe.txt#20160831t15 -The OGC IndoorGML 1.0 schema described in OGC document 14-005r4 has been updated. - See http://www.opengeospatial.org/standards/indoorgml for more information. -webmaster@opengeospatial.org -2016-08-31T15:46:16+00:00 -Open Geospatial Consortium -OGC IndoorGML 1.0 Standard Schema Updated - - -OGC Moving Features Standard 1.0 Schema Posted -http://schemas.opengis.net/movingfeatures/ReadMe.txt#20160825t15 -The OGC Moving Features Encoding Part I: XML Core 1.0 Standard -schema described in OGC document 14-083r2 has been added. -See http://www.opengeospatial.org/standards/movingfeatures for more information. -webmaster@opengeospatial.org -2016-08-25T15:46:15+00:00 -Open Geospatial Consortium -OGC Moving Features Standard 1.0 Schema Posted - - -OGC TimeseriesML Standard 1.0 Schema Posted -http://schemas.opengis.net/tsml/ReadMe.txt#20160819t15 -The OGC TimeseriesML 1.0 - XML Encoding of the Timeseries Profile of Observations and Measurements Implementation Standard -schema described in OGC document 15-042r3 has been added. -See http://www.opengeospatial.org/standards/tsml for more information. -webmaster@opengeospatial.org -2016-08-19T15:46:14+00:00 -Open Geospatial Consortium -OGC TimeseriesML Standard 1.0 Schema Posted - - -OGC Publish/Subscribe Interface Standard 1.0 - Core Schema Posted -http://schemas.opengis.net/pubsub/ReadMe.txt#20160810t15 -The OGC Publish/Subscribe Interface Standard 1.0 - Core schema described in OGC document 13-131 has been added. -See http://www.opengeospatial.org/standards/pubsub for more information. -webmaster@opengeospatial.org -2016-08-10T15:46:13+00:00 -Open Geospatial Consortium -OGC Publish/Subscribe Interface Standard 1.0 - Core Schema Posted - - -OGC WFS 2.0 - Schema updated -http://schemas.opengis.net/wfs/ReadMe.txt#20160705t15 -The OGC WFS 2.0 schema described in OGC document 09-025r2 has been updated. Changed the cardinality constraint of LockFeatureType to be optional. - No version change per the 09-025r2 corrigendum. See http://www.opengeospatial.org/standards/wfs for more information. -webmaster@opengeospatial.org -2016-07-05T15:46:12+00:00 -Open Geospatial Consortium -OGC WFS 2.0 Standard Schema Updated - - -OGC GMLJP2 2.0.1 - Schema Examples Updated -http://schemas.opengis.net/gmljp2/ReadMe.txt#20160610t15 -The GMLJP2 online examples have been updated. The OGC GML JPEG2 XML encoding 2.0.1 examples described in OGC document 08-085r5 has been posted. See http://www.opengeospatial.org/standards/gmljp2 for more information. -webmaster@opengeospatial.org -2016-06-10T15:46:11+00:00 -Open Geospatial Consortium -OGC GMLJP2 2.01 Standard Schema Examples Posted - - -OGC Catalogue Services 3.0 Specification - HTTP Protocol Binding 3.0.0 Schema Posted -http://schemas.opengis.net/cat/ReadMe.txt#20160610t15 -The OGC Catalogue CSW 3.0 schema described in OGC document 12-176r7 has been added. -See http://www.opengeospatial.org/standards/cat for more information. -webmaster@opengeospatial.org -2016-06-10T15:46:10+00:00 -Open Geospatial Consortium -OGC Catalogue CSW 3.0 Standard Schema Posted - - -OGC Earth Observation Metadata profile of Observations & Measurements 1.1 Schema Posted -http://schemas.opengis.net/eompom/ReadMe.txt#20160608t15 -The OGC EOMPOM 1.1 schema described in OGC document 10-157r4 has been added. -See http://www.opengeospatial.org/standards/om for more information. -webmaster@opengeospatial.org -2016-06-07T15:46:09+00:00 -Open Geospatial Consortium -OGC EOMPOM 1.1 Standard Schema Posted - - -OGC OpenSearch Geo Schema Updated -http://schemas.opengis.net/opensearchgeo/ReadMe.txt#20160405t15 -The OGC OpenSearch Geo 1.0 schema have been updated to correct the cardinality of Language, InputEncoding and OutputEncoding elements (changed ? to *), change Tags max length set to 256 characters, and Increment version to 1.0.1. See http://www.opengeospatial.org/standards/opensearchgeo for more information. -webmaster@opengeospatial.org -2016-04-05T15:46:08+00:00 -Open Geospatial Consortium -OGC OpenSearch Geo 1.0 Standard Schema Updated - - -OGC WCS 2.0 CRS Extension 1.0.0 Schema Added -http://schemas.opengis.net/wcs/ReadMe.txt#20160203t15 -The OGC WCS 2.0 CRS Extension 1.0 schema described in OGC document 11-053r1 has been added. -See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2016-02-03T15:46:07+00:00 -Open Geospatial Consortium -OGC WCS 2.0 CRS Extension 1.0 Schema Added - - -OGC WMTS Simple Profile 1.0 - Schema Added -http://schemas.opengis.net/wmts/ReadMe.txt#20160122t15 -The OGC WMTS Simple Profile 1.0 schema described in OGC document 13-082r2 has been added. -See http://www.opengeospatial.org/standards/wmts for more information. -webmaster@opengeospatial.org -2015-10-22T15:46:06+00:00 -Open Geospatial Consortium -OGC WMTS Simple Profile 1.0 Standard Schema Added - - -OGC WaterML 2.0 Part 2 1.0 - Schema Added -http://schemas.opengis.net/waterml/ReadMe.txt#20151022t15 -The OGC WaterML 2.0 Part 2 1.0 schema described in OGC document 15-018r1 has been added. -See http://www.opengeospatial.org/standards/waterml for more information. -webmaster@opengeospatial.org -2015-10-22T15:46:05+00:00 -Open Geospatial Consortium -OGC WaterML 2.0 Part 2 1.0 Standard Schema Added - - -OGC KML 2.3 - Schema Added -http://schemas.opengis.net/kml/2.3/ReadMe.txt#20151022t15 -The OGC KML 2.3 schema described in OGC document 12-007r2 has been added. -See http://www.opengeospatial.org/standards/kml for more information. -webmaster@opengeospatial.org -2015-10-22T15:46:04+00:00 -Open Geospatial Consortium -OGC KML 2.3 Standard Schema Added - - -OGC WFS 2.0 - Schema updated -http://schemas.opengis.net/wfs/ReadMe.txt#20151013t15 -The OGC WFS 2.0 schema described in OGC document 09-025r2 has been updated. Changed the cardinality constraint of ReturnFeatureType to be optional. - No version change per the 09-025r2 corrigendum. See http://www.opengeospatial.org/standards/wfs for more information. -webmaster@opengeospatial.org -2015-10-13T15:46:03+00:00 -Open Geospatial Consortium -OGC WFS 2.0 Standard Schema Updated - - -OGC Web Processing Service 2.0 Schema Posted -http://schemas.opengis.net/wps/ReadMe.txt#20150422t15 -The WPS 2.0 schema from the Web Processing Service 2.0 Interface Standard (OGC 14-065) has been posted. See http://www.opengeospatial.org/standards/wps for more information. -webmaster@opengeospatial.org -2015-04-22T15:46:02+00:00 -Open Geospatial Consortium -OGC WPS 2.0 Schema Posted - - -OGC GML Application Schema - Coverages - GeoTIFF Coverage Encoding Profile 1.0 Schema Updated -http://schemas.opengis.net/gmlcov/ReadMe.txt#20150415t15 -The GeoTiff schema has been corrected to align with the standard (12-100r1). The parametersType is optional for GeoTiff encoded coverage requests. See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2015-04-15T15:46:01+00:00 -Open Geospatial Consortium -OGC GMLCOV GeoTiff 1.0 Schema Updated - - -OGC ARML 2.0 - Schema Posted -http://schemas.opengis.net/arml/ReadMe.txt#20150225t15 -The OGC ARML 2.0 schema described in OGC document 12-132r4 has been posted. This OGC Standard defines the Augmented Reality Markup Language 2.0 (ARML 2.0). ARML 2.0 allows users to describe virtual objects in an Augmented Reality (AR) scene with their appearances and their anchors (a broader concept of a location) related to the real world. Additionally, ARML 2.0 defines ECMAScript bindings to dynamically modify the AR scene based on user behavior and user input. The See http://www.opengeospatial.org/standards/arml for more information. -webmaster@opengeospatial.org -2015-02-25T15:45:59+00:00 -Open Geospatial Consortium -OGC ARML 2.0 Standard Schema Posted - - -OGC IndoorGML 1.0 - Schema Moved and Updated -http://schemas.opengis.net/indoorgml/ReadMe.txt#20141203t15 -The OGC IndoorGML 1.0 schema described in OGC document 14-005r3 has been moved and updated. These modifications reflect OGC-NA recommendations regarding URI names. The See http://www.opengeospatial.org/standards/indoorgml for more information. -webmaster@opengeospatial.org -2014-12-03T15:45:58+00:00 -Open Geospatial Consortium -OGC IndoorGML 1.0 Standard Schema Moved and Updated - - -OGC WCS Processing 2.0 - Schema Posted -http://schemas.opengis.net/wcs/ReadMe.txt#20141126t15 -The OGC WCS Processing 2.0 schema described in OGC document 08-059r4 has been posted. -The OGC Web Coverage Service - Processing Extension defines an extension to the WCS Core [OGC 09-110], the ProcessCoverages request type, which allows clients to initi-ate server-side processing and filtering of coverages and to download the resulting coverage or value sets based on the query language defined in the Web Coverage Processing Service (WCPS) interface standard [OGC 08-068]. -See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2014-11-26T15:45:57+00:00 -Open Geospatial Consortium -OGC WCS Processing 2.0 Standard Schema Posted - - -OGC WCS Range Subsetting 1.0 - Schema Posted -http://schemas.opengis.net/wcs/ReadMe.txt#20141119t15 -The OGC WCS Range Subsetting 1.0 schema described in OGC document 12-040 has been posted. -This document specifies parameters to the OGC Web Coverage Service (WCS) GetCoverage request which allow extraction of specific fields, according to the range type specification, from the range set of a coverage during server-side processing of a coverage in a GetCoverage request. -See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2014-11-06T15:45:56+00:00 -Open Geospatial Consortium -OGC WCS Range Subsetting 1.0 Standard Schema Posted - - -OGC WCS Interpolation 1.0 - Schema Posted -http://schemas.opengis.net/wcs/ReadMe.txt#20141118t15 -The OGC WCS Interpolation 1.0 schema described in OGC document 12-049 has been posted. -This OGC standard specifies parameters to the OGC Web Coverage Service (WCS) GetCoverage request which give control over interpolation of a coverage during its server-side pro-cessing. This allows the client (user) to control and specify the interpolation mechanism to be applied to a coverage during server processing. This WCS Interpolation extension relies on WCS Core [OGC 09-110r4] and the GML Application Schema for Coverages [OGC 09-146r2]. -See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2014-11-06T15:45:55+00:00 -Open Geospatial Consortium -OGC WCS Interpolation 1.0 Standard Schema Posted - - -OGC WCS Scaling 1.0 - Schema Posted -http://schemas.opengis.net/wcs/ReadMe.txt#20141118t14 -The OGC WCS Scaling 1.0 schema described in OGC document 12-039 has been posted. -This document specifies parameters to the OGC Web Coverage Service (WCS) GetCoverage request which allow scaling of a coverage during its server-side processing in a GetCoverage request. -See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2014-11-06T15:45:54+00:00 -Open Geospatial Consortium -OGC WCS Scaling 1.0 Standard Schema Posted - - -OGC GMLCOV GeoTiff 1.0 - Schema Posted -http://schemas.opengis.net/gmlcov/ReadMe.txt#20141118t15 -The OGC GMLCOV GeoTIFF 1.0 schema described in OGC document 12-100r1 has been posted. -This Interface Standard is a profile of the OGC(r) GML Application Schema - Coverages version 1.0 [OGC 09-146r2]. This document specifies the usage of the GeoTIFF data format for the encoding of GML coverages. This encoding is used by several OGC services like the Web Coverage Service (WCS) 2.0 Interface Standard - Core [OGC 09-110r4]. -See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2014-11-06T15:45:53+00:00 -Open Geospatial Consortium -OGC GMLCOV GeoTIFF 1.0 Standard Schema Posted - - -OGC WCS EO Profile 1.0 - Schema Posted -http://schemas.opengis.net/wcs/ReadMe.txt#20141106t15 -The OGC WCS EO Profile 1.0 schema described in OGC document 10-140r1 has been posted. See http://www.opengeospatial.org/standards/wcs for more information. -webmaster@opengeospatial.org -2014-11-06T15:45:52+00:00 -Open Geospatial Consortium -OGC WCS EO Profile 1.0 Standard Schema Posted - - -OGC IndoorGML 1.0 - Schema Posted -http://schemas.opengis.net/indoorGML/ReadMe.txt#20141105t15 -The OGC IndoorGML 1.0 schema described in OGC document 14-005r3 has been posted. See http://www.opengeospatial.org/standards/indoorgml for more information. -webmaster@opengeospatial.org -2014-11-05T15:45:51+00:00 -Open Geospatial Consortium -OGC IndoorGML 1.0 Standard Schema Posted - - -OGC GMLJP2 2.0 - Schema Examples Updated -http://schemas.opengis.net/gmljp2/ReadMe.txt#20141014t15 -The GMLJP2 online examples have been updated. The OGC GML JPEG2 XML encoding 2.0 schema described in OGC document 08-085r4 has been posted. See http://www.opengeospatial.org/standards/gmljp2 for more information. -webmaster@opengeospatial.org -2014-10-14T15:45:50+00:00 -Open Geospatial Consortium -OGC GMLJP2 2.0 Standard Schema Posted - - -OGC Filter (FES) 2.0 - Schema Posted -http://schemas.opengis.net/wfs/ReadMe.txt#20140923t15 -The OGC Filter (FES) 2.0 schema described in OGC document 09-026r2 has been posted. See http://www.opengeospatial.org/standards/filter for more information. -webmaster@opengeospatial.org -2014-09-23T15:45:49+00:00 -Open Geospatial Consortium -OGC Filter (FES) 2.0 Standard Schema Posted - - -OGC WFS 2.0 - Schema Posted -http://schemas.opengis.net/wfs/ReadMe.txt#20140923t14 -The OGC WFS 2.0 schema described in OGC document 09-025r2 has been posted. See http://www.opengeospatial.org/standards/wfs for more information. -webmaster@opengeospatial.org -2014-09-23T15:45:48+00:00 -Open Geospatial Consortium -OGC WFS 2.0 Standard Schema Posted - - -OGC GMLJP2 2.0 - Schema Posted -http://schemas.opengis.net/gmljp2/ReadMe.txt#20140916t15 -The OGC GML JPEG2 XML encoding 2.0 schema described in OGC document 08-085r4 has been posted. See http://www.opengeospatial.org/standards/gmljp2 for more information. -webmaster@opengeospatial.org -2014-09-16T15:45:47+00:00 -Open Geospatial Consortium -OGC GMLJP2 2.0 Standard Schema Posted - - -OpenGIS Location Services - Navigation 1.3 Schema Posted -http://schemas.opengis.net/ols/ReadMe.txt#20140731t15 -The OGC Location Services (OpenLS) Navigation 1.3 schema described in OGC document 08-028r7 has been posted. See http://www.opengeospatial.org/standards/ols for more information. -webmaster@opengeospatial.org -2014-07-31T15:45:47+00:00 -Open Geospatial Consortium -OpenGIS Location Services 1.3 Navigation Standard Schema Posted - - -OGC Sampling 2.0 Standard schema Updated -http://schemas.opengis.net/sampling/ReadMe.txt#20140515t15 -The OGC Observations and Measurements - XML Implementation 2.0 Standard schema (Sampling 2.0) described in OGC document 10-025r1 has been updated. This corrects the cardinality to unbounded for the "sampledFeature" property to be consistent with the Abstract Specification. (Updated to version 2.0.2.) See http://www.opengeospatial.org/standards/om for more information. -webmaster@opengeospatial.org -2014-05-08T15:45:46+00:00 -Open Geospatial Consortium -OGC Sampling 2.0 Standard Schema Updated - - -OGC OWS Context 1.0 Standard schema Updated -http://schemas.opengis.net/owc/ReadMe.txt#20140508t15 -The OGC Web Services Context 1.0 Standard described in OGC document 12-084r2 has been updated. The includes paths in owc.rnc have been updated to be relative to the same directory as the schema itself. Also two outdated examples were removed. See http://www.opengeospatial.org/standards/owc for more information. -webmaster@opengeospatial.org -2014-05-08T15:45:44+00:00 -Open Geospatial Consortium -OGC OWS Context 1.0 Standard Schema Updated - - -OGC OpenSearch Geo and Time Extensions 1.0 Schema Posted -http://schemas.opengis.net/opensearchgeo/ReadMe.txt#20140424t15 -The OGC OpenSearch Geo and Time Extensions 1.0 schema described in OGC document 10-032r8 has been posted. See http://www.opengeospatial.org/standards/opensearchgeo for more information. -webmaster@opengeospatial.org -2014-04-24T15:45:49+00:00 -Open Geospatial Consortium -OGC OpenSearch Geo and Time Extensions 1.0 Standard Schema Posted - - -OGC EOSPS 2.0 Schema Posted -http://schemas.opengis.net/eop/ReadMe.txt#20140422t15 -The OGC Earth Observation SPS Extension 2.0 schema described in OGC document 10-135 has been posted. See http://www.opengeospatial.org/standards/sps for more information. -webmaster@opengeospatial.org -2014-04-22T15:45:48+00:00 -Open Geospatial Consortium -OGC EOSPS 2.0 Standard Schema Posted - - -OGC EOP 1.0 Schema Posted -http://schemas.opengis.net/eop/ReadMe.txt#20140414t15 - - The Geography Markup Language (GML) 3.1.1 Application Schema for Earth Observation - Products Implementation Standard is defined in OGC document 06-080r4. - - EOP 1.0 (1.2.2) does not validate. -- 2014-04-14 - - It seems that 06-080r4 (EOP 1.0) is approved as an official OGC - implementation standard. Unfortunately, it called for the use of a - non-standard gmlSubset.xsd based on GML 3.1.1 (and using the GML 3.1.1 - namespace) but using some GML 3.2.1 definitions. This means that EOP 1.0 - is not GML 3.1.1 nor GML 3.2.1 but some modified version of the two. - This is not documented anyway in the standard. The problem that the - EOP document was trying to overcome was corrected in 3.2.1. - - EOP 1.0 (06-080r4) is being published in a zip archive so that the schema - are available but not directly usable. Earth Observation Metadata profile - of Observations & Measurements (1.0) 10-157r3 should be a replacement. - - Further discussion points are documented on the OAB listserv: - https://lists.opengeospatial.org/mailman/private/oab/2011-December/001997.html . -webmaster@opengeospatial.org -2014-04-22T15:45:47+00:00 -Open Geospatial Consortium -OGC EOP 1.0 Schema Posted - - -OGC Retires Extraneous Schema Repository -http://schemas.opengis.net/#20140416t15 - - The extraneous schema repository, schemas.opengeospatial.net, has been - shutdown. The notice was posted to the site in July 2007 notifying consumers - to use the official repository http://schemas.opengis.net/ . As of now, - traffic to the extraneous site will be redirected to the official OGC schemas - site at http://schemas.opengis.net/ . All OGC schema may be downloaded from - http://schemas.opengis.net/SCHEMAS_OPENGIS_NET.zip for offline or local - utilization. - -webmaster@opengeospatial.org -2014-04-16T15:45:46+00:00 -Open Geospatial Consortium -OGC Retires Extraneous Schema Repository - - -OGC WaterML 2.0 Implementation Standard Schema Updated -http://schemas.opengis.net/waterml/ReadMe.txt#20140226t15 -The OGC WaterML 2.0 Implementation Standard schema described in OGC document 10-126r4 has been updated with a corrigendum. See http://www.opengeospatial.org/standards/waterml for more information. -webmaster@opengeospatial.org -2014-02-26T15:45:45+00:00 -Open Geospatial Consortium -OGC WaterML 2.0 Implementation Standard Schema Updated - - -OGC SensorML 2.0 Standard schema Posted -http://schemas.opengis.net/sensorML/ReadMe.txt#20140217t15 -The OGC SensorML 2.0 Standard described in OGC document 12-000 has been posted. See http://www.opengeospatial.org/standards/sensorml for more information. -webmaster@opengeospatial.org -2014-02-17T15:45:44+00:00 -Open Geospatial Consortium -OGC SensorML 2.0 Standard Schema Posted - - -OGC OWS Context 1.0 Standard schema Posted -http://schemas.opengis.net/owc/ReadMe.txt#20140212t15 -The OGC Web Services Context 1.0 Standard described in OGC document 12-084r2 has been posted. See http://www.opengeospatial.org/standards/owc for more information. -webmaster@opengeospatial.org -2014-02-12T15:45:43+00:00 -Open Geospatial Consortium -OGC OWS Context 1.0 Standard Schema Posted - - -Updated OGC Earth Observation Metadata profile of Observations and Measurements Standard Schema -http://schemas.opengis.net/omeo/ReadMe.txt#20131016t15 -The examples of OGC Earth Observation Metadata profile of Observations and Measurements Standard schema described in OGC document 10-157r3 have been updated. See http://www.opengeospatial.org/standards/is for more information. The schema are available at http://schemas.opengis.net/ -webmaster@opengeospatial.org -2013-10-16T15:45:42+00:00 -Open Geospatial Consortium -Updated OGC Earth Observation Metadata profile of Observations and Measurements Standard Schema - - -OGC Earth Observation Metadata profile of Observations and Measurements Standard Schema Posted -http://schemas.opengis.net/omeo/ReadMe.txt#20130918t15 -The OGC Earth Observation Metadata profile of Observations and Measurements Standard schema described in OGC document 10-157r3 has been posted. See http://www.opengeospatial.org/standards/is for more information. The schema are available at http://schemas.opengis.net/ -webmaster@opengeospatial.org -2013-09-18T15:45:41+00:00 -Open Geospatial Consortium -OGC Earth Observation Metadata profile of Observations and Measurements Standard Schema Posted - - -OGC WaterML 2.0 Implementation Standard Schema Updated -http://schemas.opengis.net/#20121018t15 -The OGC WaterML 2.0 Implementation Standard (Part 1 - Timeseries) schema described in OGC document 10-126r3 has been updated with a couple of corrections. See http://schemas.opengis.net/waterml/ReadMe.txt for more information. -webmaster@opengeospatial.org -2012-10-18T15:45:40+00:00 -Open Geospatial Consortium -OGC WaterML 2.0 Implementation Standard Schema Updated - - -OGC GeoSPARQL 1.0 Updated to 1.0.1 -http://schemas.opengis.net/#20120911t15 -The schema for OGC GeoSPARQL 1.0 Standard described in OGC document 11-052r4 has been updated. See http://www.opengeospatial.org/standards/geosparql for more information. The schema are available at http://schemas.opengis.net/ -webmaster@opengeospatial.org -2012-09-11T15:45:39+00:00 -Open Geospatial Consortium -OGC GeoSPARQL 1.0 Updated to 1.0.1 - - -OGC WaterML 2.0 Implementation Standard Schema Posted -http://schemas.opengis.net/#20120907t15 -The OGC WaterML 2.0 Implementation Standard (Part 1 - Timeseries) schema described in OGC document 10-126r3 has been posted. See http://www.opengeospatial.org/standards/waterml for more information. -webmaster@opengeospatial.org -2012-09-07T15:45:38+00:00 -Open Geospatial Consortium -OGC WaterML 2.0 Implementation Standard Schema Posted - - -OGC GML Coverages Application Schema 1.0 Updated -http://schemas.opengis.net/#20120703t15 -The OGC GML Coverages Application Schema 1.0 Standard described in OGC document 09-146r2 has been posted. See http://www.opengeospatial.org/standards/gml for more information. -webmaster@opengeospatial.org -2012-07-03T15:45:37+00:00 -Open Geospatial Consortium -OGC GML Coverages Application Schema 1.0 Updated - - -OGC XLink to W3C transition Information -http://schemas.opengis.net/#20120621t15 -In order to manage issues and comments related to the publishing of the schema changes related to OGC XLink and W3C XLink, OGC has set up a Public email reflector. - -To subscribe to the OGC Beta-Schemas List, go to: - https://lists.opengeospatial.org/mailman/listinfo/beta-schemas - -Additional information on the OGC XLink to W3C XLink transition is available at - http://www.opengeospatial.org/blog/1597 - -You may download and test the beta schemas from: - http://beta.schemas.opengis.net/BETA_SCHEMAS_OPENGIS_NET.zip -webmaster@opengeospatial.org -2012-06-21T15:45:36+00:00 -Open Geospatial Consortium -OGC XLink to W3C transition Information - - -OGC GeoSPARQL 1.0 Posted -http://schemas.opengis.net/#20120612t15 -The OGC GeoSPARQL 1.0 Standard described in OGC document 11-052r4 has been posted. See http://www.opengeospatial.org/standards/geosparql for more information. -webmaster@opengeospatial.org -2012-06-12T15:45:35+00:00 -Open Geospatial Consortium -OGC GeoSPARQL 1.0 Posted - - -OGC Examples Updated -http://schemas.opengis.net/#20120514t15 -Various corrections were made to improve the examples. The examples in OLS-1.1.0, SOS-2.0.0, WCS-1.0.0, OWS-1.1.0 all had minor updates. This does not constitute a new version or revision of the standard. -webmaster@opengeospatial.org -2012-05-14T15:45:34+00:00 -Open Geospatial Consortium -OGC Examples Updated - - -OGC SOS 2.0 Schemas Posted -http://schemas.opengis.net/sos/2.0/ReadMe.txt#20120424t15 -The OGC SOS 2.0 Standard described in OGC document 12-006 has been posted. See http://www.opengeospatial.org/standards/sos for more information. -webmaster@opengeospatial.org -2012-04-24T15:45:33+00:00 -Open Geospatial Consortium -OGC SOS 2.0 Schemas Posted - - -OGC CityGML 2.0 Schemas Posted -http://schemas.opengis.net/citygml/2.0/ReadMe.txt#20120424t15 -The OGC CityGML 2.0 Standard described in OGC document 12-019 has been posted. See http://www.opengeospatial.org/standards/citygml for more information. -webmaster@opengeospatial.org -2012-04-24T15:45:32+00:00 -Open Geospatial Consortium -OGC CityGML 2.0 Schemas Posted - - -OGC GML 3.3 Schemas Posted -http://schemas.opengis.net/gml/3.3/ReadMe.txt#20120210t15 -OGC Geography Markup Language (GML) 3.3 Encoding Standard described in OGC document 10-129r1 has been posted. See http://www.opengeospatial.org/standards/gml for more information. -webmaster@opengeospatial.org -2012-02-10T15:45:30+00:00 -Open Geospatial Consortium -OGC GML 3.3.0 Schemas Posted - - -OGC Ordering Services For Earth Observation Products 1.0 Schema Added -http://schemas.opengis.net/oseo/1.0/ReadMe.txt#20111221t15 -OGC Ordering Services For Earth Observation (OSEO) Products 1.0 Standard described in OGC document 06-141r6 has been published. See http://www.opengeospatial.org/standards/oseo for more information. -webmaster@opengeospatial.org -2011-12-21T15:45:30+00:00 -Open Geospatial Consortium -OGC OSEO 1.0 Schema Added - - -OGC OWS Common 2.0 Schemas Corrected -http://schemas.opengis.net/ows/2.0/ReadMe.txt#20111021t15 -OGC Web Service Common (OWS) 2.0 Implementation Standard described in OGC document 06-121r9 has been corrected. This change is documented in the OWS 2.0 Corrigendum 1 (OGC 11-157) to allow multi-language capability. See http://www.opengeospatial.org/standards/common for more information. -webmaster@opengeospatial.org -2011-10-21T15:45:29+00:00 -Open Geospatial Consortium -OGC OWS Common 2.0 Schemas Corrected - - -OGC GML Simple Features 2.0 Profile Schemas Added -http://schemas.opengis.net/gmlsfProfile/2.0/ReadMe.txt#20110513t15 -Posted OGC Geography Markup Language (GML) Simple Features 2.0 profile Implementation Standard described in OGC document 10-100r3. The Simple Features document details the http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd schema. See http://www.opengeospatial.org/standards/gml for more information. -webmaster@opengeospatial.org -2011-05-13T15:45:29+00:00 -Open Geospatial Consortium -OGC GML Simple Features 2.0 Profile Schemas Added - - -OGC SPS 2.0.0 schemas added -http://schemas.opengis.net/sps/2.0/ReadMe.txt#20110328t16 -Posted OGC Sensor Planning Service (SPS) 2.0 Implementation Standard described in OGC document 09-000. The SPS document details the http://schemas.opengis.net/sps/2.0/sps.xsd schema. See http://www.opengeospatial.org/standards/sps for more information. -webmaster@opengeospatial.org -2011-03-28T16:45:28+00:00 -Open Geospatial Consortium -OGC SPS 2.0 Schema - - -OGC SWES 2.0.0 schemas added -http://schemas.opengis.net/swes/2.0/ReadMe.txt#20110324t16 -Posted OGC Sensor Web Enablement (SWE) Service Model 2.0 Implementation Standard described in OGC document 09-001. The SWES document details the http://schemas.opengis.net/swes/2.0/swes.xsd schema. -webmaster@opengeospatial.org -2011-03-24T16:45:25+00:00 -Open Geospatial Consortium -OpenGIS SWES 2.0 Schema - - -OGC OM 2.0.0 schemas added -http://schemas.opengis.net/om/2.0/ReadMe.txt#20110322t16 -Posted OpenGIS Observations and Measurements 2.0 Implementation Standard described in OGC document 10-025r1. The O&M document details the om/2.0/observation.xsd, sampling/2.0/samplingFeature.xsd, samplingSpatial/2.0/spatialSamplingFeature.xsd and samplingSpecimen/2.0/specimen.xsd schema. -webmaster@opengeospatial.org -2011-03-22T16:45:25+00:00 -Open Geospatial Consortium -OpenGIS OM 2.0 Schema - - -OWS Common 1.1 schemas updated -http://schemas.opengis.net/ows/ReadMe.txt#20110207t16 -Posted OpenGIS OWS 1.1 Implementation Specification updated to match the corrigendum 07-141. This minor change corrects the owsExceptionReport.xsd document which previously referenced an obsolete version of the XML schema. -webmaster@opengeospatial.org -2011-02-07T16:45:25+00:00 -Open Geospatial Consortium -OpenGIS OWS 1.1 Schema - - -Filter 1.1 schemas updated -http://schemas.opengis.net/filter/ReadMe.txt#20110204t16 -Posted OpenGIS Filter 1.1 Encoding Implementation Specification updated to match the corrigendum 06-058. -webmaster@opengeospatial.org -2011-02-04T16:45:24+00:00 -Open Geospatial Consortium -OpenGIS Filter 1.1 Schema - - -TJS 1.0 schemas added -http://schemas.opengis.net/tjs/ReadMe.txt#20110106t16 -Posted Sensor Web Enablement (SWE) Common Data Model Encoding Standard 2.0 schema (sweCommon 2.0) from 08-094r1. -The all-components document is http://schemas.opengis.net/sweCommon/2.0/swe.xsd . -webmaster@opengeospatial.org -2011-01-06T16:45:23+00:00 -Open Geospatial Consortium -OpenGIS TJS 1.0 Schema - - -SWE Common 2.0 schemas added -http://schemas.opengis.net/sweCommon/ReadMe.txt#20110106t16 -Posted Sensor Web Enablement (SWE) Common Data Model Encoding Standard 2.0 schema (sweCommon 2.0) from 08-094r1. -The all-components document is http://schemas.opengis.net/sweCommon/2.0/swe.xsd . -webmaster@opengeospatial.org -2011-01-06T16:45:22+00:00 -Open Geospatial Consortium -OpenGIS SWE Common 2.0 Schema - - -WCS-T 1.1 schemas added -http://schemas.opengis.net/wcst/ReadMe.txt#20101221t16 -Posted OGC Web Coverage Service - Transaction operation extension (WCS-T) Schema 1.1.4 from 07-068r4. -The all-components document is http://schemas.opengis.net/wcst/1.1/wcstTransaction.xsd . -webmaster@opengeospatial.org -2010-12-21T16:45:21+00:00 -Open Geospatial Consortium -OpenGIS WCS-T 1.1 Schema - - -WFS 2.0 schemas added -http://schemas.opengis.net/wfs/ReadMe.txt#20101129t16 -Posted OGC Web Feature Service (WFS) Schema 2.0.0 from 09-025r1. -The all-components document is http://schemas.opengis.net/wfs/2.0/wfs.xsd . -webmaster@opengeospatial.org -2010-11-29T16:45:21+00:00 -Open Geospatial Consortium -OpenGIS WFS 2.0 Schema - - -FES 2.0 schemas added -http://schemas.opengis.net/filter/ReadMe.txt#20101129t16 -Posted OGC Filter Encoding (FES) Schema 2.0.0 from 09-026r1. -The all-components document is http://schemas.opengis.net/filter/2.0/filterAll.xsd . -webmaster@opengeospatial.org -2010-11-29T16:45:20+00:00 -Open Geospatial Consortium -OpenGIS FES 2.0 Schema - - -WMC 1.1 schemas updated -http://schemas.opengis.net/context/ReadMe.txt#20101118t16 -The OGC WMC 1.1 schemas have been updated by adding -an all-components document (06-135r9 s#14). There should be no -ill-effects from this change. Minor refactoring of the -OnlineResourceType definition was required to create the all-components -document. The definition was placed in ort.xsd. This update to 1.1.0 -creates schema version WMC 1.1.1. The most recent version will be -available from -http://schemas.opengis.net/context/1.1/wmcAll.xsd . -webmaster@opengeospatial.org -2010-11-18T16:45:19+00:00 -Open Geospatial Consortium -OpenGIS WMC 1.1 Schema - - -SLD 1.1 schemas updated -http://schemas.opengis.net/sld/ReadMe.txt#20101118t16 -The OGC SLD 1.1 schemas have been updated by adding an -all-components document (06-135r9 s#14). There should be no ill-effects -from this change. This update to 1.1.0 creates schema version SLD 1.1.1. -The most recent version will be available from -http://schemas.opengis.net/sld/1.1/sldAll.xsd . -webmaster@opengeospatial.org -2010-11-18T16:45:19+00:00 -Open Geospatial Consortium -OpenGIS SLD 1.1 Schema - - -OLS 1.2 schemas updated -http://schemas.opengis.net/ols/ReadMe.txt#20101118t16 -The OGC OLS 1.2 schemas have been updated by adding -an all-components document (06-135r9 s#14). There should be no -ill-effects from this change. This update to 1.2.0 creates schema -version OLS 1.2.1. The most recent version will be available from -http://schemas.opengis.net/ols/1.2/olsAll.xsd . -webmaster@opengeospatial.org -2010-11-18T16:45:19+00:00 -Open Geospatial Consortium -OpenGIS OLS 1.2 Schema - - -WCS 2.0.0 posted -http://schemas.opengis.net/wcs/ReadMe.txt#20101105t16 -Posted OGC WCS 2.0.0 schemas from 09-110r3. -webmaster@opengeospatial.org -2010-11-05T16:45:19+00:00 -Open Geospatial Consortium -OpenGIS WCS Schema 2.0 - - -GML Coverages Application Schema 1.0.0 posted -http://schemas.opengis.net/gmlcov/ReadMe.txt#20101105t16 -Posted OGC GML WCS Application Schema 1.0.0 from 09-146r1. -webmaster@opengeospatial.org -2010-11-05T16:45:18+00:00 -Open Geospatial Consortium -OpenGIS GML WCS Application Schema 1.0 - - -OWS 2.0.0 posted -http://schemas.opengis.net/ows/2.0/ReadMe.txt#20100506t17 -Posted OWS 2.0.0 schemas from 06-121r9. -webmaster@opengeospatial.org -2010-05-06T17:55:17+00:00 -Open Geospatial Consortium -OpenGIS OWS 2.0 - - -WMTS 1.0.0 posted -http://schemas.opengis.net/wmts/1.0/ReadMe.txt#20100505t19 -Posted WMTS 1.0.0 schemas from 07-057r7. -webmaster@opengeospatial.org -2010-05-05T19:50:54+00:00 -Open Geospatial Consortium -OpenGIS WMTS 1.0 - - -OGC Schema Repository xsd:import/@schemaLocation attributes updated to absolute URLs -http://schemas.opengis.net/#20100213t19 -The OGC schema repositories have undergone a significant cleanup and updating. The work was done in order for OGC schemas to comply with the schema directives as defined in OGC document 06-137r7 - Policy Directives for Writing and Publishing OGC Standards: TC Decisions. - -Specifically, the largest change is that all OGC schema have had their -xsd:import/@schemaLocation attributes updated from relative to -absolute. This change should not impact the usage of these -schemas but should improve their usability. - -In addition, a number of other best practices/problems have been identified -and corrected. Other schemas changes to all OGC schema include: - + update relative xsd:import/@schemaLocation to absolute URLs (06-135r7 s#15) - + update xsd:schema/@version attribute (06-135r7 s#13.4) - + update/verify copyright (06-135r7 s#3.2) - + add archives (.zip) files of previous versions - + create/update ReadMe.txt (06-135r7 s#17) -webmaster@opengeospatial.org -2010-02-13T19:34:12Z -Open Geospatial Consortium -OpenGIS Schema Repository - - -geoshape 0.1.0 posted -http://schemas.opengis.net/gml/3.1.1/profiles/geoshape/0.1.0/ReadMe.txt#20091015t16 -posted geoshape/0.1.0 schemas from 06-142r1 -webmaster@opengeospatial.org -2009-10-15T16:01:00+00:00 -Open Geospatial Consortium -OpenGIS geoshape 0.1.0 - - -wfs 1.1.0 corrected -http://schemas.opengis.net/wfs/ReadMe.txt#20090508t14 -WFS 1.1.0 was updated. The cardinality of the InsertResults element is 1 which means that -the element must always be present in a transaction response ... -even if that transaction contains no insert actions. The -cardinality should be zero. Every instance that validates against -the buggy schema document will also validate against the fixed -schema document. -webmaster@opengeospatial.org -2009-05-08T17:01:00+00:00 -Open Geospatial Consortium -OpenGIS wfs 1.1.0 - - \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/.metadata/metadata.yml b/resources/inspire-code-lists-fixed/.metadata/metadata.yml index 4cae5b1d..18ff477f 100644 --- a/resources/inspire-code-lists-fixed/.metadata/metadata.yml +++ b/resources/inspire-code-lists-fixed/.metadata/metadata.yml @@ -1,2 +1,2 @@ year: 2024 -version: 2024.2.20 +version: 2024.3.19 diff --git a/resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.json b/resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.json new file mode 100644 index 00000000..9369331f --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "CEMT class", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn-w", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn-w" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Water Transport Network", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn-w" + }, + "definition" : { + "text" : "Inland waterway classification according to CEMT (European Conference of Ministers of Transport) Resolution No 92/2.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/CEMTClassValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/CEMTClassValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/CEMTClassValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.xml b/resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.xml new file mode 100644 index 00000000..c1dbe123 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/CEMTClassValue/CEMTClassValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/CEMTClassValue:1 + http://inspire.ec.europa.eu/codelist/CEMTClassValue + + Inland waterway classification according to CEMT (European Conference of Ministers of Transport) Resolution No 92/2. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.json b/resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.json new file mode 100644 index 00000000..ea901412 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.json @@ -0,0 +1,91 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Comparison operator", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "omop", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/omop" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Observable Properties", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/omop" + }, + "definition" : { + "text" : "An enumeration of comparison operators (e.g. greater than)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist/ComparisonOperatorValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/ComparisonOperatorValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/ComparisonOperatorValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.xml b/resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.xml new file mode 100644 index 00000000..41e21b9d --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ComparisonOperatorValue/ComparisonOperatorValue.en.xml @@ -0,0 +1,30 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/ComparisonOperatorValue:1 + http://inspire.ec.europa.eu/codelist/ComparisonOperatorValue + + An enumeration of comparison operators (e.g. greater than) + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.json b/resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.json new file mode 100644 index 00000000..fcb4e57a --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Contour line type", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "el-vec", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/el-vec" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Elevation - Vector Elements", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/el-vec" + }, + "definition" : { + "text" : "List of possible categories of contour lines based on the equidistance parameter of the data set.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "el", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/el" + }, + "id" : "http://inspire.ec.europa.eu/codelist/ContourLineTypeValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/ContourLineTypeValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/ContourLineTypeValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.xml b/resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.xml new file mode 100644 index 00000000..b2ea542c --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ContourLineTypeValue/ContourLineTypeValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/ContourLineTypeValue:1 + http://inspire.ec.europa.eu/codelist/ContourLineTypeValue + + List of possible categories of contour lines based on the equidistance parameter of the data set. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.json b/resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.json new file mode 100644 index 00000000..d47a1f78 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.json @@ -0,0 +1,84 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "DeterminationMethodValue", + "lang" : "en" + }, + "applicationschema" : { + "label" : { + "text" : "nz-core", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/nz-core" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Natural Risk Zones", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/nz-core" + }, + "definition" : { + "text" : "An enumeration to describe the method used to define the area of hazard or risk.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "nz", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/nz" + }, + "id" : "http://inspire.ec.europa.eu/codelist/DeterminationMethodValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/DeterminationMethodValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/DeterminationMethodValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.xml b/resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.xml new file mode 100644 index 00000000..a61b8a04 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/DeterminationMethodValue/DeterminationMethodValue.en.xml @@ -0,0 +1,30 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/DeterminationMethodValue:1 + http://inspire.ec.europa.eu/codelist/DeterminationMethodValue + + An enumeration to describe the method used to define the area of hazard or risk. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.json b/resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.json new file mode 100644 index 00000000..237486e1 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Elevation property type", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "el-bas", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/el-bas" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Elevation - Base Types", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/el-bas" + }, + "definition" : { + "text" : "Enumeration type which determines the elevation property which has been measured or calculated.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "el", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/el" + }, + "id" : "http://inspire.ec.europa.eu/codelist/ElevationPropertyTypeValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/ElevationPropertyTypeValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/ElevationPropertyTypeValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.xml b/resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.xml new file mode 100644 index 00000000..83ae5259 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ElevationPropertyTypeValue/ElevationPropertyTypeValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/ElevationPropertyTypeValue:1 + http://inspire.ec.europa.eu/codelist/ElevationPropertyTypeValue + + Enumeration type which determines the elevation property which has been measured or calculated. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.json b/resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.json new file mode 100644 index 00000000..20266177 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Functional road class", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn-ro", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn-ro" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Road Transport Network", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn-ro" + }, + "definition" : { + "text" : "Values for the functional road classification. This classification is based on the importance of the role that the road performs in the road network.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/FunctionalRoadClassValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/FunctionalRoadClassValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/FunctionalRoadClassValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.xml b/resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.xml new file mode 100644 index 00000000..303e17f5 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/FunctionalRoadClassValue/FunctionalRoadClassValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/FunctionalRoadClassValue:1 + http://inspire.ec.europa.eu/codelist/FunctionalRoadClassValue + + Values for the functional road classification. This classification is based on the importance of the role that the road performs in the road network. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.json b/resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.json new file mode 100644 index 00000000..ce8d1f82 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Legal status", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "au", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/au" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Administrative Units", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/au" + }, + "definition" : { + "text" : "Description of the legal status of administrative boundaries.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "au", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/au" + }, + "id" : "http://inspire.ec.europa.eu/codelist/LegalStatusValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/LegalStatusValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/LegalStatusValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.xml b/resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.xml new file mode 100644 index 00000000..11d59805 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/LegalStatusValue/LegalStatusValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/LegalStatusValue:1 + http://inspire.ec.europa.eu/codelist/LegalStatusValue + + Description of the legal status of administrative boundaries. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.json b/resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.json new file mode 100644 index 00000000..62d9f2ef --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Minimum or maximum track number", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn-ro", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn-ro" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Road Transport Network", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn-ro" + }, + "definition" : { + "text" : "Values to indicate whether number of lanes are counted as the maximum, minimum or average number.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/MinMaxLaneValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/MinMaxLaneValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/MinMaxLaneValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.xml b/resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.xml new file mode 100644 index 00000000..6680a5d5 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/MinMaxLaneValue/MinMaxLaneValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/MinMaxLaneValue:1 + http://inspire.ec.europa.eu/codelist/MinMaxLaneValue + + Values to indicate whether number of lanes are counted as the maximum, minimum or average number. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.json b/resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.json new file mode 100644 index 00000000..3e9d1735 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Min Max track", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn-ra", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn-ra" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Railway Transport Network", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn-ra" + }, + "definition" : { + "text" : "Values to indicate whether number of tracks are counted as the maximum, minimum or average number.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/MinMaxTrackValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/MinMaxTrackValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/MinMaxTrackValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.xml b/resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.xml new file mode 100644 index 00000000..40f934a5 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/MinMaxTrackValue/MinMaxTrackValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/MinMaxTrackValue:1 + http://inspire.ec.europa.eu/codelist/MinMaxTrackValue + + Values to indicate whether number of tracks are counted as the maximum, minimum or average number. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.json b/resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.json new file mode 100644 index 00000000..22ebc50a --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Origin", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "hy-p", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/hy-p" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Hydro - Physical Waters", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/hy-p" + }, + "definition" : { + "text" : "An enumeration type specifying a set of hydrographic ''origin'' categories (natural, man-made) for various hydrographic objects.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "hy", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/hy" + }, + "id" : "http://inspire.ec.europa.eu/codelist/OriginValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/OriginValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/OriginValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.xml b/resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.xml new file mode 100644 index 00000000..d9c74fc6 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/OriginValue/OriginValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/OriginValue:1 + http://inspire.ec.europa.eu/codelist/OriginValue + + An enumeration type specifying a set of hydrographic ''origin'' categories (natural, man-made) for various hydrographic objects. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.json b/resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.json new file mode 100644 index 00000000..c4402efb --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Protection classification", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "ps", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/ps" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Protected Sites Simple", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/ps" + }, + "definition" : { + "text" : "The protected site classification based on the purpose of protection.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "ps", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/ps" + }, + "id" : "http://inspire.ec.europa.eu/codelist/ProtectionClassificationValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/ProtectionClassificationValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/ProtectionClassificationValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.xml b/resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.xml new file mode 100644 index 00000000..cfae0b12 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/ProtectionClassificationValue/ProtectionClassificationValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/ProtectionClassificationValue:1 + http://inspire.ec.europa.eu/codelist/ProtectionClassificationValue + + The protected site classification based on the purpose of protection. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.json b/resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.json new file mode 100644 index 00000000..569900c1 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Nature of speed limit", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn-ro", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn-ro" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Road Transport Network", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn-ro" + }, + "definition" : { + "text" : "Possible values to indicate the nature of a speed limit.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/SpeedLimitMinMaxValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/SpeedLimitMinMaxValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SpeedLimitMinMaxValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.xml b/resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.xml new file mode 100644 index 00000000..48187823 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/SpeedLimitMinMaxValue/SpeedLimitMinMaxValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/SpeedLimitMinMaxValue:1 + http://inspire.ec.europa.eu/codelist/SpeedLimitMinMaxValue + + Possible values to indicate the nature of a speed limit. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.json b/resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.json new file mode 100644 index 00000000..7bfe4c58 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Surface type", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "el-bas", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/el-bas" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Elevation - Base Types", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/el-bas" + }, + "definition" : { + "text" : "Enumeration type which determines the elevation surface with regard to its relative adherence to the Earth''s bare surface.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "el", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/el" + }, + "id" : "http://inspire.ec.europa.eu/codelist/SurfaceTypeValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/SurfaceTypeValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurfaceTypeValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.xml b/resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.xml new file mode 100644 index 00000000..f2bf9e0c --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/SurfaceTypeValue/SurfaceTypeValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/SurfaceTypeValue:1 + http://inspire.ec.europa.eu/codelist/SurfaceTypeValue + + Enumeration type which determines the elevation surface with regard to its relative adherence to the Earth''s bare surface. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.json b/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.json index 4686f221..6125269b 100644 --- a/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.json +++ b/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.json @@ -20,7 +20,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 17:31 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-legal", @@ -29,7 +29,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" }, "description" : { - "text" : "A 2D seismic survey may include one or more seismic lines. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "", "lang" : "en" }, "language" : "en", @@ -51,6 +51,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -58,6 +62,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of airborne geophysical measurements.", "lang" : "en" @@ -70,8 +78,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -107,7 +119,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 17:31 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-legal", @@ -116,7 +128,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" }, "description" : { - "text" : "A 3D seismic survey may include one or more 3D seismic measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "", "lang" : "en" }, "language" : "en", @@ -138,6 +150,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -145,6 +161,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of ground gravity measurements.", "lang" : "en" @@ -157,8 +177,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -194,7 +218,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 17:31 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-legal", @@ -203,7 +227,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" }, "description" : { - "text" : "A borehole logging survey may include one or more borehole logging measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "", "lang" : "en" }, "language" : "en", @@ -225,6 +249,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -232,6 +260,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of ground magnetic measurements.", "lang" : "en" @@ -244,8 +276,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -281,7 +317,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 17:31 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-legal", @@ -290,7 +326,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" }, "description" : { - "text" : "A 1D resistivity survey may include any number of VES stations. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "", "lang" : "en" }, "language" : "en", @@ -312,6 +348,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -319,6 +359,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of 3D Multielectrode DC measurements.", "lang" : "en" @@ -331,8 +375,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -368,7 +416,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 17:31 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-legal", @@ -377,7 +425,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" }, "description" : { - "text" : "A 2D resistivity survey may include one or more multielectrode DC profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "", "lang" : "en" }, "language" : "en", @@ -399,6 +447,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -406,6 +458,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of seismological measurements.", "lang" : "en" @@ -418,8 +474,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -455,7 +515,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -464,7 +524,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A time domain EM survey may include any number of TDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A 2D seismic survey may include one or more seismic lines. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -486,6 +546,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -493,6 +557,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of 2D seismic measurements", "lang" : "en" @@ -505,8 +573,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -542,7 +614,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -551,7 +623,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A frequency domain EM survey may include any number of FDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A 3D seismic survey may include one or more 3D seismic measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -573,6 +645,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -580,6 +656,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of 3D seismic measurements", "lang" : "en" @@ -592,8 +672,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -629,7 +713,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -638,7 +722,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A magnetotelluric survey may include any number of MT soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A borehole logging survey may include one or more borehole logging measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -660,6 +744,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -667,6 +755,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of borehole logging measurements", "lang" : "en" @@ -679,8 +771,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -716,7 +812,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:30 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -725,7 +821,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A georadar survey may include one or more georadar profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A 1D resistivity survey may include any number of VES stations. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -747,6 +843,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -754,6 +854,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of Vertical Electric Sounding measurements", "lang" : "en" @@ -766,8 +870,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey", + "issued" : "2024-01-26 13:30 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -803,7 +911,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:30 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -812,7 +920,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A CPT survey may include any number of CPT soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A 2D resistivity survey may include one or more multielectrode DC profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -834,6 +942,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -841,6 +953,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of 2D Multielectrode DC measurements", "lang" : "en" @@ -853,8 +969,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey", + "issued" : "2024-01-26 13:30 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -890,7 +1010,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -899,7 +1019,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A VSP survey may include any number of vertical seismic profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A time domain EM survey may include any number of TDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -921,6 +1041,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -928,6 +1052,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of Time domain EM sounding measurements", "lang" : "en" @@ -940,8 +1068,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", @@ -977,7 +1109,7 @@ "label" : "Survey Type", "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue" }, - "created" : "2015-08-18 18:06 PM CEST", + "created" : "2024-01-26 13:35 PM CET", "governance-level" : { "label" : { "text" : "eu-technical", @@ -986,7 +1118,7 @@ "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-technical" }, "description" : { - "text" : "A sonar survey may include any number of individual sonar measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties.", + "text" : "A frequency domain EM survey may include any number of FDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties.", "lang" : "en" }, "language" : "en", @@ -1008,6 +1140,10 @@ }, "id" : "CodeListValue" }, + "referencelink" : { + "text" : "", + "lang" : "en" + }, "application schema" : { "label" : { "text" : "Geophysics", @@ -1015,6 +1151,10 @@ }, "id" : "http://inspire.ec.europa.eu/applicationschema/ge_gp" }, + "referencesource" : { + "text" : "", + "lang" : "en" + }, "definition" : { "text" : "Campaign of FrequencyDomain EM sounding measurements", "lang" : "en" @@ -1027,8 +1167,12 @@ "uri" : "http://inspire.ec.europa.eu/theme/ge" }, "id" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey", + "issued" : "2024-01-26 13:35 PM CET", "latestversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey", - "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:1", + "thisversion" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:2", + "historyversion" : [ { + "version" : "http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:1" + } ], "status" : { "label" : { "text" : "Valid", diff --git a/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.xml b/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.xml index 5c2f2631..3e9c1412 100644 --- a/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.xml +++ b/resources/inspire-code-lists-fixed/codelist/SurveyTypeValue/SurveyTypeValue.en.xml @@ -34,12 +34,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:1 + Campaign of airborne geophysical measurements. - A 2D seismic survey may include one or more seismic lines. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -49,6 +53,8 @@ + + @@ -67,12 +73,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:1 + Campaign of ground gravity measurements. - A 3D seismic survey may include one or more 3D seismic measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -82,6 +92,8 @@ + + @@ -100,12 +112,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:1 + Campaign of ground magnetic measurements. - A borehole logging survey may include one or more borehole logging measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -115,6 +131,8 @@ + + @@ -133,12 +151,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:1 + Campaign of 3D Multielectrode DC measurements. - A 1D resistivity survey may include any number of VES stations. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -148,6 +170,8 @@ + + @@ -166,12 +190,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:1 + Campaign of seismological measurements. - A 2D resistivity survey may include one or more multielectrode DC profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -181,6 +209,8 @@ + + @@ -199,12 +229,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:1 + Campaign of 2D seismic measurements - A time domain EM survey may include any number of TDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 2D seismic survey may include one or more seismic lines. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -214,6 +248,8 @@ + + @@ -232,12 +268,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:1 + Campaign of 3D seismic measurements - A frequency domain EM survey may include any number of FDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 3D seismic survey may include one or more 3D seismic measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -247,6 +287,8 @@ + + @@ -265,12 +307,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:1 + Campaign of borehole logging measurements - A magnetotelluric survey may include any number of MT soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A borehole logging survey may include one or more borehole logging measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -280,6 +326,8 @@ + + @@ -298,12 +346,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:1 + 2024-01-26 13:30 PM CET + 2024-01-26 13:30 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:1 + Campaign of Vertical Electric Sounding measurements - A georadar survey may include one or more georadar profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 1D resistivity survey may include any number of VES stations. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -313,6 +365,8 @@ + + @@ -331,12 +385,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:1 + 2024-01-26 13:30 PM CET + 2024-01-26 13:30 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:1 + Campaign of 2D Multielectrode DC measurements - A CPT survey may include any number of CPT soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 2D resistivity survey may include one or more multielectrode DC profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -346,6 +404,8 @@ + + @@ -364,12 +424,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:1 + Campaign of Time domain EM sounding measurements - A VSP survey may include any number of vertical seismic profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A time domain EM survey may include any number of TDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -379,6 +443,8 @@ + + @@ -397,12 +463,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:1 + Campaign of FrequencyDomain EM sounding measurements - A sonar survey may include any number of individual sonar measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A frequency domain EM survey may include any number of FDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -412,6 +482,8 @@ + + diff --git a/resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.json b/resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.json new file mode 100644 index 00000000..63d74a67 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Technical status", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "au", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/au" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Administrative Units", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/au" + }, + "definition" : { + "text" : "Description of the technical status of administrative boundaries.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "au", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/au" + }, + "id" : "http://inspire.ec.europa.eu/codelist/TechnicalStatusValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/TechnicalStatusValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/TechnicalStatusValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.xml b/resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.xml new file mode 100644 index 00000000..00794561 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/TechnicalStatusValue/TechnicalStatusValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/TechnicalStatusValue:1 + http://inspire.ec.europa.eu/codelist/TechnicalStatusValue + + Description of the technical status of administrative boundaries. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.json b/resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.json new file mode 100644 index 00000000..5cca205d --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Track Gauge category", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn-ra", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn-ra" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Railway Transport Network", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn-ra" + }, + "definition" : { + "text" : "The possible categories of railways concerning its nominal track gauge.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/TrackGaugeCategoryValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/TrackGaugeCategoryValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/TrackGaugeCategoryValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.xml b/resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.xml new file mode 100644 index 00000000..d1accdfb --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/TrackGaugeCategoryValue/TrackGaugeCategoryValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/TrackGaugeCategoryValue:1 + http://inspire.ec.europa.eu/codelist/TrackGaugeCategoryValue + + The possible categories of railways concerning its nominal track gauge. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.json b/resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.json new file mode 100644 index 00000000..e433bd4a --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.json @@ -0,0 +1,98 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Transport type", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/tn" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Common Transport Elements", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/tn" + }, + "definition" : { + "text" : "Possible types on transport networks.", + "lang" : "en" + }, + "theme" : { + "label" : { + "text" : "tn", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/theme/tn" + }, + "id" : "http://inspire.ec.europa.eu/codelist/TransportTypeValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/TransportTypeValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/TransportTypeValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.xml b/resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.xml new file mode 100644 index 00000000..dd7d27cf --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/TransportTypeValue/TransportTypeValue.en.xml @@ -0,0 +1,33 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/TransportTypeValue:1 + http://inspire.ec.europa.eu/codelist/TransportTypeValue + + Possible types on transport networks. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.json b/resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.json new file mode 100644 index 00000000..e4bdf1b2 --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.json @@ -0,0 +1,91 @@ +{ + "codelist" : { + "governance level" : { + "label" : { + "text" : "Legal (EU)", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "created" : "2024-03-19 18:40 PM CET", + "governance-level" : { + "label" : { + "text" : "eu-legal", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/governance-level/eu-legal" + }, + "description" : { + "text" : "", + "lang" : "en" + }, + "language" : "en", + "label" : { + "text" : "Vertical position", + "lang" : "en" + }, + "extensibility" : { + "label" : { + "text" : "none", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "extensibility item" : { + "label" : { + "text" : "Not extensible", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/extensibility/none" + }, + "applicationschema" : { + "label" : { + "text" : "base", + "lang" : "en" + }, + "uri" : "http://inspire.ec.europa.eu/applicationschema/base" + }, + "itemclass" : { + "label" : { + "text" : "CodeList", + "lang" : "en" + }, + "id" : "CodeList" + }, + "application schema" : { + "label" : { + "text" : "Base Types", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/applicationschema/base" + }, + "definition" : { + "text" : "The relative vertical position of a spatial object.", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist/VerticalPositionValue", + "latestversion" : "http://inspire.ec.europa.eu/codelist/VerticalPositionValue", + "thisversion" : "http://inspire.ec.europa.eu/codelist/VerticalPositionValue:1", + "status" : { + "label" : { + "text" : "Valid", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry/status/valid" + }, + "register" : { + "registry" : { + "label" : { + "text" : "INSPIRE registry", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/registry" + }, + "label" : { + "text" : "INSPIRE code list register", + "lang" : "en" + }, + "id" : "http://inspire.ec.europa.eu/codelist" + } + } +} \ No newline at end of file diff --git a/resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.xml b/resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.xml new file mode 100644 index 00000000..06dd518d --- /dev/null +++ b/resources/inspire-code-lists-fixed/codelist/VerticalPositionValue/VerticalPositionValue.en.xml @@ -0,0 +1,30 @@ + + + en + 2024-03-19 18:40 PM CET + http://inspire.ec.europa.eu/codelist/VerticalPositionValue:1 + http://inspire.ec.europa.eu/codelist/VerticalPositionValue + + The relative vertical position of a spatial object. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/.metadata/metadata.yml b/resources/inspire-code-lists-generic/.metadata/metadata.yml index 4cae5b1d..18ff477f 100644 --- a/resources/inspire-code-lists-generic/.metadata/metadata.yml +++ b/resources/inspire-code-lists-generic/.metadata/metadata.yml @@ -1,2 +1,2 @@ year: 2024 -version: 2024.2.20 +version: 2024.3.19 diff --git a/resources/inspire-code-lists-generic/codelist/CEMTClassValue b/resources/inspire-code-lists-generic/codelist/CEMTClassValue new file mode 100644 index 00000000..0f867a1d --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/CEMTClassValue @@ -0,0 +1,351 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue + + Inland waterway classification according to CEMT (European Conference of Ministers of Transport) Resolution No 92/2. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/I:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/I + + Inland waterway belonging to CEMT-class I, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/II:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/II + + Inland waterway belonging to CEMT-class II, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/III:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/III + + Inland waterway belonging to CEMT-class III, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/IV:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/IV + + Inland waterway belonging to CEMT-class IV, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/Va:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/Va + + Inland waterway belonging to CEMT-class Va, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/Vb:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/Vb + + Inland waterway belonging to CEMT-class Vb, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VIa:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VIa + + Inland waterway belonging to CEMT-class VIa, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VIb:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VIb + + Inland waterway belonging to CEMT-class VIb, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VIc:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VIc + + Inland waterway belonging to CEMT-class VIc, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VII:1 + http://inspire.ec.europa.eu/enumeration/CEMTClassValue/VII + + Inland waterway belonging to CEMT-class VII, defined by the European Conference of Ministers of Transport, Resolution No.92/2 - Table 1 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/ComparisonOperatorValue b/resources/inspire-code-lists-generic/codelist/ComparisonOperatorValue new file mode 100644 index 00000000..c642abd9 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/ComparisonOperatorValue @@ -0,0 +1,202 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue + + An enumeration of comparison operators (e.g. greater than) + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/equalTo:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/equalTo + + Exactly equal to + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/greaterThan:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/greaterThan + + Greater than + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/greaterThanOrEqualTo:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/greaterThanOrEqualTo + + Greater than or exactly equal to + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/lessThan:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/lessThan + + Less than + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/lessThanOrEqualTo:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/lessThanOrEqualTo + + Less than or exactly equal to + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/notEqualTo:1 + http://inspire.ec.europa.eu/enumeration/ComparisonOperatorValue/notEqualTo + + Not exactly equal to + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/ContourLineTypeValue b/resources/inspire-code-lists-generic/codelist/ContourLineTypeValue new file mode 100644 index 00000000..ff4e6638 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/ContourLineTypeValue @@ -0,0 +1,127 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue:1 + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue + + List of possible categories of contour lines based on the equidistance parameter of the data set. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue/master:1 + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue/master + + Contour at a vertical distance which is multiple to the equidistance parameter (corresponding to a certain multiple of the normal contour vertical interval) associated with the nominal scale + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue/ordinary:1 + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue/ordinary + + Contour at the equidistance parameter (corresponding to the normal contour vertical interval) associated with the nominal scale, and which is not a master contour + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue/auxiliary:1 + http://inspire.ec.europa.eu/enumeration/ContourLineTypeValue/auxiliary + + A supplementary contour – not corresponding to the normal contour vertical interval &ndash; estimated or interpolated from surrounding contours, used in areas where there is insufficient height information for elevation mapping purposes or to control the creation of a digital elevation model + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/DeterminationMethodValue b/resources/inspire-code-lists-generic/codelist/DeterminationMethodValue new file mode 100644 index 00000000..6a14ae5d --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/DeterminationMethodValue @@ -0,0 +1,95 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/DeterminationMethodValue:1 + http://inspire.ec.europa.eu/enumeration/DeterminationMethodValue + + An enumeration to describe the method used to define the area of hazard or risk. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/DeterminationMethodValue/modelling:1 + http://inspire.ec.europa.eu/enumeration/DeterminationMethodValue/modelling + + The area has been computed according to a model + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/DeterminationMethodValue/indirectDetermination:1 + http://inspire.ec.europa.eu/enumeration/DeterminationMethodValue/indirectDetermination + + The area has been defined by interpretation of available data and/or information + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/ElevationPropertyTypeValue b/resources/inspire-code-lists-generic/codelist/ElevationPropertyTypeValue new file mode 100644 index 00000000..13a641e6 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/ElevationPropertyTypeValue @@ -0,0 +1,95 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ElevationPropertyTypeValue:1 + http://inspire.ec.europa.eu/enumeration/ElevationPropertyTypeValue + + Enumeration type which determines the elevation property which has been measured or calculated. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ElevationPropertyTypeValue/height:1 + http://inspire.ec.europa.eu/enumeration/ElevationPropertyTypeValue/height + + Elevation property measured along a plumb line in a direction opposite to Earth's gravity field (upwards) + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ElevationPropertyTypeValue/depth:1 + http://inspire.ec.europa.eu/enumeration/ElevationPropertyTypeValue/depth + + Elevation property measured along a plumb line in a direction coincident to Earth's gravity field (downwards) + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/FunctionalRoadClassValue b/resources/inspire-code-lists-generic/codelist/FunctionalRoadClassValue new file mode 100644 index 00000000..9ad57bc6 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/FunctionalRoadClassValue @@ -0,0 +1,351 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue + + Values for the functional road classification. This classification is based on the importance of the role that the road performs in the road network. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/mainRoad:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/mainRoad + + The most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/firstClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/firstClass + + The second most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/secondClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/secondClass + + The third most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/thirdClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/thirdClass + + The fourth most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/fourthClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/fourthClass + + The fifth most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/fifthClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/fifthClass + + The sixth most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/sixthClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/sixthClass + + The seventh most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/seventhClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/seventhClass + + The eighth most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/eighthClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/eighthClass + + The ninth most important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/ninthClass:1 + http://inspire.ec.europa.eu/enumeration/FunctionalRoadClassValue/ninthClass + + The least important roads in a given network + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/LegalStatusValue b/resources/inspire-code-lists-generic/codelist/LegalStatusValue new file mode 100644 index 00000000..2873c3ef --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/LegalStatusValue @@ -0,0 +1,95 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/LegalStatusValue:1 + http://inspire.ec.europa.eu/enumeration/LegalStatusValue + + Description of the legal status of administrative boundaries. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/LegalStatusValue/agreed:1 + http://inspire.ec.europa.eu/enumeration/LegalStatusValue/agreed + + The edge-matched boundary has been agreed between neighbouring administrative units and is stable now + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/LegalStatusValue/notAgreed:1 + http://inspire.ec.europa.eu/enumeration/LegalStatusValue/notAgreed + + The edge-matched boundary has not yet been agreed between neighbouring administrative units and could be changed + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/MinMaxLaneValue b/resources/inspire-code-lists-generic/codelist/MinMaxLaneValue new file mode 100644 index 00000000..98a16ac1 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/MinMaxLaneValue @@ -0,0 +1,127 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue:1 + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue + + Values to indicate whether number of lanes are counted as the maximum, minimum or average number. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue/maximum:1 + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue/maximum + + The number of lanes is the maximum value for a given part of the road network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue/minimum:1 + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue/minimum + + The number of lanes is the minimum value for a given part of the road network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue/average:1 + http://inspire.ec.europa.eu/enumeration/MinMaxLaneValue/average + + The number of lanes is the average value for a given part of the road network + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/MinMaxTrackValue b/resources/inspire-code-lists-generic/codelist/MinMaxTrackValue new file mode 100644 index 00000000..3d7bf991 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/MinMaxTrackValue @@ -0,0 +1,127 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue:1 + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue + + Values to indicate whether number of tracks are counted as the maximum, minimum or average number. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue/average:1 + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue/average + + The number of tracks is the average value for a given part of the railway network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue/maximum:1 + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue/maximum + + The number of tracks is the maximum value for a given part of the railway network + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue/minimum:1 + http://inspire.ec.europa.eu/enumeration/MinMaxTrackValue/minimum + + The number of tracks is the minimum value for a given part of the railway network + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/OriginValue b/resources/inspire-code-lists-generic/codelist/OriginValue new file mode 100644 index 00000000..c7607ea9 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/OriginValue @@ -0,0 +1,95 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/OriginValue:1 + http://inspire.ec.europa.eu/enumeration/OriginValue + + An enumeration type specifying a set of hydrographic ''origin'' categories (natural, man-made) for various hydrographic objects. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/OriginValue/natural:1 + http://inspire.ec.europa.eu/enumeration/OriginValue/natural + + An indication that a spatial object is natural + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/OriginValue/manMade:1 + http://inspire.ec.europa.eu/enumeration/OriginValue/manMade + + An indication that a spatial object is man-made + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/ProtectionClassificationValue b/resources/inspire-code-lists-generic/codelist/ProtectionClassificationValue new file mode 100644 index 00000000..8ca00521 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/ProtectionClassificationValue @@ -0,0 +1,255 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue + + The protected site classification based on the purpose of protection. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/natureConservation:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/natureConservation + + The Protected Site is protected for the maintenance of biological diversity + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/archaeological:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/archaeological + + The Protected Site is protected for the maintenance of archaeological heritage + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/cultural:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/cultural + + The Protected Site is protected for the maintenance of cultural heritage + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/ecological:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/ecological + + The Protected Site is protected for the maintenance of ecological stability + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/landscape:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/landscape + + The Protected Site is protected for the maintenance of landscape characteristics + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/environment:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/environment + + The Protected Site is protected for the maintenance of environmental stability + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/geological:1 + http://inspire.ec.europa.eu/enumeration/ProtectionClassificationValue/geological + + The Protected Site is protected for the maintenance of geological characteristics + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/SpeedLimitMinMaxValue b/resources/inspire-code-lists-generic/codelist/SpeedLimitMinMaxValue new file mode 100644 index 00000000..eafa8085 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/SpeedLimitMinMaxValue @@ -0,0 +1,159 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue:1 + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue + + Possible values to indicate the nature of a speed limit. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/maximum:1 + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/maximum + + Speed limit is a maximum value + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/minimum:1 + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/minimum + + Speed limit is a minimum value + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/recommendedMaximum:1 + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/recommendedMaximum + + Speed limit is a recommended maximum value + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/recommendedMinimum:1 + http://inspire.ec.europa.eu/enumeration/SpeedLimitMinMaxValue/recommendedMinimum + + Speed limit is a recommended minimum value + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/SurfaceTypeValue b/resources/inspire-code-lists-generic/codelist/SurfaceTypeValue new file mode 100644 index 00000000..dcf19869 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/SurfaceTypeValue @@ -0,0 +1,95 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SurfaceTypeValue:1 + http://inspire.ec.europa.eu/enumeration/SurfaceTypeValue + + Enumeration type which determines the elevation surface with regard to its relative adherence to the Earth''s bare surface. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SurfaceTypeValue/DTM:1 + http://inspire.ec.europa.eu/enumeration/SurfaceTypeValue/DTM + + Digital terrain model + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/SurfaceTypeValue/DSM:1 + http://inspire.ec.europa.eu/enumeration/SurfaceTypeValue/DSM + + Digital surface model + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/SurveyTypeValue b/resources/inspire-code-lists-generic/codelist/SurveyTypeValue index 5c2f2631..3e9c1412 100644 --- a/resources/inspire-code-lists-generic/codelist/SurveyTypeValue +++ b/resources/inspire-code-lists-generic/codelist/SurveyTypeValue @@ -34,12 +34,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/airborneGeophysicalSurvey:1 + Campaign of airborne geophysical measurements. - A 2D seismic survey may include one or more seismic lines. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -49,6 +53,8 @@ + + @@ -67,12 +73,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundGravitySurvey:1 + Campaign of ground gravity measurements. - A 3D seismic survey may include one or more 3D seismic measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -82,6 +92,8 @@ + + @@ -100,12 +112,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/groundMagneticSurvey:1 + Campaign of ground magnetic measurements. - A borehole logging survey may include one or more borehole logging measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -115,6 +131,8 @@ + + @@ -133,12 +151,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DResistivitySurvey:1 + Campaign of 3D Multielectrode DC measurements. - A 1D resistivity survey may include any number of VES stations. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -148,6 +170,8 @@ + + @@ -166,12 +190,16 @@ en - 2015-08-18 17:31 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/seismologicalSurvey:1 + Campaign of seismological measurements. - A 2D resistivity survey may include one or more multielectrode DC profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. + @@ -181,6 +209,8 @@ + + @@ -199,12 +229,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DSeismicSurvey:1 + Campaign of 2D seismic measurements - A time domain EM survey may include any number of TDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 2D seismic survey may include one or more seismic lines. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -214,6 +248,8 @@ + + @@ -232,12 +268,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/3DSeismicSurvey:1 + Campaign of 3D seismic measurements - A frequency domain EM survey may include any number of FDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 3D seismic survey may include one or more 3D seismic measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -247,6 +287,8 @@ + + @@ -265,12 +307,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/boreholeLoggingSurvey:1 + Campaign of borehole logging measurements - A magnetotelluric survey may include any number of MT soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A borehole logging survey may include one or more borehole logging measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -280,6 +326,8 @@ + + @@ -298,12 +346,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:1 + 2024-01-26 13:30 PM CET + 2024-01-26 13:30 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/1DResistivitySurvey:1 + Campaign of Vertical Electric Sounding measurements - A georadar survey may include one or more georadar profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 1D resistivity survey may include any number of VES stations. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -313,6 +365,8 @@ + + @@ -331,12 +385,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:1 + 2024-01-26 13:30 PM CET + 2024-01-26 13:30 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/2DResistivitySurvey:1 + Campaign of 2D Multielectrode DC measurements - A CPT survey may include any number of CPT soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A 2D resistivity survey may include one or more multielectrode DC profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -346,6 +404,8 @@ + + @@ -364,12 +424,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/timeDomainEMSurvey:1 + Campaign of Time domain EM sounding measurements - A VSP survey may include any number of vertical seismic profiles. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A time domain EM survey may include any number of TDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -379,6 +443,8 @@ + + @@ -397,12 +463,16 @@ en - 2015-08-18 18:06 PM CEST - http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:1 + 2024-01-26 13:35 PM CET + 2024-01-26 13:35 PM CET + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:2 http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey + + http://inspire.ec.europa.eu/codelist/SurveyTypeValue/frequencyDomainEMSurvey:1 + Campaign of FrequencyDomain EM sounding measurements - A sonar survey may include any number of individual sonar measurements. Geometry is the overall bounding polygon and metadata also includes responsible parties. + A frequency domain EM survey may include any number of FDEM soundings. Geometry is the overall bounding polygon and metadata also includes responsible parties. @@ -412,6 +482,8 @@ + + diff --git a/resources/inspire-code-lists-generic/codelist/TechnicalStatusValue b/resources/inspire-code-lists-generic/codelist/TechnicalStatusValue new file mode 100644 index 00000000..4ec36d3c --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/TechnicalStatusValue @@ -0,0 +1,95 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TechnicalStatusValue:1 + http://inspire.ec.europa.eu/enumeration/TechnicalStatusValue + + Description of the technical status of administrative boundaries. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TechnicalStatusValue/edgeMatched:1 + http://inspire.ec.europa.eu/enumeration/TechnicalStatusValue/edgeMatched + + The boundaries of neighbouring administrative units have the same set of coordinates + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TechnicalStatusValue/notEdgeMatched:1 + http://inspire.ec.europa.eu/enumeration/TechnicalStatusValue/notEdgeMatched + + The boundaries of neighbouring administrative units do not have the same set of coordinates + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/TrackGaugeCategoryValue b/resources/inspire-code-lists-generic/codelist/TrackGaugeCategoryValue new file mode 100644 index 00000000..d4989322 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/TrackGaugeCategoryValue @@ -0,0 +1,159 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue:1 + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue + + The possible categories of railways concerning its nominal track gauge. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/broad:1 + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/broad + + The nominal track gauge property is broader than the standard one + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/standard:1 + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/standard + + The nominal track gauge property is equal to the European standard (1435 millimetres) + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/narrow:1 + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/narrow + + The nominal track gauge property is narrower than the standard one + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/notApplicable:1 + http://inspire.ec.europa.eu/enumeration/TrackGaugeCategoryValue/notApplicable + + The definition of a nominal track gauge property is not applicable to the type of railway transport + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/TransportTypeValue b/resources/inspire-code-lists-generic/codelist/TransportTypeValue new file mode 100644 index 00000000..b16eb86c --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/TransportTypeValue @@ -0,0 +1,191 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TransportTypeValue:1 + http://inspire.ec.europa.eu/enumeration/TransportTypeValue + + Possible types on transport networks. + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/air:1 + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/air + + The transport network consists of transport by air + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/cable:1 + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/cable + + The transport network consists of transport by cable + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/rail:1 + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/rail + + The transport network consists of transport by rail + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/road:1 + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/road + + The transport network consists of transport by road + + + + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/water:1 + http://inspire.ec.europa.eu/enumeration/TransportTypeValue/water + + The transport network consists of transport by water + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/inspire-code-lists-generic/codelist/VerticalPositionValue b/resources/inspire-code-lists-generic/codelist/VerticalPositionValue new file mode 100644 index 00000000..cc655c39 --- /dev/null +++ b/resources/inspire-code-lists-generic/codelist/VerticalPositionValue @@ -0,0 +1,115 @@ + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue:1 + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue + + The relative vertical position of a spatial object. + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue/onGroundSurface:1 + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue/onGroundSurface + + The spatial object is on ground level + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue/suspendedOrElevated:1 + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue/suspendedOrElevated + + The spatial object is suspended or elevated + + + + + + + + + + + + + + + + + + + + + + + + en + 2015-10-14 11:08 AM CEST + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue/underground:1 + http://inspire.ec.europa.eu/enumeration/VerticalPositionValue/underground + + The spatial object is underground + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file