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
    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
ENERGYMETERAn 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.
GASMETERA device that measures the quantity of a gas or fuel.
OILMETERA device that measures the quantity of oil.
WATERMETERA device that measures the quantity of water.
USERDEFINEDUser-defined meter type
NOTDEFINEDUndefined 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