IfcFlowMeterTypeEnum

Natural language names
Flow Meter Type Enum
Enumération des types d'appareil de mesure de débit
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcFlowMeterTypeEnum
      ELECTRICMETERXXDELETED
      FLOWMETERXXDELETED
Semantic definitions at the type
Type definition

This enumeration defines various types of flow meter:

HISTORY  New enumeration in IFC2x2.

IFC4 CHANGE  ELECTRICMETER and FLOWMETER removed.

Enumeration definition
ConstantDescription
ENERGYMETER

An electric meter or energy meter is a device that measures the amount of electrical energy supplied to or produced by a residence, business or machine.

GASMETER

A device that measures the quantity of a gas or fuel.

OILMETER

A device that measures the quantity of oil.

WATERMETER

A device that measures the quantity of water.

USERDEFINED

User-defined meter type

NOTDEFINED

Undefined meter type

Formal representations
XML Specification
 <xs:simpleType name="IfcFlowMeterTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="energymeter"/>
   <xs:enumeration value="gasmeter"/>
   <xs:enumeration value="oilmeter"/>
   <xs:enumeration value="watermeter"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFlowMeterTypeEnum = ENUMERATION OF (
 ENERGYMETER,
 GASMETER,
 OILMETER,
 WATERMETER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFlowMeter IfcFlowMeterType

Link to this page  Link to this page