Skip to content

Class: Action

An action applied by a role within a given party to the content.

URI: oscal:Action

 classDiagram
    class Action
    click Action href "../Action/"
      OscalCommon <|-- Action
        click OscalCommon href "../OscalCommon/"
      HasResponsibleParties <|-- Action
        click HasResponsibleParties href "../HasResponsibleParties/"

      Action : date

      Action : links





        Action --> "*" Link : links
        click Link href "../Link/"



      Action : props





        Action --> "*" Property : props
        click Property href "../Property/"



      Action : remarks

      Action : responsible_parties





        Action --> "*" ResponsibleParty : responsible_parties
        click ResponsibleParty href "../ResponsibleParty/"



      Action : system

      Action : type





        Action --> "1" ActionTypeEnum : type
        click ActionTypeEnum href "../ActionTypeEnum/"



      Action : uuid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
uuid 1
UUIDType
A unique identifier that can be used to reference this defined action elsewhe... direct
type 1
ActionTypeEnum
The type of action documented by the assembly, such as an approval direct
date 0..1
DateTimeWithTimezoneType
The date and time when the action occurred direct
system 1
URIType or 
ActionSystemEnum
Specifies the action type system used direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object OscalCommon
responsible_parties *
ResponsibleParty
Responsible party assignments HasResponsibleParties
props *
Property
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
Metadata actions range Action

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:Action
native oscal:Action

LinkML Source

Direct

name: Action
description: An action applied by a role within a given party to the content.
in_subset:
- oscal_metadata
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
- HasResponsibleParties
slots:
- uuid
- type
- date
- system
slot_usage:
  uuid:
    name: uuid
    description: A unique identifier that can be used to reference this defined action
      elsewhere in an OSCAL document.
    required: true
  type:
    name: type
    description: The type of action documented by the assembly, such as an approval.
    range: ActionTypeEnum
    required: true
  system:
    name: system
    required: true
    any_of:
    - range: ActionSystemEnum
    - range: URIType

Induced

name: Action
description: An action applied by a role within a given party to the content.
in_subset:
- oscal_metadata
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
- HasResponsibleParties
slot_usage:
  uuid:
    name: uuid
    description: A unique identifier that can be used to reference this defined action
      elsewhere in an OSCAL document.
    required: true
  type:
    name: type
    description: The type of action documented by the assembly, such as an approval.
    range: ActionTypeEnum
    required: true
  system:
    name: system
    required: true
    any_of:
    - range: ActionSystemEnum
    - range: URIType
attributes:
  uuid:
    name: uuid
    description: A unique identifier that can be used to reference this defined action
      elsewhere in an OSCAL document.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: uuid
    owner: Action
    domain_of:
    - Catalog
    - Location
    - Party
    - Action
    - Property
    - Resource
    - Profile
    - AssessmentPlan
    - AssessmentSubjectPlaceholder
    - AssessmentPlatform
    - AssessmentMethod
    - Activity
    - Step
    - Task
    - AssessmentPart
    - SystemComponent
    - Protocol
    - SystemUser
    - InventoryItem
    - Observation
    - Finding
    - Risk
    - MitigatingFactor
    - Response
    - RequiredAsset
    - RiskLogEntry
    - SystemSecurityPlan
    - InformationType
    - Diagram
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - AssessmentResults
    - Result
    - AssessmentLogEntry
    - ComponentDefinition
    - DefinedComponent
    - Capability
    - ControlImplementationSet
    - ImplementedRequirement
    - ImplementedControlStatement
    - MappingCollection
    - Mapping
    - Map
    - GapSummary
    - PlanOfActionAndMilestones
    - PoamItem
    range: UUIDType
    required: true
  type:
    name: type
    description: The type of action documented by the assembly, such as an approval.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: type
    owner: Action
    domain_of:
    - Party
    - Action
    - TelephoneNumber
    - Address
    - AssessmentSubject
    - SelectSubjectById
    - SubjectReference
    - Task
    - SystemComponent
    - OriginActor
    - FindingTarget
    - DefinedComponent
    - MappingItem
    - MappingResourceReference
    range: ActionTypeEnum
    required: true
  date:
    name: date
    description: The date and time when the action occurred.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: date
    owner: Action
    domain_of:
    - Action
    - OnDateCondition
    range: DateTimeWithTimezoneType
  system:
    name: system
    description: Specifies the action type system used.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: system
    owner: Action
    domain_of:
    - Action
    - ThreatId
    - Facet
    - InformationTypeCategorization
    range: URIType
    required: true
    any_of:
    - range: ActionSystemEnum
    - range: URIType
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: Action
    domain_of:
    - OscalCommon
    - Property
    - Resource
    - ConstraintTest
    - ControlMatching
    - Removal
    - ImportSSP
    - LocalDefinitions
    - SelectObjectiveById
    - AssessmentSubjectSource
    - OnDateCondition
    - WithinDateRange
    - AtFrequency
    - TaskDependency
    - SetParameter
    - ComponentStatus
    - PortRange
    - ImplementationStatus
    - ObjectiveStatus
    - RelatedObservation
    - AssociatedRisk
    - LoggedBy
    - ImportProfile
    - SystemCharacteristics
    - SystemStatus
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - ImportAssessmentPlan
    - AssessmentResultsLocalDefinitions
    - ImportComponentDefinition
    - ImplementedRequirement
    - ImplementedControlStatement
    - QualifierItem
    - PoamLocalDefinitions
    - RelatedFinding
    range: MarkupMultilineType
  responsible-parties:
    name: responsible-parties
    description: Responsible party assignments.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: responsible_parties
    owner: Action
    domain_of:
    - HasResponsibleParties
    - SystemCharacteristics
    range: ResponsibleParty
    multivalued: true
    inlined: true
    inlined_as_list: true
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: Action
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Property
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: A list of links.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: links
    owner: Action
    domain_of:
    - HasPropsAndLinks
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true