Schedule
In the Capacity Planning Application JDL Samples using a Composite Data Model, this entity relies on the following entities:
-
Activity -
Resource
The Schedule entity has the following attributes, detailing the scheduling of activities and associated resources:
-
end-Instant: The end date and time of the scheduled activity. -
start-Instant: The start date and time of the scheduled activity. -
activity.id-String: The unique identifier for the activity. -
activity.plant.plantId-String: The plant identifier associated with the activity. -
activity.plant.country.id-String: The country identifier of the plant associated with the activity. -
resource.id-String: The unique identifier of the resource used for the activity.
Here are some sample values it can contain:
| end | start | activity.id | activity.plant.plantId | activity.plant.country.id | resource.id |
|---|---|---|---|---|---|
| 2024-11-15T18:00:00 | 2024-11-15T10:00:00 | ACT001 | Paris | FR | RES001 |
| 2024-12-01T16:00:00 | 2024-12-01T08:00:00 | ACT002 | PLANT002 | USA | RES002 |
| 2024-12-15T15:00:00 | 2024-12-15T09:00:00 | ACT003 | London | UK | RES003 |