Inspire revision 4711
Gyldig
Reoccurring time period defining when an activity is controlled.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
day |
|
|
DayOrDate
(union)
|
0..* |
- day |
|
|
DayTypeCode
(kodeliste)
|
1..1 |
- date |
|
|
Date |
1..1 |
startDate |
|
|
DayOrDate
(union)
|
0..1 |
- day |
|
|
DayTypeCode
(kodeliste)
|
1..1 |
- date |
|
|
Date |
1..1 |
endDate |
|
|
DayOrDate
(union)
|
0..1 |
- day |
|
|
DayTypeCode
(kodeliste)
|
1..1 |
- date |
|
|
Date |
1..1 |
startTime |
|
|
ClockTime |
0..1 |
endTime |
|
|
ClockTime |
0..1 |
Name |
Type |
English |
Description |
day |
DayOrDate
|
|
Day on which the restriction starts or days on which the restriction occurs.
-- Description --
The day could either be defined as either a Date or as a Day. |
startDate |
DayOrDate
|
|
Day on which the restriction ends. |
endDate |
DayOrDate
|
|
Day on which the restriction ends. |
startTime |
ClockTime |
|
Time defining when the controlled activity starts.
-- Description --
EXAMPLE: Valid values include:
<ul>
<li>21:32:52</li>
<li>21:32:52+02:00</li>
<li>19:32:52Z</li>
<li>19:32:52+00:00</li>
<li>21:32:52.12679</li>
</ul>
NOTE: if the startTime is empty then it shall be inferred that the restriction applies for 24 hours. |
endTime |
ClockTime |
|
Time defining when the controlled activity starts.
--Description
NOTE: if the endTime is empty then it shall be inferred that the restriction applies for 24 hours. |
Navn |
Beskrivelse |
At least one of day or startDate and endDate is required |
|