IFC 4.3.0.0 (IFC4X3) final

5.1.2.1 IfcComplexPropertyTemplateTypeEnum

5.1.2.1.1 Semantic definition

This enumeration defines the applicable subtype of instances of IfcComplexProperty or IfcPhysicalComplexQuantity that may be created and defined by an IfcComplexPropertyTemplate.

5.1.2.1.2 Type values

Type Description
P_COMPLEX

the properties defined by this IfcComplexPropertyTemplate are of type IfcComplexProperty.

Q_COMPLEX

No description available.

Table 5.1.2.1.A

5.1.2.1.3 Formal representation

TYPE IfcComplexPropertyTemplateTypeEnum = ENUMERATION OF
	(P_COMPLEX
	,Q_COMPLEX);
END_TYPE;

5.1.2.1.4 References