Skip to content

Class: WithinDateRange

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

URI: [oscal:WithinDateRange](https://w3id.org/lmodel/oscal/WithinDateRange)
 classDiagram
    class WithinDateRange
    click WithinDateRange href "../WithinDateRange/"
      WithinDateRange : end

      WithinDateRange : remarks

      WithinDateRange : start

## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [start](start.md) | 1
[DateTimeWithTimezoneType](DateTimeWithTimezoneType.md) | The start date/time | direct | | [end](end.md) | 1
[DateTimeWithTimezoneType](DateTimeWithTimezoneType.md) | The end date/time | direct | | [remarks](remarks.md) | 0..1
[MarkupMultilineType](MarkupMultilineType.md) | Additional commentary about the containing object | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [EventTiming](EventTiming.md) | [within_date_range](within_date_range.md) | range | [WithinDateRange](WithinDateRange.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: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
    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
    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
    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