IfcTransformerTypeEnum

Natural language names
Transformer Type Enum
Enumération des types de transformateur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTransformerTypeEnum
      INVERTERADDED
      RECTIFIERADDED
Semantic definitions at the type
Type definition

The IfcTransformerTypeEnum defines the range of different types of transformer that can be specified.

HISTORY  New type in IFC2x2.
Enumeration definition
ConstantDescription
CURRENTA transformer that changes the current between circuits.
FREQUENCYA transformer that changes the frequency between circuits.
INVERTERA transformer that converts from direct current (DC) to alternating current (AC).
RECTIFIERA transformer that converts from alternating current (AC) to direct current (DC).
VOLTAGEA transformer that changes the voltage between circuits.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcTransformerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="current"/>
   <xs:enumeration value="frequency"/>
   <xs:enumeration value="inverter"/>
   <xs:enumeration value="rectifier"/>
   <xs:enumeration value="voltage"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTransformerTypeEnum = ENUMERATION OF (
 CURRENT,
 FREQUENCY,
 INVERTER,
 RECTIFIER,
 VOLTAGE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTransformer IfcTransformerType

Link to this page  Link to this page