IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.6.2.4 IfcDocumentSelect(文档选择)

8.6.2.4.1 语义定义(Semantic definition)

IfcDocumentSelect(文档选择)用于选择文档信息是包含在IFC模型内部,还是从外部源引用。

8.6.2.4.2 类型值

类型
IfcDocumentInformation
IfcDocumentReference
表 8.6.2.4.A

8.6.2.4.3 形式化表示(Formal representation)

TYPE IfcDocumentSelect = SELECT
	(IfcDocumentInformation
	,IfcDocumentReference);
END_TYPE;

8.6.2.4.4 参考文献