{ * File: E14.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 23-Sep-2013/M.Jeusfeld (23-Sep-2013/M.Jeusfeld) * ------------------------------------------------------ * E14: DDI Almost Self-Describing Objects * Like E7 but the highest meta class MetricLinearMeasure is not linked * } Mileage in ALABEL end MetricLinearMeasure in OBJECT end km in OBJECT with IN c1: MetricLinearMeasure end "12km" in OBJECT with IN c1: km end myV50 in OBJECT with linkDR m2: km linkDR m3: "12km" end myV50!m2 with sourcelevel s: 0 targetlevel t: 1 label l: Mileage end myV50!m3 with sourcelevel s: 0 targetlevel t: 0 label l: Mileage end