Skip to content

Class: DateList

List of dates.

URI: common_domain_model:DateList

 classDiagram
    class DateList
    click DateList href "../DateList/"
      DateList : date

Slots

Name Cardinality and Range Description Inheritance
date 1..*
date
direct

Usages

used by used in type used
TriggerEvent triggerDates range DateList

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: DateList
description: List of dates.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- date

Induced

name: DateList
description: List of dates.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  date:
    name: date
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: DateList
    domain_of:
    - DateList
    - DatedValue
    - CalculateTransferInstruction
    - OtherAgreement
    - AmendmentEffectiveDate
    - CSAValuationDate
    range: date
    required: true
    multivalued: true