Skip to content

Class: MappingItem

A source or target item participating in a mapping entry.

URI: oscal:MappingItem

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

      MappingItem : id_ref

      MappingItem : links





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



      MappingItem : props





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



      MappingItem : remarks

      MappingItem : type





        MappingItem --> "1" MappingSubjectTypeEnum : type
        click MappingSubjectTypeEnum href "../MappingSubjectTypeEnum/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1
MappingSubjectTypeEnum
Indicates the nature or kind of the containing object direct
id_ref 1
String
Identifier reference of a source/target subject 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
Map sources range MappingItem
Map targets range MappingItem

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: MappingItem
description: A source or target item participating in a mapping entry.
in_subset:
- mapping_collection
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- type
- id-ref
slot_usage:
  type:
    name: type
    range: MappingSubjectTypeEnum
    required: true
  id-ref:
    name: id-ref
    required: true

Induced

name: MappingItem
description: A source or target item participating in a mapping entry.
in_subset:
- mapping_collection
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  type:
    name: type
    range: MappingSubjectTypeEnum
    required: true
  id-ref:
    name: id-ref
    required: true
attributes:
  type:
    name: type
    description: Indicates the nature or kind of the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: type
    owner: MappingItem
    domain_of:
    - Party
    - Action
    - TelephoneNumber
    - Address
    - AssessmentSubject
    - SelectSubjectById
    - SubjectReference
    - Task
    - SystemComponent
    - OriginActor
    - FindingTarget
    - DefinedComponent
    - MappingItem
    - MappingResourceReference
    range: MappingSubjectTypeEnum
    required: true
  id-ref:
    name: id-ref
    description: Identifier reference of a source/target subject.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: id_ref
    owner: MappingItem
    domain_of:
    - MappingItem
    range: string
    required: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: MappingItem
    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: MappingItem
    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: MappingItem
    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