Skip to content

Class: ResponsibleRole

A reference to a role with responsibility for performing a function relative to the containing object, optionally associated with a set of persons and/or organizations that perform that role.

URI: oscal:ResponsibleRole

 classDiagram
    class ResponsibleRole
    click ResponsibleRole href "../ResponsibleRole/"
      OscalCommon <|-- ResponsibleRole
        click OscalCommon href "../OscalCommon/"


      ResponsibleRole <|-- ImplementationResponsibleRole
        click ImplementationResponsibleRole href "../ImplementationResponsibleRole/"
      ResponsibleRole <|-- SspImplementedRequirementResponsibleRole
        click SspImplementedRequirementResponsibleRole href "../SspImplementedRequirementResponsibleRole/"
      ResponsibleRole <|-- SspByComponentResponsibleRole
        click SspByComponentResponsibleRole href "../SspByComponentResponsibleRole/"


      ResponsibleRole : links





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



      ResponsibleRole : party_uuids

      ResponsibleRole : props





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



      ResponsibleRole : remarks

      ResponsibleRole : role_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
role_id 1
TokenType
A human-oriented identifier reference to a role performed direct
party_uuids *
UUIDType
References to party UUIDs direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object OscalCommon
props *
Property
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
HasResponsibleRoles responsible_roles range ResponsibleRole
Activity responsible_roles range ResponsibleRole
Step responsible_roles range ResponsibleRole
Task responsible_roles range ResponsibleRole
AssociatedActivity responsible_roles range ResponsibleRole
DefinedComponent responsible_roles range ResponsibleRole
ImplementedRequirement responsible_roles range ResponsibleRole
ImplementedControlStatement responsible_roles range ResponsibleRole

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ResponsibleRole
description: A reference to a role with responsibility for performing a function relative
  to the containing object, optionally associated with a set of persons and/or organizations
  that perform that role.
in_subset:
- oscal_metadata
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- role-id
- party-uuids
slot_usage:
  role-id:
    name: role-id
    description: A human-oriented identifier reference to a role performed.
    required: true

Induced

name: ResponsibleRole
description: A reference to a role with responsibility for performing a function relative
  to the containing object, optionally associated with a set of persons and/or organizations
  that perform that role.
in_subset:
- oscal_metadata
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  role-id:
    name: role-id
    description: A human-oriented identifier reference to a role performed.
    required: true
attributes:
  role-id:
    name: role-id
    description: A human-oriented identifier reference to a role performed.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: role_id
    owner: ResponsibleRole
    domain_of:
    - ResponsibleParty
    - ResponsibleRole
    - OriginActor
    - LoggedBy
    range: TokenType
    required: true
  party-uuids:
    name: party-uuids
    description: References to party UUIDs.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: party_uuids
    owner: ResponsibleRole
    domain_of:
    - ResponsibleParty
    - ResponsibleRole
    range: UUIDType
    multivalued: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: ResponsibleRole
    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
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: ResponsibleRole
    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: ResponsibleRole
    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