IfcResourceSelect

Natural language names
enResource Select
frSé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.

 

Enumeration definition
ConstantDescription
IfcResource
IfcTypeResource
Formal representations
XSD 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

Link to this page  Link to this page