Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:TemperatureIntervalPerTimeMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
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.
Diagram
DiagramEmlAllObjects_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_howDeterminedMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueType_qualifierMeasureTypes_xsd_Complex_Type_diggs_DescriptorValueType.tmp#DescriptorValueTypeMeasureTypes_xsd_Complex_Type_diggs_TemperatureIntervalPerTimeMeasureType.tmp#TemperatureIntervalPerTimeMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:TemperatureIntervalPerTimeUomEnumType optional
The unit of measure for temperature rate or rate of temperature change.
Source
<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>
Attribute diggs:TemperatureIntervalPerTimeMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for temperature rate or rate of temperature change.
Type diggs:TemperatureIntervalPerTimeUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:TemperatureIntervalPerTimeUomEnumType">
  <annotation>
    <documentation>The unit of measure for temperature rate or rate of temperature change.</documentation>
  </annotation>
</attribute>