Closed gothub closed 4 years ago
EML does differentiate between format and type so there is not an overlap between this check and entity.format.present.
@cscully-allison thx - yep, the EML entity type
to check for is one of dataTable
, otherEntity
, spatialRaster
, spatialVector
, storedProcedure
, view
.
The XPath expression for this check could use the XPath name()
function to identity the EML entity type present, but this isn't supported by the Java XPath 1.0 implementation. The workaround is to just check for the presence of the element, without returning the name (e.g. dataTable
found), which would appear in the check output.
Superceded by #146
Description
For each data entity, check if a type is specified
Priority
Issues
entity.format.present
Procedure