IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.16.3.11 IfcPropertyReferenceValue

8.16.3.11.1 Semantic definition

The IfcPropertyReferenceValue allows a property value to be of type of an resource level entity. The applicable entities that can be used as value references are given by the IfcObjectReferenceSelect.

8.16.3.11.2 Entity inheritance

8.16.3.11.3 Attributes

# Attribute Type Description
IfcPropertyAbstraction (1)
IfcProperty (8)
Click to show 9 hidden inherited attributes
IfcPropertyReferenceValue (2)
3 UsageName OPTIONAL IfcText

Description of the use of the referenced value within the property. It is a descriptive text that may hold an expression or other additional information.

4 PropertyReference OPTIONAL IfcObjectReferenceSelect

Reference to another property entity through one of the select types in the IfcObjectReferenceSelect.

Table 8.16.3.11.A

8.16.3.11.4 Formal representation

ENTITY IfcPropertyReferenceValue
SUBTYPE OF (IfcSimpleProperty);
UsageName : OPTIONAL IfcText;
PropertyReference : OPTIONAL IfcObjectReferenceSelect;
END_ENTITY;

8.16.3.11.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.16.3.11.6 Changelog

8.16.3.11.6.1 IFC4

  • attribute PropertyReference optional, Changed from "False" to "True"
  • attribute UsageName type, Changed from "IfcLabel" to "IfcText"