Tags and keywords
SysPhS-1.1: 'Data types in SysML are called value types.'
The above statement in SysPhS-1.1 is not quite accurate. Indeed: The main point is:
SysML-1.6: 'SysML ValueType adds an ability to carry a unit of measure and quantity kind associated with the value.'
There's probably an error in the reference to Figure 20:
SysPhS-1.1: 'Modelica data types can be subtyped to add a unit symbol. The interpretation of this symbol is not defined in Modelica.'
type Force=Real(unit="N");
The ValueType Force
won't export alone from the MagicDraw SysML Plugin, but we've already seen it used in context in models in previous slides, the export is identical:
type Force=Real(unit="N");