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.< |
7.4.2.20.3 Formal representation
TYPE IfcOutletTypeEnum = ENUMERATION OF
(AUDIOVISUALOUTLET
,COMMUNICATIONSOUTLET
,DATAOUTLET
,POWEROUTLET
,TELEPHONEOUTLET
,USERDEFINED
,NOTDEFINED);
END_TYPE;