Departure¶
Fields¶
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Leg/Departure |
Departure times. | object | 0..1 | - |
Departure /@Interval |
The departure interval in minutes, if the transportation departs multiple times a day. | int | 0..1 | - |
Departure /@UponArrangement |
Specifies whether the transportation is available only by arrangement. | int | 0..1 | 1 = true, 0 false |
XML¶
<Departure
Interval='20' />
...
<Departure
UponArrangement='1' />