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](https://w3id.org/lmodel/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 * **ResponsibleRole** [ [OscalCommon](OscalCommon.md)] * [ImplementationResponsibleRole](ImplementationResponsibleRole.md) * [SspImplementedRequirementResponsibleRole](SspImplementedRequirementResponsibleRole.md) * [SspByComponentResponsibleRole](SspByComponentResponsibleRole.md) ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [role_id](role_id.md) | 1
[TokenType](TokenType.md) | A human-oriented identifier reference to a role performed | direct | | [party_uuids](party_uuids.md) | *
[UUIDType](UUIDType.md) | References to party UUIDs | direct | | [remarks](remarks.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Additional commentary about the containing object | [OscalCommon](OscalCommon.md) | | [props](props.md) | *
[Property](Property.md) | A list of properties | [HasPropsAndLinks](HasPropsAndLinks.md) | | [links](links.md) | *
[Link](Link.md) | A list of links | [HasPropsAndLinks](HasPropsAndLinks.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [HasResponsibleRoles](HasResponsibleRoles.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [Activity](Activity.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [Step](Step.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [Task](Task.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [AssociatedActivity](AssociatedActivity.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [DefinedComponent](DefinedComponent.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [ImplementedRequirement](ImplementedRequirement.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | | [ImplementedControlStatement](ImplementedControlStatement.md) | [responsible_roles](responsible_roles.md) | range | [ResponsibleRole](ResponsibleRole.md) | ## In Subsets * [OscalMetadata](OscalMetadata.md) ## 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
    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
    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
    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