IfcResourceSelect

Natural language names
Resource Select
Sélection entre ressource et type de ressource
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcResourceSelectADDED
Semantic definitions at the type
Type definition

IfcResourceSelect provides the option to either select a resource occurrence, IfcResource, or a resource type, IfcTypeResource.

HISTORY  New select type in IFC4.

 

Select definition
TypeDescription
IfcResource
IfcTypeResource
Formal representations
XML Specification
 <xs:group name="IfcResourceSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcResource"/>
   <xs:element ref="ifc:IfcTypeResource"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcResourceSelect = SELECT (
 IfcResource,
 IfcTypeResource);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRelAssignsToResource

Link to this page  Link to this page