Skip to content

Commit

Permalink
Merge pull request #855 from inspire-eu-validation/issue-1115-staging
Browse files Browse the repository at this point in the history
metadata IACS keyword GEMET anchor valid url added
  • Loading branch information
jenriquesoriano authored Nov 4, 2024
2 parents 4a71b87 + a9d6964 commit fec7f64
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) 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/en/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 fec7f64

Please sign in to comment.