Skip to content

Class: SystemInformation

Contains details about all information types that are stored, processed, or transmitted by the system, such as privacy information.

URI: oscal:SystemInformation

 classDiagram
    class SystemInformation
    click SystemInformation href "../SystemInformation/"
      SystemInformation : information_types





        SystemInformation --> "1..*" InformationType : information_types
        click InformationType href "../InformationType/"



      SystemInformation : links





        SystemInformation --> "*" SspSystemInformationLink : links
        click SspSystemInformationLink href "../SspSystemInformationLink/"



      SystemInformation : props





        SystemInformation --> "*" SspSystemInformationProp : props
        click SspSystemInformationProp href "../SspSystemInformationProp/"



Slots

Name Cardinality and Range Description Inheritance
props *
SspSystemInformationProp
A list of properties direct
links *
SspSystemInformationLink
A list of links direct
information_types 1..*
InformationType
Contains details about one information type that is stored, processed, or tra... direct

Usages

used by used in type used
SystemCharacteristics system_information range SystemInformation

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SystemInformation
description: Contains details about all information types that are stored, processed,
  or transmitted by the system, such as privacy information.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slots:
- props
- links
- information-types
slot_usage:
  information-types:
    name: information-types
    required: true
  props:
    name: props
    range: SspSystemInformationProp
  links:
    name: links
    range: SspSystemInformationLink

Induced

name: SystemInformation
description: Contains details about all information types that are stored, processed,
  or transmitted by the system, such as privacy information.
in_subset:
- ssp
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  information-types:
    name: information-types
    required: true
  props:
    name: props
    range: SspSystemInformationProp
  links:
    name: links
    range: SspSystemInformationLink
attributes:
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: SystemInformation
    domain_of:
    - HasPropsAndLinks
    - Resource
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: SspSystemInformationProp
    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: SystemInformation
    domain_of:
    - HasPropsAndLinks
    - Addition
    - SystemInformation
    - InformationType
    - ImpactLevel
    - AuthorizationBoundary
    - Diagram
    - NetworkArchitecture
    - DataFlow
    - SystemImplementation
    - LeveragedAuthorization
    - SspImplementedRequirement
    - SspStatement
    - ByComponent
    - Export
    - ProvidedControlImplementation
    - ControlResponsibility
    - InheritedControlImplementation
    - SatisfiedControlImplementation
    range: SspSystemInformationLink
    multivalued: true
    inlined: true
    inlined_as_list: true
  information-types:
    name: information-types
    description: Contains details about one information type that is stored, processed,
      or transmitted by the system.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: information_types
    owner: SystemInformation
    domain_of:
    - SystemInformation
    range: InformationType
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true