IfcProcessSelect

Natural language names
Process Select
Sélection entre processus et type de processus
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcProcessSelectADDED
Semantic definitions at the type
Type definition

IfcProcessSelect provides the option to either select a process or activity occurrence, IfcProcess, or a process or activity type, IfcTypeProcess.

HISTORY  New select type in IFC4.

 

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

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcRelAssignsToProcess

Link to this page  Link to this page