ifc:IfcArithmeticOperatorEnum

Simple Type Information

Used By

Source

<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>