Class: Mapping
A mapping between two mapped resources.
URI: 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]
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| uuid | 1 UUIDType |
A machine-oriented, globally unique identifier with a cross-instance scope | direct |
| method | 0..1 MappingMethodEnum |
Method indicator used by the containing OSCAL context | direct |
| matching_rationale | 0..1 MatchingRationaleEnum |
The rationale method used to relate mapped items | direct |
| status | 0..1 MappingStatusEnum |
Status indicator used by the containing OSCAL context | direct |
| source_resource | 1 MappingResourceReference |
Reference to the mapping source resource | direct |
| target_resource | 1 MappingResourceReference |
Reference to the mapping target resource | direct |
| maps | 1..* Map |
Mapping entries relating source items to target items | direct |
| mapping_description | 0..1 MarkupMultilineType |
Description of the context and intended use of the mapping | direct |
| source_gap_summary | 0..1 GapSummary |
Summary of unmapped source controls | direct |
| target_gap_summary | 0..1 GapSummary |
Summary of unmapped target controls | direct |
| confidence_score | 0..1 ConfidenceScore |
Confidence descriptor for a mapping | direct |
| coverage | 0..1 Coverage |
Coverage metadata for a mapping | 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 |
|---|---|---|---|
| MappingCollection | mappings | range | Mapping |
In Subsets
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
alias: uuid
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
alias: method
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
alias: status
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
alias: maps
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
alias: coverage
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
alias: remarks
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
alias: props
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
alias: links
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