Skip to content

Class: DateTimeList

List of dateTimes.

URI: common_domain_model:DateTimeList

 classDiagram
    class DateTimeList
    click DateTimeList href "../DateTimeList/"
      DateTimeList : dateTime

Slots

Name Cardinality and Range Description Inheritance
dateTime 1..*
Datetime
The CDM specifies that the zoned date time is to be expressed in accordance w... direct

Usages

used by used in type used
AveragingPeriod averagingDateTimes range DateTimeList

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:DateTimeList
native common_domain_model:DateTimeList

LinkML Source

Direct

name: DateTimeList
description: List of dateTimes.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- dateTime

Induced

name: DateTimeList
description: List of dateTimes.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  dateTime:
    name: dateTime
    description: The CDM specifies that the zoned date time is to be expressed in
      accordance with ISO 8601, either as UTC as an offset to UTC.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DateTimeList
    domain_of:
    - DateTimeList
    - AggregationParameters
    - EventTimestamp
    - WeightedAveragingObservation
    range: datetime
    required: true
    multivalued: true