Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:ThermalConductivityMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Thermal conductivity: Material's ability to conduct heat. Fundamental thermal property used in heat transfer calculations, geothermal analysis, and building science. Common units include W/(m·K), Btu/(h·ft·°F), and cal/(s·cm·°C).
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_ThermalConductivityMeasureType.tmp#ThermalConductivityMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:ThermalConductivityUomEnumType optional
The unit of measure for thermal conductivity.
Source
<complexType name="ThermalConductivityMeasureType">
  <annotation>
    <documentation>Thermal conductivity: Material's ability to conduct heat. Fundamental thermal property used in heat transfer calculations, geothermal analysis, and building science. Common units include W/(m·K), Btu/(h·ft·°F), and cal/(s·cm·°C).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:ThermalConductivityUomEnumType">
        <annotation>
          <documentation>The unit of measure for thermal conductivity.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:ThermalConductivityMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for thermal conductivity.
Type diggs:ThermalConductivityUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:ThermalConductivityUomEnumType">
  <annotation>
    <documentation>The unit of measure for thermal conductivity.</documentation>
  </annotation>
</attribute>