Skip to content

Class: SelectSubjectById

Identifies a set of assessment subjects to include/exclude by UUID.

URI: oscal:SelectSubjectById

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

      SelectSubjectById : links





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



      SelectSubjectById : props





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



      SelectSubjectById : remarks

      SelectSubjectById : subject_uuid

      SelectSubjectById : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
subject_uuid 1
UUIDType
A UUID reference to the identified subject direct
type 1
String or 
SelectSubjectTypeEnum
Indicates the nature or kind of the containing object 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
AssessmentSubject include_subjects range SelectSubjectById
AssessmentSubject exclude_subjects range SelectSubjectById

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SelectSubjectById
description: Identifies a set of assessment subjects to include/exclude by UUID.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slots:
- subject-uuid
- type
slot_usage:
  subject-uuid:
    name: subject-uuid
    required: true
  type:
    name: type
    required: true
    any_of:
    - range: SelectSubjectTypeEnum
    - range: string

Induced

name: SelectSubjectById
description: Identifies a set of assessment subjects to include/exclude by UUID.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
mixins:
- OscalCommon
slot_usage:
  subject-uuid:
    name: subject-uuid
    required: true
  type:
    name: type
    required: true
    any_of:
    - range: SelectSubjectTypeEnum
    - range: string
attributes:
  subject-uuid:
    name: subject-uuid
    description: A UUID reference to the identified subject.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: subject_uuid
    owner: SelectSubjectById
    domain_of:
    - SelectSubjectById
    - SubjectReference
    range: UUIDType
    required: true
  type:
    name: type
    description: Indicates the nature or kind of the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: type
    owner: SelectSubjectById
    domain_of:
    - Party
    - Action
    - TelephoneNumber
    - Address
    - AssessmentSubject
    - SelectSubjectById
    - SubjectReference
    - Task
    - SystemComponent
    - OriginActor
    - FindingTarget
    - DefinedComponent
    - MappingItem
    - MappingResourceReference
    range: string
    required: true
    any_of:
    - range: SelectSubjectTypeEnum
    - range: string
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: SelectSubjectById
    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: SelectSubjectById
    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: SelectSubjectById
    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