=== Base Template !DimensionUnitNumberRangeOfScale === [[br]]!DimensionUnitNumberRangeOfScale is a template for stating which dimension, number range and symbol applies to a scale. [[br]]!DimensionUnitNumberRangeOfScale(a, b, c, d) means that a is a scale, b is a string, c is a property dimension, and d is a number range, that b is a unit of measure symbol for the scale and that c is the dimension and d the number range of the scale. [[br]] [[br]]Roles: [[br]]1 hasScale Scale [[br]]2 hasSymbol !ClassOfIdentification [[br]]3 hasDimension !SinglePropertyDimension [[br]]4 hasNumberRange !NumberRange Axiom: {{{ DimensionUnitNumberRangeOfScale(x1, x2, x3, x4) <-> Scale(x1) & ExpressString(x2) & SinglePropertyDimension(x3) & NumberRange(x4) & SymbolOfScale(x1, x2) & ScaleTriple(x1, x4, x3) . }}}