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
 | 
 A Supporting framework on which a hose may be wound whose primary purpose is to connect and interact with the external environment.  | 
LOADINGARM
 | 
 A loading arm permits the transfer of liquid or liquefied gas from one system to another, through the use of an articulated arm that accounts for the movement of docked vessels.  | 
USERDEFINED
 | 
 User-defined type  | 
NOTDEFINED
 | 
 Undefined type.  | 
7.7.2.2.3 Formal representation
TYPE IfcLiquidTerminalTypeEnum = ENUMERATION OF
	(HOSEREEL
	,LOADINGARM
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;