Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:MomentumMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Linear momentum: Product of mass and velocity. Used in impact analysis, collision studies, and dynamics. Common units include kg·m/s and lbm·ft/s.
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_MomentumMeasureType.tmp#MomentumMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:MomentumUomEnumType optional
The unit of measure for linear momentum.
Source
<complexType name="MomentumMeasureType">
  <annotation>
    <documentation>Linear momentum: Product of mass and velocity. Used in impact analysis, collision studies, and dynamics. Common units include kg·m/s and lbm·ft/s.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:MomentumUomEnumType">
        <annotation>
          <documentation>The unit of measure for linear momentum.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:MomentumMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for linear momentum.
Type diggs:MomentumUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:MomentumUomEnumType">
  <annotation>
    <documentation>The unit of measure for linear momentum.</documentation>
  </annotation>
</attribute>