IfcJunctionBoxTypeEnum

Natural language names
enJunction Box Type Enum
frEnumération des types de boites de jonction
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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
DATAContains cables, outlets, and/or switches for communications use.
POWERContains cables, outlets, and/or switches for electrical power.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XSD 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

Link to this page  Link to this page