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
| |
POWER
| |
USERDEFINED
| |
NOTDEFINED
|
7.4.2.15.3 Formal representation
TYPE IfcJunctionBoxTypeEnum = ENUMERATION OF
(DATA
,POWER
,USERDEFINED
,NOTDEFINED);
END_TYPE;