Skip to content

Class: RelatedTask

Identifies an individual task for which the containing object is a consequence of.

URI: oscal:RelatedTask

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

      RelatedTask : identified_subject





        RelatedTask --> "0..1" IdentifiedSubject : identified_subject
        click IdentifiedSubject href "../IdentifiedSubject/"



      RelatedTask : links





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



      RelatedTask : props





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



      RelatedTask : remarks

      RelatedTask : responsible_parties





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



      RelatedTask : subjects





        RelatedTask --> "*" AssessmentSubject : subjects
        click AssessmentSubject href "../AssessmentSubject/"



      RelatedTask : task_uuid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
task_uuid 1
UUIDType
A UUID reference to a task direct
subjects *
AssessmentSubject
Assessment subjects or subject references for this object direct
identified_subject 0..1
IdentifiedSubject
Used to detail assessment subjects that were identified by this task 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
Origin related_tasks range RelatedTask
RiskResponseReference related_tasks range RelatedTask
AssessmentLogEntry related_tasks range RelatedTask

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: RelatedTask
description: Identifies an individual task for which the containing object is a consequence
  of.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
- HasResponsibleParties
slots:
- task-uuid
- subjects
- identified-subject
slot_usage:
  task-uuid:
    name: task-uuid
    required: true
  subjects:
    name: subjects
    range: AssessmentSubject

Induced

name: RelatedTask
description: Identifies an individual task for which the containing object is a consequence
  of.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
- HasResponsibleParties
slot_usage:
  task-uuid:
    name: task-uuid
    required: true
  subjects:
    name: subjects
    range: AssessmentSubject
attributes:
  task-uuid:
    name: task-uuid
    description: A UUID reference to a task.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: task_uuid
    owner: RelatedTask
    domain_of:
    - AssessmentSubjectSource
    - TaskDependency
    - RelatedTask
    range: UUIDType
    required: true
  subjects:
    name: subjects
    description: Assessment subjects or subject references for this object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: subjects
    owner: RelatedTask
    domain_of:
    - Task
    - AssociatedActivity
    - RelatedTask
    - IdentifiedSubject
    - Observation
    - MitigatingFactor
    - RequiredAsset
    range: AssessmentSubject
    multivalued: true
    inlined: true
    inlined_as_list: true
  identified-subject:
    name: identified-subject
    description: Used to detail assessment subjects that were identified by this task.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: identified_subject
    owner: RelatedTask
    domain_of:
    - RelatedTask
    range: IdentifiedSubject
    inlined: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: RelatedTask
    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: RelatedTask
    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: RelatedTask
    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: RelatedTask
    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