IfcElectricDistributionBoardTypeEnum

Natural language names
Electric Distribution Board Type Enum
Enumération des types de tableau de distribution électrique
Change log
DEPRECATEDThis definition may be imported, but shall not be exported by applications.
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcElectricDistributionBoardTypeEnumADDED
IFC4x2 to IFC4x3_RC1
    IfcElectricDistributionBoardTypeEnumMODIFIEDStatus changed to Deprecated.
Semantic definitions at the type
Type definition

The IfcElectricDistributionBoardTypeEnum defines different types and/or functions of electric distribution boards.

HISTORY  New type in IFC4. Replaces IfcElectricDistributionPointTypeEnum.

Enumeration definition
ConstantDescription
CONSUMERUNIT

A distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located.

DISTRIBUTIONBOARD

A distribution point at which connections are made for distribution of electrical circuits usually through protective devices.

MOTORCONTROLCENTRE

A distribution point at which starting and control devices for major plant items are located.

SWITCHBOARD

A distribution point at which switching devices are located.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcElectricDistributionBoardTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="consumerunit"/>
   <xs:enumeration value="distributionboard"/>
   <xs:enumeration value="motorcontrolcentre"/>
   <xs:enumeration value="switchboard"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcElectricDistributionBoardTypeEnum = ENUMERATION OF (
 CONSUMERUNIT,
 DISTRIBUTIONBOARD,
 MOTORCONTROLCENTRE,
 SWITCHBOARD,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcElectricDistributionBoard IfcElectricDistributionBoardType

Link to this page  Link to this page