7.7.2.2 IfcLiquidTerminalTypeEnum
7.7.2.2.1 Semantic definition
This container defines the different predefined types of liquid terminals that can further specify an IfcLiquidTerminal or IfcLiquidTerminalType.
7.7.2.2.2 Type values
| Type | Description |
|---|---|
HOSEREEL
| |
LOADINGARM
| |
USERDEFINED
| |
NOTDEFINED
|
7.7.2.2.3 Formal representation
TYPE IfcLiquidTerminalTypeEnum = ENUMERATION OF
(HOSEREEL
,LOADINGARM
,USERDEFINED
,NOTDEFINED);
END_TYPE;