module Example.IVI.InstrumentCluster 1.0 interface InstrumentCluster { readonly int speed; readonly int rpm; readonly int fuel; readonly real temperature; readonly SystemType systemType; readonly Warning currentWarning; } enum SystemType { Imperial, Metric } struct Warning { string color string text string icon }