8.4.2.2 IfcArithmeticOperatorEnum
8.4.2.2.1 Semantic definition
IfcArithmeticOperatorEnum specifies the form of arithmetic operation implied by the relationship.
8.4.2.2.2 Type values
8.4.2.2.3 Formal representation
TYPE IfcArithmeticOperatorEnum = ENUMERATION OF
(ADD
,DIVIDE
,MULTIPLY
,SUBTRACT);
END_TYPE;