Skip to content

Commit

Permalink
Merge pull request #856 from inspire-eu-validation/issue-1115-staging
Browse files Browse the repository at this point in the history
keyword GEMET anchor valid url updated
  • Loading branch information
jenriquesoriano authored Nov 6, 2024
2 parents fec7f64 + c5a6f3a commit 48d7290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/2.0/datasets-and-series/ets-md-iacs-bsxets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Source: <a href="http://inspire.ec.europa.eu/id/ats/metadata/2.0" target="_blank
$validkeywordMultiplicity
else
let $invalidAnchorMain :=
if ((count(index-of($keywordAnchor, 'https://www.eionet.europa.eu/gemet/en/concept/1600')) = 0) and (count(index-of($keywordAnchor, 'http://www.eionet.europa.eu/gemet/en/concept/1600')) = 0)) then
if ((count(index-of($keywordAnchor, 'https://www.eionet.europa.eu/gemet/en/concept/1600')) = 0) and (count(index-of($keywordAnchor, 'http://www.eionet.europa.eu/gemet/concept/1600')) = 0)) then
local:addMessage('TR.keywordError', map {'filename': local:filename($record), 'featureType':local-name($record), 'gmlid': string($record/@*:id), 'value': 'Common Agricultural Policy'})
else ()

Expand Down

0 comments on commit 48d7290

Please sign in to comment.