Skip to content

Class: WithinDateRange

The task is intended to occur within the specified date range.

URI: oscal:WithinDateRange

 classDiagram
    class WithinDateRange
    click WithinDateRange href "../WithinDateRange/"
      WithinDateRange : end

      WithinDateRange : remarks

      WithinDateRange : start

Slots

Name Cardinality and Range Description Inheritance
start 1
DateTimeWithTimezoneType
The start date/time direct
end 1
DateTimeWithTimezoneType
The end date/time direct
remarks 0..1
MarkupMultilineType
Additional commentary about the containing object direct

Usages

used by used in type used
EventTiming within_date_range range WithinDateRange

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: WithinDateRange
description: The task is intended to occur within the specified date range.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- start
- end
- remarks
slot_usage:
  start:
    name: start
    required: true
  end:
    name: end
    required: true

Induced

name: WithinDateRange
description: The task is intended to occur within the specified date range.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  start:
    name: start
    required: true
  end:
    name: end
    required: true
attributes:
  start:
    name: start
    description: The start date/time.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: start
    owner: WithinDateRange
    domain_of:
    - WithinDateRange
    - PortRange
    - RiskLogEntry
    - Result
    - AssessmentLogEntry
    range: DateTimeWithTimezoneType
    required: true
  end:
    name: end
    description: The end date/time.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: end
    owner: WithinDateRange
    domain_of:
    - WithinDateRange
    - PortRange
    - RiskLogEntry
    - Result
    - AssessmentLogEntry
    range: DateTimeWithTimezoneType
    required: true
  remarks:
    name: remarks
    description: Additional commentary about the containing object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: remarks
    owner: WithinDateRange
    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