Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:EnergyMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Energy, work, or quantity of heat: Capacity to do work or transfer heat. Fundamental quantity in thermodynamics and mechanics. Common units include joule (J), kilojoule (kJ), megajoule (MJ), Btu, calorie (cal), kilocalorie (kcal), kilowatt-hour (kW·h), and electronvolt (eV).
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_EnergyMeasureType.tmp#EnergyMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:EnergyUomEnumType optional
The unit of measure for energy, work, or quantity of heat.
Source
<complexType name="EnergyMeasureType">
  <annotation>
    <documentation>Energy, work, or quantity of heat: Capacity to do work or transfer heat. Fundamental quantity in thermodynamics and mechanics. Common units include joule (J), kilojoule (kJ), megajoule (MJ), Btu, calorie (cal), kilocalorie (kcal), kilowatt-hour (kW·h), and electronvolt (eV).</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:EnergyUomEnumType">
        <annotation>
          <documentation>The unit of measure for energy, work, or quantity of heat.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:EnergyMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for energy, work, or quantity of heat.
Type diggs:EnergyUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:EnergyUomEnumType">
  <annotation>
    <documentation>The unit of measure for energy, work, or quantity of heat.</documentation>
  </annotation>
</attribute>