Enum: ConformanceResult¶
Overall outcome of a conformance check
URI: revaise:ConformanceResult
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| CONFORMS | None | All checked constraints were satisfied |
| DOES_NOT_CONFORM | None | One or more constraints were violated |
| PARTIAL | None | Some constraints satisfied, others not applicable or unmet |
| NOT_EVALUATED | None | Conformance was not evaluated |
Slots¶
| Name | Description |
|---|---|
| conformance_result | Overall outcome of the conformance check |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/review
LinkML Source¶
name: ConformanceResult
description: Overall outcome of a conformance check
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/review
rank: 1000
permissible_values:
CONFORMS:
text: CONFORMS
description: All checked constraints were satisfied
DOES_NOT_CONFORM:
text: DOES_NOT_CONFORM
description: One or more constraints were violated
PARTIAL:
text: PARTIAL
description: Some constraints satisfied, others not applicable or unmet
NOT_EVALUATED:
text: NOT_EVALUATED
description: Conformance was not evaluated