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.
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 |
|---|---|---|---|
| evaluation | EvaluationResultType | 1 | 1 |
| evaluationBasedOn | RequirementVerification | 1 | 1 |
| evaluationRationale | xsd:string | 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 |
| evaluationRationale | xsd:string | 1 | 1 |
| extension | Extension | 0 | * |
| externalIdentifier | ExternalIdentifier | 0 | * |
| externalRef | ExternalRef | 0 | * |
| name | xsd:string | 0 | 1 |
| spdxId | xsd:anyURI | 1 | 1 |
| summary | xsd:string | 0 | 1 |
| verifiedUsing | IntegrityMethod | 0 | * |