Slot: generation_method
Method used to determine the coverage value. Recommended values are in CoverageGenerationMethodEnum; other values are permitted.
URI: oscal:generation_method
Alias: generation_method
Applicable Classes
| Name |
Description |
Modifies Slot |
| Coverage |
A percentage representing target coverage by source mappings |
no |
Properties
Type and Range
Cardinality and Requirements
Expressions & Logic
#### Any Of
Value must satisfy at least one of:
- AnonymousSlotExpression({'range': 'CoverageGenerationMethodEnum'})
- AnonymousSlotExpression({'range': 'string'})
Schema Source
- from schema: https://w3id.org/lmodel/oscal
Mappings
| Mapping Type |
Mapped Value |
| self |
oscal:generation_method |
| native |
oscal:generation_method |
LinkML Source
name: generation-method
description: Method used to determine the coverage value. Recommended values are in
CoverageGenerationMethodEnum; other values are permitted.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: generation_method
domain_of:
- Coverage
range: string
any_of:
- range: CoverageGenerationMethodEnum
- range: string