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.  | 
8.1.2.2.3 Formal representation
TYPE IfcAddressTypeEnum = ENUMERATION OF
	(DISTRIBUTIONPOINT
	,HOME
	,OFFICE
	,SITE
	,USERDEFINED);
END_TYPE;