Skip to content

Class: Facet

An individual characteristic that is part of a larger set produced by the same actor.

URI: oscal:Facet

 classDiagram
    class Facet
    click Facet href "../Facet/"
      OscalCommon <|-- Facet
        click OscalCommon href "../OscalCommon/"

      Facet : links





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



      Facet : name

      Facet : props





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



      Facet : remarks

      Facet : system

      Facet : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
TokenType
A textual label that uniquely identifies an attribute or semantic type direct
value 1
String
The value associated with the containing object direct
system 1
URIType
Specifies the system or scheme from which the identifier originates direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object OscalCommon
props *
Property
A list of properties HasPropsAndLinks
links *
Link
A list of links HasPropsAndLinks

Usages

used by used in type used
Characterization facets range Facet

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Facet
description: An individual characteristic that is part of a larger set produced by
  the same actor.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- name
- value
- system
slot_usage:
  name:
    name: name
    required: true
  value:
    name: value
    required: true
  system:
    name: system
    description: Specifies the system or scheme from which the identifier originates.
    required: true

Induced

name: Facet
description: An individual characteristic that is part of a larger set produced by
  the same actor.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  name:
    name: name
    required: true
  value:
    name: value
    required: true
  system:
    name: system
    description: Specifies the system or scheme from which the identifier originates.
    required: true
attributes:
  name:
    name: name
    description: A textual label that uniquely identifies an attribute or semantic
      type.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: name
    owner: Facet
    domain_of:
    - Party
    - Property
    - Part
    - AssessmentPart
    - ControlPart
    - Protocol
    - Facet
    - Capability
    range: TokenType
    required: true
  value:
    name: value
    description: The value associated with the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: value
    owner: Facet
    domain_of:
    - Hash
    - Property
    - Base64Resource
    - Facet
    range: string
    required: true
  system:
    name: system
    description: Specifies the system or scheme from which the identifier originates.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: system
    owner: Facet
    domain_of:
    - Action
    - ThreatId
    - Facet
    - InformationTypeCategorization
    range: URIType
    required: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: Facet
    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
  props:
    name: props
    description: A list of properties.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: props
    owner: Facet
    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: Facet
    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