<complexType name="TemperatureIntervalPerTimeMeasureType">
<annotation>
<documentation>Temperature rate or rate of temperature change: Rate of temperature change with time. Used in thermal transient analysis, heating/cooling rates, and temperature monitoring. Common units include K/s, °C/s, °C/h, °C/min, and °F/h.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:TemperatureIntervalPerTimeUomEnumType">
<annotation>
<documentation>The unit of measure for temperature rate or rate of temperature change.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|