7.4.2.15 IfcJunctionBoxTypeEnum
7.4.2.15.1 Semantic definition
The IfcJunctionBoxTypeEnum defines different types of junction boxes.
7.4.2.15.2 Type values
Type | Description |
---|---|
DATA
|
Contains cables, outlets, and/or switches for communications use. |
POWER
|
Contains cables, outlets, and/or switches for electrical power. |
USERDEFINED
|
User-defined type. |
NOTDEFINED
|
Undefined type. |
7.4.2.15.3 Formal representation
TYPE IfcJunctionBoxTypeEnum = ENUMERATION OF
(DATA
,POWER
,USERDEFINED
,NOTDEFINED);
END_TYPE;