<complexType name="AngularAccelerationMeasureType">
<annotation>
<documentation>Angular acceleration: Rate of change of angular velocity. Used in rotational dynamics, centrifuge operations, and machinery analysis. Common units include rad/s² and rpm/s (revolutions per minute per second).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:AngularAccelerationUomEnumType">
<annotation>
<documentation>The unit of measure for angular acceleration.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|