<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>
|