8.16.2.2 IfcObjectReferenceSelect(对象引用选择类型)
8.16.2.2.1 语义定义
IfcObjectReferenceSelect 是一种选择类型,包含一组资源级实体列表,这些实体可作为属性值用于作为 IfcPropertySet 中属性的 IfcPropertyReferenceValue。
沿革 IFC2.0 中新增的选择类型。
8.16.2.2.2 类型值
| 类型 |
|---|
| IfcAddress |
| IfcAppliedValue |
| IfcExternalReference |
| IfcMaterialDefinition |
| IfcOrganization |
| IfcPerson |
| IfcPersonAndOrganization |
| IfcTable |
| IfcTimeSeries |
8.16.2.2.3 形式化表示
TYPE IfcObjectReferenceSelect = SELECT
(IfcAddress
,IfcAppliedValue
,IfcExternalReference
,IfcMaterialDefinition
,IfcOrganization
,IfcPerson
,IfcPersonAndOrganization
,IfcTable
,IfcTimeSeries);
END_TYPE;