<complexType name="TemperatureIntervalPerLengthMeasureType">
<annotation>
<documentation>Temperature gradient: Rate of temperature change with distance. Used in heat transfer, geothermal gradient calculations, and thermal stress analysis. Common units include °C/m, K/m, °F/ft, K/km, and °C/100m.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:TemperatureIntervalPerLengthUomEnumType">
<annotation>
<documentation>The unit of measure for temperature gradient.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|