IFC 4.3.0.0 (IFC4X3) final

8.11.2.107 IfcValue

8.11.2.107.1 Semantic definition

IfcValue is a select type for selecting between more specialised select types IfcSimpleValue, IfcMeasureValue and IfcDerivedMeasureValue.

SELECT

8.11.2.107.2 Type values

Type
IfcDerivedMeasureValue
IfcMeasureValue
IfcSimpleValue
Table 8.11.2.107.A

8.11.2.107.3 Formal representation

TYPE IfcValue = SELECT
	(IfcDerivedMeasureValue
	,IfcMeasureValue
	,IfcSimpleValue);
END_TYPE;

8.11.2.107.4 References