Skip to content

Class: InventoryItem

A single managed inventory item within the system.

URI: oscal:InventoryItem

 classDiagram
    class InventoryItem
    click InventoryItem href "../InventoryItem/"
      OscalCommon <|-- InventoryItem
        click OscalCommon href "../OscalCommon/"
      HasResponsibleParties <|-- InventoryItem
        click HasResponsibleParties href "../HasResponsibleParties/"


      InventoryItem <|-- SspInventoryItem
        click SspInventoryItem href "../SspInventoryItem/"


      InventoryItem : description

      InventoryItem : implemented_components





        InventoryItem --> "*" ImplementedComponent : implemented_components
        click ImplementedComponent href "../ImplementedComponent/"



      InventoryItem : links





        InventoryItem --> "*" ImplementationCommonLink : links
        click ImplementationCommonLink href "../ImplementationCommonLink/"



      InventoryItem : props





        InventoryItem --> "*" ImplementationCommonProperty : props
        click ImplementationCommonProperty href "../ImplementationCommonProperty/"



      InventoryItem : remarks

      InventoryItem : responsible_parties





        InventoryItem --> "*" ImplementationResponsibleParty : responsible_parties
        click ImplementationResponsibleParty href "../ImplementationResponsibleParty/"



      InventoryItem : uuid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
uuid 1
UUIDType
A machine-oriented, globally unique identifier with a cross-instance scope direct
description 1
MarkupMultilineType
A human-readable description direct
implemented_components *
ImplementedComponent
A collection of implemented components direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object OscalCommon
responsible_parties *
ImplementationResponsibleParty
Responsible party assignments HasResponsibleParties
props *
ImplementationCommonProperty
A list of properties HasPropsAndLinks
links *
ImplementationCommonLink
A list of links HasPropsAndLinks

Usages

used by used in type used
LocalDefinitions inventory_items range InventoryItem
ResultLocalDefinitions inventory_items range InventoryItem
PoamLocalDefinitions inventory_items range InventoryItem

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: InventoryItem
description: A single managed inventory item within the system.
in_subset:
- implementation_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
- HasResponsibleParties
slots:
- uuid
- description
- implemented-components
slot_usage:
  uuid:
    name: uuid
    required: true
  description:
    name: description
    required: true
  props:
    name: props
    range: ImplementationCommonProperty
  links:
    name: links
    range: ImplementationCommonLink
  responsible-parties:
    name: responsible-parties
    range: ImplementationResponsibleParty

Induced

name: InventoryItem
description: A single managed inventory item within the system.
in_subset:
- implementation_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
- HasResponsibleParties
slot_usage:
  uuid:
    name: uuid
    required: true
  description:
    name: description
    required: true
  props:
    name: props
    range: ImplementationCommonProperty
  links:
    name: links
    range: ImplementationCommonLink
  responsible-parties:
    name: responsible-parties
    range: ImplementationResponsibleParty
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: InventoryItem
    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
  description:
    name: description
    description: A human-readable description.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: description
    owner: InventoryItem
    domain_of:
    - Role
    - Resource
    - ParameterConstraint
    - ReviewedControls
    - ControlSelection
    - ControlObjectiveSelection
    - AssessmentSubject
    - AssessmentSubjectPlaceholder
    - LocalObjective
    - AssessmentMethod
    - Activity
    - Step
    - Task
    - SystemComponent
    - SystemUser
    - AuthorizedPrivilege
    - InventoryItem
    - Observation
    - RelevantEvidence
    - Finding
    - FindingTarget
    - Risk
    - MitigatingFactor
    - Response
    - RequiredAsset
    - RiskLogEntry
    - SystemCharacteristics
    - InformationType
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SspControlImplementation
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    - Result
    - AssessmentLogEntry
    - DefinedComponent
    - Capability
    - IncorporatesComponent
    - ControlImplementationSet
    - ImplementedRequirement
    - ImplementedControlStatement
    - QualifierItem
    - PoamItem
    range: MarkupMultilineType
    required: true
  implemented-components:
    name: implemented-components
    description: A collection of implemented components.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: implemented_components
    owner: InventoryItem
    domain_of:
    - InventoryItem
    range: ImplementedComponent
    multivalued: true
    inlined: true
    inlined_as_list: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: InventoryItem
    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
  responsible-parties:
    name: responsible-parties
    description: Responsible party assignments.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: responsible_parties
    owner: InventoryItem
    domain_of:
    - HasResponsibleParties
    - SystemCharacteristics
    range: ImplementationResponsibleParty
    multivalued: true
    inlined: true
    inlined_as_list: true
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: InventoryItem
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: ImplementationCommonProperty
    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: InventoryItem
    domain_of:
    - HasPropsAndLinks
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: ImplementationCommonLink
    multivalued: true
    inlined: true
    inlined_as_list: true