Process Select | |
Sélection entre processus et type de processus |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcProcessSelect | ADDED |
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.
Constant | Description |
---|---|
IfcProcess | |
IfcTypeProcess |
<xs:group name="IfcProcessSelect">
<xs:choice>
<xs:element ref="ifc:IfcProcess"/>
<xs:element ref="ifc:IfcTypeProcess"/>
</xs:choice>
</xs:group>
TYPE IfcProcessSelect = SELECT (
IfcProcess,
IfcTypeProcess);
END_TYPE;