IfcProcessSelect

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

 

Enumeration definition
ConstantDescription
IfcProcess
IfcTypeProcess
Formal representations
XSD 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

Link to this page  Link to this page