Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:PowerMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Power or rate of energy transfer: Rate of energy transfer or work. Fundamental quantity in thermodynamics and mechanics. Common units include watt (W), kilowatt (kW), megawatt (MW), horsepower (hp), Btu/h, and ton-refrigeration.
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_PowerMeasureType.tmp#PowerMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:PowerUomEnumType optional
The unit of measure for power or rate of energy transfer.
Source
<complexType name="PowerMeasureType">
  <annotation>
    <documentation>Power or rate of energy transfer: Rate of energy transfer or work. Fundamental quantity in thermodynamics and mechanics. Common units include watt (W), kilowatt (kW), megawatt (MW), horsepower (hp), Btu/h, and ton-refrigeration.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:PowerUomEnumType">
        <annotation>
          <documentation>The unit of measure for power or rate of energy transfer.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:PowerMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for power or rate of energy transfer.
Type diggs:PowerUomEnumType
Properties
content simple
Used by
Complex Type diggs:PowerMeasureType
Source
<attribute name="uom" type="diggs:PowerUomEnumType">
  <annotation>
    <documentation>The unit of measure for power or rate of energy transfer.</documentation>
  </annotation>
</attribute>