Skip to content

Class: MappingItem

A source or target item participating in a mapping entry.

URI: [oscal:MappingItem](https://w3id.org/lmodel/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 * **MappingItem** [ [OscalCommon](OscalCommon.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [type](type.md) | 1
[MappingSubjectTypeEnum](MappingSubjectTypeEnum.md) | Indicates the nature or kind of the containing object | direct | | [id_ref](id_ref.md) | 1
[String](String.md) | Identifier reference of a source/target subject | 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 | | --- | --- | --- | --- | | [Map](Map.md) | [sources](sources.md) | range | [MappingItem](MappingItem.md) | | [Map](Map.md) | [targets](targets.md) | range | [MappingItem](MappingItem.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: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
    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
    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
    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
    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