IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.16.3.11 IfcPropertyReferenceValue(属性引用值)

8.16.3.11.1 语义定义(Semantic definition)

IfcPropertyReferenceValue 允许属性值为资源级实体类型。可用作值引用的适用实体由 IfcObjectReferenceSelect 提供。

8.16.3.11.2 实体继承(Entity inheritance)

8.16.3.11.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcPropertyAbstraction (1)
HasExternalReferences SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

引用与属性定义相关联的外部引用,例如库、分类或文档信息。

IfcProperty (8)
1 Name IfcIdentifier

此属性的名称。该标签是定义属性语义含义的重要名称字符串。

2 Specification OPTIONAL IfcText

指向具有语义定义或解释性文本位置的URI引用,用于说明该属性。

PartOfPset SET [0:?] OF IfcPropertySet FOR HasProperties

通过该属性被引用的_IfcPropertySet_的引用。

PropertyForDependance SET [0:?] OF IfcPropertyDependencyRelationship FOR DependingProperty

其他属性的值所依赖的属性。

PropertyDependsOn SET [0:?] OF IfcPropertyDependencyRelationship FOR DependantProperty

该属性的值所依赖的相关属性。

PartOfComplex SET [0:?] OF IfcComplexProperty FOR HasProperties

包含该_IfcProperty_的_IfcComplexProperty_的引用。

HasConstraints SET [0:?] OF IfcResourceConstraintRelationship FOR RelatedResourceObjects

用户定义的属性约束。

HasApprovals SET [0:?] OF IfcResourceApprovalRelationship FOR RelatedResourceObjects

用户定义的属性审批。

点击显示 9 个隐藏的继承特性 点击隐藏 9 个继承特性
IfcPropertyReferenceValue (2)
3 UsageName OPTIONAL IfcText

被引用值在属性中的用途描述。此为描述性文本,可包含表达式或其他附加信息。

4 PropertyReference OPTIONAL IfcObjectReferenceSelect

通过 IfcObjectReferenceSelect 中的选择类型引用另一个属性实体。

表 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 参考文献