Skip to content

Class: Mapping

A mapping between two mapped resources.

URI: [oscal:Mapping](https://w3id.org/lmodel/oscal/Mapping)
 classDiagram
    class Mapping
    click Mapping href "../Mapping/"
      OscalCommon <|-- Mapping
        click OscalCommon href "../OscalCommon/"

      Mapping : confidence_score





        Mapping --> "0..1" ConfidenceScore : confidence_score
        click ConfidenceScore href "../ConfidenceScore/"



      Mapping : coverage





        Mapping --> "0..1" Coverage : coverage
        click Coverage href "../Coverage/"



      Mapping : links





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



      Mapping : mapping_description

      Mapping : maps





        Mapping --> "1..*" Map : maps
        click Map href "../Map/"



      Mapping : matching_rationale





        Mapping --> "0..1" MatchingRationaleEnum : matching_rationale
        click MatchingRationaleEnum href "../MatchingRationaleEnum/"



      Mapping : method





        Mapping --> "0..1" MappingMethodEnum : method
        click MappingMethodEnum href "../MappingMethodEnum/"



      Mapping : props





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



      Mapping : remarks

      Mapping : source_gap_summary





        Mapping --> "0..1" GapSummary : source_gap_summary
        click GapSummary href "../GapSummary/"



      Mapping : source_resource





        Mapping --> "1" MappingResourceReference : source_resource
        click MappingResourceReference href "../MappingResourceReference/"



      Mapping : status





        Mapping --> "0..1" MappingStatusEnum : status
        click MappingStatusEnum href "../MappingStatusEnum/"



      Mapping : target_gap_summary





        Mapping --> "0..1" GapSummary : target_gap_summary
        click GapSummary href "../GapSummary/"



      Mapping : target_resource





        Mapping --> "1" MappingResourceReference : target_resource
        click MappingResourceReference href "../MappingResourceReference/"



      Mapping : uuid

## Inheritance * **Mapping** [ [OscalCommon](OscalCommon.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [uuid](uuid.md) | 1
[UUIDType](UUIDType.md) | A machine-oriented, globally unique identifier with a cross-instance scope | direct | | [method](method.md) | 0..1
[MappingMethodEnum](MappingMethodEnum.md) | Method indicator used by the containing OSCAL context | direct | | [matching_rationale](matching_rationale.md) | 0..1
[MatchingRationaleEnum](MatchingRationaleEnum.md) | The rationale method used to relate mapped items | direct | | [status](status.md) | 0..1
[MappingStatusEnum](MappingStatusEnum.md) | Status indicator used by the containing OSCAL context | direct | | [source_resource](source_resource.md) | 1
[MappingResourceReference](MappingResourceReference.md) | Reference to the mapping source resource | direct | | [target_resource](target_resource.md) | 1
[MappingResourceReference](MappingResourceReference.md) | Reference to the mapping target resource | direct | | [maps](maps.md) | 1..*
[Map](Map.md) | Mapping entries relating source items to target items | direct | | [mapping_description](mapping_description.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Description of the context and intended use of the mapping | direct | | [source_gap_summary](source_gap_summary.md) | 0..1
[GapSummary](GapSummary.md) | Summary of unmapped source controls | direct | | [target_gap_summary](target_gap_summary.md) | 0..1
[GapSummary](GapSummary.md) | Summary of unmapped target controls | direct | | [confidence_score](confidence_score.md) | 0..1
[ConfidenceScore](ConfidenceScore.md) | Confidence descriptor for a mapping | direct | | [coverage](coverage.md) | 0..1
[Coverage](Coverage.md) | Coverage metadata for a mapping | 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 | | --- | --- | --- | --- | | [MappingCollection](MappingCollection.md) | [mappings](mappings.md) | range | [Mapping](Mapping.md) | ## In Subsets * [MappingCollection](MappingCollection.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:Mapping | | native | oscal:Mapping | ## LinkML Source ### Direct
name: Mapping
description: A mapping between two mapped resources.
in_subset:
- mapping_collection
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- uuid
- method
- matching-rationale
- status
- source-resource
- target-resource
- maps
- mapping-description
- source-gap-summary
- target-gap-summary
- confidence-score
- coverage
slot_usage:
  uuid:
    name: uuid
    required: true
  method:
    name: method
    range: MappingMethodEnum
  status:
    name: status
    range: MappingStatusEnum
  source-resource:
    name: source-resource
    required: true
  target-resource:
    name: target-resource
    required: true
  maps:
    name: maps
    required: true
### Induced
name: Mapping
description: A mapping between two mapped resources.
in_subset:
- mapping_collection
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  uuid:
    name: uuid
    required: true
  method:
    name: method
    range: MappingMethodEnum
  status:
    name: status
    range: MappingStatusEnum
  source-resource:
    name: source-resource
    required: true
  target-resource:
    name: target-resource
    required: true
  maps:
    name: maps
    required: true
attributes:
  uuid:
    name: uuid
    description: A machine-oriented, globally unique identifier with a cross-instance
      scope.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Mapping
    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
  method:
    name: method
    description: Method indicator used by the containing OSCAL context. Allowed values
      are constrained by class-level slot_usage.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Mapping
    domain_of:
    - CombinationRule
    - MappingProvenance
    - Mapping
    range: MappingMethodEnum
  matching-rationale:
    name: matching-rationale
    description: The rationale method used to relate mapped items.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: matching_rationale
    owner: Mapping
    domain_of:
    - MappingProvenance
    - Mapping
    - Map
    range: MatchingRationaleEnum
  status:
    name: status
    description: Status indicator used by the containing OSCAL context. Allowed values
      are constrained by class-level slot_usage.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Mapping
    domain_of:
    - SystemComponent
    - FindingTarget
    - Risk
    - MappingProvenance
    - Mapping
    range: MappingStatusEnum
  source-resource:
    name: source-resource
    description: Reference to the mapping source resource.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: source_resource
    owner: Mapping
    domain_of:
    - Mapping
    range: MappingResourceReference
    required: true
    inlined: true
  target-resource:
    name: target-resource
    description: Reference to the mapping target resource.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: target_resource
    owner: Mapping
    domain_of:
    - Mapping
    range: MappingResourceReference
    required: true
    inlined: true
  maps:
    name: maps
    description: Mapping entries relating source items to target items.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Mapping
    domain_of:
    - Mapping
    range: Map
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  mapping-description:
    name: mapping-description
    description: Description of the context and intended use of the mapping.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: mapping_description
    owner: Mapping
    domain_of:
    - MappingProvenance
    - Mapping
    range: MarkupMultilineType
  source-gap-summary:
    name: source-gap-summary
    description: Summary of unmapped source controls.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: source_gap_summary
    owner: Mapping
    domain_of:
    - Mapping
    range: GapSummary
    inlined: true
  target-gap-summary:
    name: target-gap-summary
    description: Summary of unmapped target controls.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: target_gap_summary
    owner: Mapping
    domain_of:
    - Mapping
    range: GapSummary
    inlined: true
  confidence-score:
    name: confidence-score
    description: Confidence descriptor for a mapping.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: confidence_score
    owner: Mapping
    domain_of:
    - MappingProvenance
    - Mapping
    - Map
    range: ConfidenceScore
    inlined: true
  coverage:
    name: coverage
    description: Coverage metadata for a mapping.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Mapping
    domain_of:
    - MappingProvenance
    - Mapping
    - Map
    range: Coverage
    inlined: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    owner: Mapping
    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: Mapping
    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: Mapping
    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