7.4.2.7 IfcDistributionBoardTypeEnum
7.4.2.7.1 Semantic definition
7.4.2.7.2 Type values
| Type | Description | 
|---|---|
CONSUMERUNIT
 | 
 A distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located.  | 
DISPATCHINGBOARD
 | 
 A distribution point at which voice and data communication signals are managed between communication devices.  | 
DISTRIBUTIONBOARD
 | 
 A distribution point at which connections are made for distribution of electrical circuits usually through protective devices.  | 
DISTRIBUTIONFRAME
 | 
 A distribution frame is used to interconnect and manage wiring between active equipment and subscriber. It might be composed of multiple distribution boards and other components.  | 
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.  | 
7.4.2.7.3 Formal representation
TYPE IfcDistributionBoardTypeEnum = ENUMERATION OF
	(CONSUMERUNIT
	,DISPATCHINGBOARD
	,DISTRIBUTIONBOARD
	,DISTRIBUTIONFRAME
	,MOTORCONTROLCENTRE
	,SWITCHBOARD
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;