SIUnit

Note: There is a newer version of this specification see VEC 2.1.0

The SIUnit class can define quantities in the terms of the SI-Unit-System by specifying the corresponding SI prefix (optional) and a SI unit name. The usage of SI units must be the preferred way of expressing units, since these units can be easily translated into other SI units.

General Information

AttributeValue
Ownerphysical_information
Applied Stereotype
Base ClassifierUnit
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
exponentInteger0..1

Defines the exponent with which this unit instance should be used. In order to define square meters for example, the SIUnit "metre" with an exponent of 2 will be used. If no exponent is defined it is equivalent to the value 1.

Unit
siUnitNameSiUnitName1

Specifies the name of SI unit (e.g. metre, second,…)

SIUnit
siPrefixSiPrefix0..1

Specifies the prefix of the SI unit (e.g. milli, centi, mirco,…)

SIUnit
Previous