IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.1.2.2 IfcAddressTypeEnum

8.1.2.2.1 Semantic definition

This enumeration identifies the logical location of the address.

8.1.2.2.2 Type values

Type Description
DISTRIBUTIONPOINT

A postal distribution point address.

HOME

A home address.

OFFICE

An office address.

SITE

A site address.

USERDEFINED

A user defined address type to be provided.

Table 8.1.2.2.A

8.1.2.2.3 Formal representation

TYPE IfcAddressTypeEnum = ENUMERATION OF
(DISTRIBUTIONPOINT
,HOME
,OFFICE
,SITE
,USERDEFINED);
END_TYPE;

8.1.2.2.4 References