Skip to content

Commit

Permalink
sd-ia.a.2 comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dperezBM committed May 6, 2024
1 parent d9b21e8 commit ff73058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-sd/sd-ia/ets-sd-ia-bsxets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ let $messages :=
if (count($envDom) > 1) then
local:addMessage('TR.wrongMultiplicitySpeciesDistribution', map {'filename': local:filename($feature/../..), 'featureType':local-name($feature/../..), 'gmlid': string($feature/../../@*:id), 'element': $property_string, 'multiplicity': 1, 'count': count($envDom)})
else if (not(count($envDom) = count($envDom/@xlink:href) + count($envDom/@nilReason)) and (count($envDom[@xsi:nil = "true"]) = 0)) then
(:else if (not(count($envDom) = count($envDom/@xlink:href) + count($envDom/@nilReason)) and (count($envDom/@xsi:nil = "true") = 0)) then:)
local:addMessage('TR.missingAttributeSpeciesDistribution', map {'filename': local:filename($feature/../..), 'featureType':local-name($feature/../..), 'gmlid': string($feature/@*:id), 'property': $property_string, 'attribute': 'xlink:href'})
else if(count($invalid_urls) > 0) then
local:addMessage('TR.brokenLink', map {'filename': local:filename($feature/../..), 'featureType':local-name($feature/../..), 'gmlid': string($feature/../../@*:id), 'property': $property_string, 'value': string($envDom/@xlink:href)})
Expand Down

0 comments on commit ff73058

Please sign in to comment.