Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/1054-operational-guide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ tool, that fully supports the encoding requirements defined in
xref:1047-metadata-guidelines-for-geospatial-data-resources-part-3#ref28[28]
and uses the UK Location XSD and Schematron schemas
xref:1047-metadata-guidelines-for-geospatial-data-resources-part-3#ref28[28],xref:1047-metadata-guidelines-for-geospatial-data-resources-part-3#ref30[30],
to ensure that your metadata is fully compliant with UKL and INSPIRE
to ensure that your metadata is fully compliant with UK Location and INSPIRE
requirements.*

GEMINI 2.3 metadata is encoded in XML, as described in
Expand Down Expand Up @@ -448,6 +448,17 @@ e.g.service=WMS&request=GetCapabilities&, or the location of
further information about a service.
|===

==== 3.1.4 Validation against Gemini 2.3

When harvesting Gemini 2.3 records to the DMS it is important that the correct configuration
is used in the harvest settings. Specifically, in the *harvest Configuration* settings, the following
json must be included:

[source,json]
----
{"validator_profiles": ["iso19139eden", "constraints-1.4", "gemini2-3"]}
----

=== 3.2 Data Provider Licence information
[#DataProvider_Licence]

Expand Down
2 changes: 1 addition & 1 deletion docs/partials/coupledresource.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This may be:

|Examples |http://image2000.jrc.ec.europa.eu/#image2000_1_n12_multi

|Revision date |December 2025
|Revision date |February 2026
|===

.Corresponding element in other standards...
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/coupledresource-waf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<gmd:identificationInfo>
<srv:SV_ServiceIdentification>
...
<srv:operatesOn xlink:href='http://mywaf.com/metadata/dataset.xml'/>
<srv:operatesOn xlink:href='http://mywaf.com/metadata/dataset.xml#id=file-uuid'/>
</srv:SV_ServiceIdentification>
</gmd:identificationInfo>
...
Expand Down