CronExpression
search: boost: 1.0 ---# Type: CronExpression
A Unix-style cron expression (minute, hour, day, month, weekday).
URI: xsd:string
Type Properties
| Property | Value |
|---|---|
| Base | str |
| Type URI | xsd:string |
| ## Value Constraints |
| Property | Value |
|---|---|
| Regex Pattern | ^([0-5]?\d)\s([01]?\d|2[0-3])\s(3[01]|[12]\d|0?[1-9])\s(1[0-2]|0?[1-9])\s([0-6])$ |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/calm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | xsd:string |
| native | calm:CronExpression |