Skip to content

Commit fb0ce3c

Browse files
Modifications in ETS for issue #30
Specification should not be checked any more.
1 parent 42ce92a commit fb0ce3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

data/interoperability-metadata/ets-md-iop-bsxets.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ let $messages :=
165165
(if ($format/gmd:MD_Format/gmd:name/*) then () else
166166
local:addMessage('TR.incompleteEncoding', map { 'filename': local:filename($record), 'id': $rid, 'missing': 'name' }),
167167
if ($format/gmd:MD_Format/gmd:version/*) then () else
168-
local:addMessage('TR.incompleteEncoding', map { 'filename': local:filename($record), 'id': $rid, 'missing': 'version' }),
169-
if ($format/gmd:MD_Format/gmd:specification/*) then () else
170-
local:addMessage('TR.incompleteEncoding', map { 'filename': local:filename($record), 'id': $rid, 'missing': 'specification' }))
168+
local:addMessage('TR.incompleteEncoding', map { 'filename': local:filename($record), 'id': $rid, 'missing': 'version' }))
171169
)[position() le $limitErrors]
172170
return
173171
(if ($messages) then 'FAILED' else 'PASSED',

0 commit comments

Comments
 (0)