IFC 4.3.0.0 (IFC4X3) final

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) vehicle.

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.

Table 5.4.2.25.A

5.4.2.25.3 Formal representation

TYPE IfcVehicleTypeEnum = ENUMERATION OF
	(CARGO
	,ROLLINGSTOCK
	,VEHICLE
	,VEHICLEAIR
	,VEHICLEMARINE
	,VEHICLETRACKED
	,VEHICLEWHEELED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.25.4 References