IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.4.2.20 IfcOutletTypeEnum

7.4.2.20.1 Semantic definition

The IfcOutletTypeEnum defines the range of different types of outlet that can be specified.

7.4.2.20.2 Type values

Type Description
AUDIOVISUALOUTLET

An outlet used for an audio or visual device.

COMMUNICATIONSOUTLET

An outlet used for connecting communications equipment.

DATAOUTLET

An outlet used for connecting data communications equipment.

POWEROUTLET

An outlet used for connecting electrical devices requiring power.

TELEPHONEOUTLET

An outlet used for connecting telephone communications equipment.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.<

Table 7.4.2.20.A

7.4.2.20.3 Formal representation

TYPE IfcOutletTypeEnum = ENUMERATION OF
	(AUDIOVISUALOUTLET
	,COMMUNICATIONSOUTLET
	,DATAOUTLET
	,POWEROUTLET
	,TELEPHONEOUTLET
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.4.2.20.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.4.2.20.5 Changelog

7.4.2.20.5.1 IFC4

  • item, DATAOUTLET
  • item, TELEPHONEOUTLET