Skip to content

Class: EventTiming

The timing under which the task is intended to occur.

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





        EventTiming --> "0..1" AtFrequency : at_frequency
        click AtFrequency href "../AtFrequency/"



      EventTiming : on_date





        EventTiming --> "0..1" OnDateCondition : on_date
        click OnDateCondition href "../OnDateCondition/"



      EventTiming : within_date_range





        EventTiming --> "0..1" WithinDateRange : within_date_range
        click WithinDateRange href "../WithinDateRange/"



## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [on_date](on_date.md) | 0..1
[OnDateCondition](OnDateCondition.md) | The task is intended to occur on the specified date | direct | | [within_date_range](within_date_range.md) | 0..1
[WithinDateRange](WithinDateRange.md) | The task is intended to occur within the specified date range | direct | | [at_frequency](at_frequency.md) | 0..1
[AtFrequency](AtFrequency.md) | The task is intended to occur at the specified frequency | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Task](Task.md) | [timing](timing.md) | range | [EventTiming](EventTiming.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:EventTiming | | native | oscal:EventTiming | ## LinkML Source ### Direct
name: EventTiming
description: The timing under which the task is intended to occur.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- on-date
- within-date-range
- at-frequency
### Induced
name: EventTiming
description: The timing under which the task is intended to occur.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
attributes:
  on-date:
    name: on-date
    description: The task is intended to occur on the specified date.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: on_date
    owner: EventTiming
    domain_of:
    - EventTiming
    range: OnDateCondition
    inlined: true
  within-date-range:
    name: within-date-range
    description: The task is intended to occur within the specified date range.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: within_date_range
    owner: EventTiming
    domain_of:
    - EventTiming
    range: WithinDateRange
    inlined: true
  at-frequency:
    name: at-frequency
    description: The task is intended to occur at the specified frequency.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: at_frequency
    owner: EventTiming
    domain_of:
    - EventTiming
    range: AtFrequency
    inlined: true