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