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](https://w3id.org/lmodel/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](props.md) | *
[SspSystemInformationProp](SspSystemInformationProp.md) | A list of properties | direct | | [links](links.md) | *
[SspSystemInformationLink](SspSystemInformationLink.md) | A list of links | direct | | [information_types](information_types.md) | 1..*
[InformationType](InformationType.md) | Contains details about one information type that is stored, processed, or tra... | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SystemCharacteristics](SystemCharacteristics.md) | [system_information](system_information.md) | range | [SystemInformation](SystemInformation.md) | ## In Subsets * [Ssp](Ssp.md) ## 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
    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
    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