Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MassLengthMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Mass times length or linear momentum per velocity: Product of mass and length. Used in certain mechanical calculations. Common units include kg·m and lbm·ft.
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_MassLengthMeasureType.tmp#MassLengthMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:MassLengthUomEnumType optional
The unit of measure for mass times length or linear momentum per velocity.
Source
<complexType name="MassLengthMeasureType">
  <annotation>
    <documentation>Mass times length or linear momentum per velocity: Product of mass and length. Used in certain mechanical calculations. Common units include kg·m and lbm·ft.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:MassLengthUomEnumType">
        <annotation>
          <documentation>The unit of measure for mass times length or linear momentum per velocity.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MassLengthMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for mass times length or linear momentum per velocity.
Type diggs:MassLengthUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:MassLengthUomEnumType">
  <annotation>
    <documentation>The unit of measure for mass times length or linear momentum per velocity.</documentation>
  </annotation>
</attribute>