Skip to content

Class: Characterization

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

URI: [oscal:Characterization](https://w3id.org/lmodel/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 * **Characterization** [ [HasPropsAndLinks](HasPropsAndLinks.md)] ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [origin](origin.md) | 1
[Origin](Origin.md) | The source of the finding | direct | | [facets](facets.md) | 1..*
[Facet](Facet.md) | An individual characteristic that is part of a larger set produced by the sam... | direct | | [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 | | --- | --- | --- | --- | | [Risk](Risk.md) | [characterizations](characterizations.md) | range | [Characterization](Characterization.md) | ## In Subsets * [AssessmentCommon](AssessmentCommon.md) ## 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
    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
    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
    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
    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