5.4.2.25 IfcVehicleTypeEnum
5.4.2.25.1 Semantic definition
This enumeration is used to identify non-fixed or mobile transport element types.
5.4.2.25.2 Type values
Type | Description |
---|---|
CARGO
|
A mobile transport element that represents a discrete unit of cargo managed by a facility. |
ROLLINGSTOCK
|
Refers to railway vehicles, including both powered and unpowered vehicles, for example locomotives, railroad cars, coaches, private railroad cars and wagons. |
VEHICLE
|
A generalisation of a vehicle that interacts with a facility (e.g. as a user/customer) or as a specified operational asset within the facility. |
VEHICLEAIR
|
A specialisation of a vehicle that represents powered and unpowered flying vehicles, such as airplanes, helicopters, gliders etc. |
VEHICLEMARINE
|
A specialisation of a vehicle that operates on water as a marine vessel. |
VEHICLETRACKED
|
A specialisation of a vehicle that operates on land tracked (Caterpillar). |
VEHICLEWHEELED
|
A specialisation of a vehicle that operates on land as a multi wheeled vehicle such as a car, lorry, forklift etc. |
USERDEFINED
|
User-defined type. |
NOTDEFINED
|
Undefined type. |
5.4.2.25.3 Formal representation
TYPE IfcVehicleTypeEnum = ENUMERATION OF
(CARGO
,ROLLINGSTOCK
,VEHICLE
,VEHICLEAIR
,VEHICLEMARINE
,VEHICLETRACKED
,VEHICLEWHEELED
,USERDEFINED
,NOTDEFINED);
END_TYPE;