IfcArithmeticOperatorEnum

Natural language names
enArithmetic Operator Enum
frÉnumération d'opérateur arithmétique
Semantic definitions at the type
Type definition

IfcArithmeticOperatorEnum specifies the form of arithmetic operation implied by the relationship.

HISTORY  New enumeration in IFC2x2.
Enumeration definition
ConstantDescription
ADD
DIVIDE
MULTIPLY
SUBTRACT
Formal representations
XSD Specification
 <xs:simpleType name="IfcArithmeticOperatorEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="add"/>
   <xs:enumeration value="divide"/>
   <xs:enumeration value="multiply"/>
   <xs:enumeration value="subtract"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcArithmeticOperatorEnum = ENUMERATION OF (
 ADD,
 DIVIDE,
 MULTIPLY,
 SUBTRACT);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page