Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:LengthPerTemperatureMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Thermal expansion coefficient times length: Length change per unit temperature. Used in thermal stress analysis and expansion calculations. Common units include m/K, m/°C, and ft/°F.
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_LengthPerTemperatureMeasureType.tmp#LengthPerTemperatureMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:LengthPerTemperatureUomEnumType optional
The unit of measure for thermal expansion coefficient times length.
Source
<complexType name="LengthPerTemperatureMeasureType">
  <annotation>
    <documentation>Thermal expansion coefficient times length: Length change per unit temperature. Used in thermal stress analysis and expansion calculations. Common units include m/K, m/°C, and ft/°F.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:LengthPerTemperatureUomEnumType">
        <annotation>
          <documentation>The unit of measure for thermal expansion coefficient times length.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:LengthPerTemperatureMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for thermal expansion coefficient times length.
Type diggs:LengthPerTemperatureUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:LengthPerTemperatureUomEnumType">
  <annotation>
    <documentation>The unit of measure for thermal expansion coefficient times length.</documentation>
  </annotation>
</attribute>