<complexType name="PowerPerAreaMeasureType">
<annotation>
<documentation>Power density or heat flux: Power per unit area. Used for heat flux, radiation intensity, and power transmission. Common units include W/m², kW/m², Btu/(h·ft²), and W/cm².</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:PowerPerAreaUomEnumType">
<annotation>
<documentation>The unit of measure for power density or heat flux.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|