Skip to content

Class: Characterization

A collection of descriptive data about the containing object from a specific origin.

URI: oscal:Characterization

 classDiagram
    class Characterization
    click Characterization href "../Characterization/"
      HasPropsAndLinks <|-- Characterization
        click HasPropsAndLinks href "../HasPropsAndLinks/"

      Characterization : facets





        Characterization --> "1..*" Facet : facets
        click Facet href "../Facet/"



      Characterization : links





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



      Characterization : origin





        Characterization --> "1" Origin : origin
        click Origin href "../Origin/"



      Characterization : props





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



Inheritance

Slots

Name Cardinality and Range Description Inheritance
origin 1
Origin
The source of the finding direct
facets 1..*
Facet
An individual characteristic that is part of a larger set produced by the sam... direct
props *
Property
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
Risk characterizations range Characterization

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Characterization
description: A collection of descriptive data about the containing object from a specific
  origin.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slots:
- origin
- facets
slot_usage:
  origin:
    name: origin
    required: true
  facets:
    name: facets
    required: true

Induced

name: Characterization
description: A collection of descriptive data about the containing object from a specific
  origin.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- HasPropsAndLinks
slot_usage:
  origin:
    name: origin
    required: true
  facets:
    name: facets
    required: true
attributes:
  origin:
    name: origin
    description: The source of the finding.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: origin
    owner: Characterization
    domain_of:
    - Characterization
    range: Origin
    required: true
    inlined: true
  facets:
    name: facets
    description: An individual characteristic that is part of a larger set produced
      by the same actor.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: facets
    owner: Characterization
    domain_of:
    - Characterization
    range: Facet
    required: true
    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: Characterization
    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: Characterization
    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