IfcJunctionBoxTypeEnum

Natural language names
Junction Box Type Enum
Enumération des types de boites de jonction
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcJunctionBoxTypeEnum
      DATAADDED
      POWERADDED
Semantic definitions at the type
Type definition

The IfcJunctionBoxTypeEnum defines different types of junction boxes.

HISTORY  New type in IFC2x2. Values added in IFC4.

Enumeration definition
ConstantDescription
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.

Formal representations
XML Specification
 <xs:simpleType name="IfcJunctionBoxTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="data"/>
   <xs:enumeration value="power"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcJunctionBoxTypeEnum = ENUMERATION OF (
 DATA,
 POWER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcJunctionBox IfcJunctionBoxType

Link to this page  Link to this page