IfcUnitaryControlElementTypeEnum

Natural language names
Unitary Control Element Type Enum
Enumération des types d'élément de contrôle unitaire
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcUnitaryControlElementTypeEnumADDED
Semantic definitions at the type
Type definition

The IfcUnitaryControlElementTypeEnum defines the range of different types and/or functions of unitary control elements possible.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
ALARMPANELA control element at which alarms are annunciated.
CONTROLPANELA control element at which devices that control or monitor the operation of a site, building or part of a building are located
GASDETECTIONPANELA control element at which the detection of gas is annunciated.
INDICATORPANELA control element at which equipment operational status, condition, safety state or other required parameters are indicated.
MIMICPANELA control element at which information that is available elsewhere is repeated or 'mimicked'.
HUMIDISTATA control element that senses and regulates the humidity of a system or space so that the humidity is maintained near a desired setpoint.
THERMOSTATA control element that senses and regulates the temperature of an element, system or space so that the temperature is maintained near a desired setpoint.
WEATHERSTATIONA control element that senses multiple climate properties such as temperature, humidity, pressure, wind, and rain.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcUnitaryControlElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="alarmpanel"/>
   <xs:enumeration value="controlpanel"/>
   <xs:enumeration value="gasdetectionpanel"/>
   <xs:enumeration value="indicatorpanel"/>
   <xs:enumeration value="mimicpanel"/>
   <xs:enumeration value="humidistat"/>
   <xs:enumeration value="thermostat"/>
   <xs:enumeration value="weatherstation"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcUnitaryControlElementTypeEnum = ENUMERATION OF (
 ALARMPANEL,
 CONTROLPANEL,
 GASDETECTIONPANEL,
 INDICATORPANEL,
 MIMICPANEL,
 HUMIDISTAT,
 THERMOSTAT,
 WEATHERSTATION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcUnitaryControlElement IfcUnitaryControlElementType

Link to this page  Link to this page