5.1.2.9 IfcResourceSelect
5.1.2.9.1 Semantic definition
IfcResourceSelect聽provides the option to either select a resource occurrence, IfcResource, or a resource type, IfcTypeResource.
5.1.2.9.2 Type values
5.1.2.9.3 Formal representation
TYPE IfcResourceSelect = SELECT
(IfcResource
,IfcTypeResource);
END_TYPE;