Attribute | ifc:IfcAppliedValue/@ArithmeticOperator |
<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> |