IfcSensorTypeEnum

Natural language names
Sensor Type Enum
Enumération des types de capteur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSensorTypeEnum
      CONDUCTANCESENSORADDED
      CONTACTSENSORADDED
      IONCONCENTRATIONSENSORADDED
      LEVELSENSORADDED
      PHSENSORADDED
      RADIATIONSENSORADDED
      RADIOACTIVITYSENSORADDED
      WINDSENSORADDED
      CO2SENSORXXDELETED
IFC4 Addendum 1
    IfcSensorTypeEnum
      CO2SENSORADDED
      FROSTSENSORADDED
      IDENTIFIERSENSORADDED
IFC4 Addendum 2
    IfcSensorTypeEnum
      COSENSORADDED
Semantic definitions at the type
Type definition

The IfcSensorTypeEnum defines the range of different types of sensor that can be specified.

HISTORY  New enumeration in IFC2.0.
IFC4 CHANGE  Additional enumerations added.
Enumeration definition
ConstantDescription
COSENSORA device that senses or detects carbon monoxide.
CO2SENSORA device that senses or detects carbon dioxide.
CONDUCTANCESENSORA device that senses or detects electrical conductance.
CONTACTSENSORA device that senses or detects contact, such as for detecting if a door is closed.
FIRESENSORA device that senses or detects fire
FLOWSENSORA device that senses or detects flow in a fluid.
FROSTSENSORA device that senses or detects frost on a window.
GASSENSORA device that senses or detects gas concentration (other than CO2)
HEATSENSORA device that senses or detects heat.
HUMIDITYSENSORA device that senses or detects humidity.
IDENTIFIERSENSORA device that reads a tag, such as for gaining access to a door or elevator
IONCONCENTRATIONSENSORA device that senses or detects ion concentration, such as for water hardness.
LEVELSENSORA device that senses or detects fill level, such as for a tank.
LIGHTSENSORA device that senses or detects light.
MOISTURESENSORA device that senses or detects moisture.
MOVEMENTSENSORA device that senses or detects movement.
PHSENSORA device that senses or detects acidity.
PRESSURESENSORA device that senses or detects pressure.
RADIATIONSENSORA device that senses or detects pressure.
RADIOACTIVITYSENSORA device that senses or detects atomic decay.
SMOKESENSORA device that senses or detects smoke.
SOUNDSENSORA device that senses or detects sound.
TEMPERATURESENSORA device that senses or detects temperature.
WINDSENSORA device that senses or detects airflow speed and direction.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcSensorTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="cosensor"/>
   <xs:enumeration value="co2sensor"/>
   <xs:enumeration value="conductancesensor"/>
   <xs:enumeration value="contactsensor"/>
   <xs:enumeration value="firesensor"/>
   <xs:enumeration value="flowsensor"/>
   <xs:enumeration value="frostsensor"/>
   <xs:enumeration value="gassensor"/>
   <xs:enumeration value="heatsensor"/>
   <xs:enumeration value="humiditysensor"/>
   <xs:enumeration value="identifiersensor"/>
   <xs:enumeration value="ionconcentrationsensor"/>
   <xs:enumeration value="levelsensor"/>
   <xs:enumeration value="lightsensor"/>
   <xs:enumeration value="moisturesensor"/>
   <xs:enumeration value="movementsensor"/>
   <xs:enumeration value="phsensor"/>
   <xs:enumeration value="pressuresensor"/>
   <xs:enumeration value="radiationsensor"/>
   <xs:enumeration value="radioactivitysensor"/>
   <xs:enumeration value="smokesensor"/>
   <xs:enumeration value="soundsensor"/>
   <xs:enumeration value="temperaturesensor"/>
   <xs:enumeration value="windsensor"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcSensorTypeEnum = ENUMERATION OF (
 COSENSOR,
 CO2SENSOR,
 CONDUCTANCESENSOR,
 CONTACTSENSOR,
 FIRESENSOR,
 FLOWSENSOR,
 FROSTSENSOR,
 GASSENSOR,
 HEATSENSOR,
 HUMIDITYSENSOR,
 IDENTIFIERSENSOR,
 IONCONCENTRATIONSENSOR,
 LEVELSENSOR,
 LIGHTSENSOR,
 MOISTURESENSOR,
 MOVEMENTSENSOR,
 PHSENSOR,
 PRESSURESENSOR,
 RADIATIONSENSOR,
 RADIOACTIVITYSENSOR,
 SMOKESENSOR,
 SOUNDSENSOR,
 TEMPERATURESENSOR,
 WINDSENSOR,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSensor IfcSensorType

Link to this page  Link to this page