IfcElectricFlowStorageDeviceTypeEnum

Natural language names
enElectric Flow Storage Device Type Enum
Semantic definitions at the type
Type definition

The IfcElectricFlowStorageDeviceTypeEnum defines different types of electrical flow storage devices.

HISTORY  New type in IFC2x2.
Enumeration definition
ConstantDescription
BATTERYA device for storing energy in chemical form so that it can be released as electrical energy.
CAPACITORBANKA device that stores electrical energy when an external power supply is present using the electrical property of capacitance.
HARMONICFILTERA device that constantly injects currents that precisely correspond to the harmonic components drawn by the load.
INDUCTORBANK
UPSA device that provides a time limited alternative source of power supply in the event of failure of the main supply.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XSD Specification
 <xs:simpleType name="IfcElectricFlowStorageDeviceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="battery"/>
   <xs:enumeration value="capacitorbank"/>
   <xs:enumeration value="harmonicfilter"/>
   <xs:enumeration value="inductorbank"/>
   <xs:enumeration value="ups"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcElectricFlowStorageDeviceTypeEnum = ENUMERATION OF (
 BATTERY,
 CAPACITORBANK,
 HARMONICFILTER,
 INDUCTORBANK,
 UPS,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page