Enum: TimeUnitEnum
The enumeration values to qualify the allowed units of time.
URI: common_domain_model:TimeUnitEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Second | None | Second |
| Minute | None | Minute |
| Hour | None | Hour |
| Day | None | Day |
| Week | None | Week |
| Month | None | Month |
| Year | None | Year |
Slots
| Name | Description |
|---|---|
| offsetTimeUnit | The unit of time for the offset (e |
| roundToUnit | The time unit to which the value should be rounded (e |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: TimeUnitEnum
description: The enumeration values to qualify the allowed units of time.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
Second:
text: Second
description: Second
Minute:
text: Minute
description: Minute
Hour:
text: Hour
description: Hour
Day:
text: Day
description: Day
Week:
text: Week
description: Week
Month:
text: Month
description: Month
Year:
text: Year
description: Year