Skip to content

Class: RiskLog

A log of all risk-related tasks taken.

URI: [oscal:RiskLog](https://w3id.org/lmodel/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](entries.md) | 1..*
[RiskLogEntry](RiskLogEntry.md) | Identifies an individual risk response that occurred as part of managing an i... | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Risk](Risk.md) | [risk_log](risk_log.md) | range | [RiskLog](RiskLog.md) | ## In Subsets * [AssessmentCommon](AssessmentCommon.md) ## 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
    owner: RiskLog
    domain_of:
    - RiskLog
    - AssessmentLog
    range: RiskLogEntry
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true