IfcElectricDistributionBoardTypeEnum

Natural language names
Electric Distribution Board Type Enum
Enumération des types de tableau de distribution électrique
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcElectricDistributionBoardTypeEnumADDED
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
CONSUMERUNITA distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located.
DISTRIBUTIONBOARDA distribution point at which connections are made for distribution of electrical circuits usually through protective devices.
MOTORCONTROLCENTREA distribution point at which starting and control devices for major plant items are located.
SWITCHBOARDA distribution point at which switching devices are located.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined 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