Class: RiskLog
A log of all risk-related tasks taken.
URI: oscal:RiskLog
classDiagram
class RiskLog
click RiskLog href "../RiskLog/"
RiskLog : entries
RiskLog --> "1..*" RiskLogEntry : entries
click RiskLogEntry href "../RiskLogEntry/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| entries | 1..* RiskLogEntry |
Identifies an individual risk response that occurred as part of managing an i... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Risk | risk_log | range | RiskLog |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/oscal
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oscal:RiskLog |
| native | oscal:RiskLog |
LinkML Source
Direct
name: RiskLog
description: A log of all risk-related tasks taken.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- entries
slot_usage:
entries:
name: entries
required: true
Induced
name: RiskLog
description: A log of all risk-related tasks taken.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
entries:
name: entries
required: true
attributes:
entries:
name: entries
description: Identifies an individual risk response that occurred as part of managing
an identified risk.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
alias: entries
owner: RiskLog
domain_of:
- RiskLog
- AssessmentLog
range: RiskLogEntry
required: true
multivalued: true
inlined: true
inlined_as_list: true