IFC 4.3.0.0 (IFC4X3) final

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