EvaluationResult

Summary

EvaluationResult is the result of an evaluation.

Description

EvaluationResult represents the documented outcome of assessing a work product, like a requirement, system, component, or process against specified criteria. It records whether the evaluated subject has met, failed, or yielded an inconclusive result based on the applied EvaluationResultType. The EvaluationResult captures the rationale behind the conclusion, providing necessary context and justification while referencing the specific RequirementVerification upon which the evaluation was based. This structure ensures clear traceability and supports compliance with standards for rigorous verification and validation processes.

An EvaluationResult with an evaluation value of "inconclusive" should have a value in its comment property.

A rationale is a detailed explanation or reasoning that supports the EvaluationResult. It provides the underlying justification for why an evaluation was deemed to have passed, failed, or been inconclusive. This clarifies the decision-making process, citing evidence, criteria, analysis methods, and any considerations of uncertainties or risks.

Metadata

https://spdx.org/rdf/3.1/terms/FunctionalSafety/EvaluationResult

Name EvaluationResult
Instantiability Concrete
SubclassOf /Core/Element

Class hierarchy

/Core/Element
       /FunctionalSafety/EvaluationResult

Properties

Property Type minCount maxCount
/Core/rationale xsd:string 1 1
evaluation EvaluationResultType 1 1
evaluationBasedOn RequirementVerification 1 1

All properties

Property Type minCount maxCount
comment xsd:string 0 1
creationInfo CreationInfo 1 1
description xsd:string 0 1
evaluation EvaluationResultType 1 1
evaluationBasedOn RequirementVerification 1 1
extension Extension 0 *
externalIdentifier ExternalIdentifier 0 *
externalRef ExternalRef 0 *
name xsd:string 0 1
rationale xsd:string 1 1
spdxId xsd:anyURI 1 1
summary xsd:string 0 1
verifiedUsing IntegrityMethod 0 *