IfcTemperatureRateOfChangeMeasure

Natural language names
enTemperature Rate Of Change Measure
frMesure de la variation temporelle de température
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTemperatureRateOfChangeMeasureADDED
Semantic definitions at the type
Type definition

The temperature rate of change measures the difference of a temperature per time (positive: rise, negative: fall), as for instance used with heat sensors. It is for example measured in K/s (Kelvin per second).

Type: REAL

HISTORY  New type in IFC4.
Formal representations
XSD Specification
 <xs:simpleType name="IfcTemperatureRateOfChangeMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcTemperatureRateOfChangeMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcTemperatureRateOfChangeMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
EXPRESS Specification
TYPE IfcTemperatureRateOfChangeMeasure = REAL;
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page