Skip to content

Commit cd7ba8d

Browse files
authored
Added state machine diagram
1 parent 5267347 commit cd7ba8d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

general-information.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,8 @@ Note that to handle out-of-order events, the validity of the prior-state shall n
168168
| `available`, `reserved`, `on_trip`, `non_operational`, `elsewhere` | `unknown` | `missing` | The vehicle is not at its last reported GPS location, or that location is wildly in error |
169169
| `available`, `reserved`, `on_trip`, `non_operational`, `elsewhere` | `unknown` | `comms_lost` | The vehicle is unable to transmit its GPS location or other status information |
170170

171-
NOTES:
172-
173-
Should we try to handle "unlicensed movements"?
174-
175-
What's the best way to return from `unknown`?
171+
The *State Machine Diagram* shows how the `vehicle_state` and `event_type` relate to each other and how vehicles can transition between states:
172+
![MDS State Machine Diagram](https://raw.githubusercontent.com/schnuerle/mobility-data-specification/ms-state-diagram/MDS-state-machine-diagram.svg)
176173

177174
[Top][toc]
178175

0 commit comments

Comments
 (0)