batchValidationReport
{{('batchValidationReportRecordsToValidate') | translate}} {{validationReport.numberOfRecords}}
{{('batchValidationReportRecordsValidated') | translate}} {{validationReport.numberOfRecordsProcessed}}
{{('batchValidationReportValidRecords') | translate}} {{validationReport.numberOfValidRecords}}
{{('batchValidationReportRecordsWithErrors') | translate}} {{validationReport.numberOfInvalidRecords}}
{{('batchValidationReportRecordsWithWarnings') | translate}} {{validationReport.numberOfRecordsWithValidationWarnings}}
{{('batchValidationReportRecordsNotFound') | translate}} {{validationReport.numberOfNullRecords}}
{{('batchValidationReportRecordsNotEditable') | translate}} {{validationReport.numberOfRecordsNotEditable}}
{{('batchValidationReportDuration') | translate}} ({{validationReport.startIsoDateTime}} ... - {{validationReport.endIsoDateTime}}) = {{validationReport.totalTimeInSeconds}}s
batchValidationReportValidationErrors
batchValidationReportMetadataId batchValidationReportSchematron batchValidationReportPattern batchValidationReportError
#{{error.metadataId}} {{error.schematron}} {{error.pattern}} {{error.message}}
batchValidationReportValidationWarnings
batchValidationReportMetadataId batchValidationReportSchematron batchValidationReportPattern batchValidationReportWarning
#{{warning.metadataId}} {{warning.schematron}} {{warning.pattern}} {{warning.message}}