IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.16.2.2 IfcObjectReferenceSelect

8.16.2.2.1 Semantic definition

IfcObjectReferenceSelect is a select type, that holds a list of resource level entities that can be used as property values for an IfcPropertyReferenceValue being a property within an IfcPropertySet.

8.16.2.2.2 Type values

Type
IfcAddress
IfcAppliedValue
IfcExternalReference
IfcMaterialDefinition
IfcOrganization
IfcPerson
IfcPersonAndOrganization
IfcTable
IfcTimeSeries
Table 8.16.2.2.A

8.16.2.2.3 Formal representation

TYPE IfcObjectReferenceSelect = SELECT
	(IfcAddress
	,IfcAppliedValue
	,IfcExternalReference
	,IfcMaterialDefinition
	,IfcOrganization
	,IfcPerson
	,IfcPersonAndOrganization
	,IfcTable
	,IfcTimeSeries);
END_TYPE;

8.16.2.2.4 References

Edit on Github


Is this page difficult to understand? Let us know!

8.16.2.2.5 Changelog

8.16.2.2.5.1 IFC4