Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:AngularAccelerationMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
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).
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_AngularAccelerationMeasureType.tmp#AngularAccelerationMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:AngularAccelerationUomEnumType optional
The unit of measure for angular acceleration.
Source
<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>
Attribute diggs:AngularAccelerationMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for angular acceleration.
Type diggs:AngularAccelerationUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:AngularAccelerationUomEnumType">
  <annotation>
    <documentation>The unit of measure for angular acceleration.</documentation>
  </annotation>
</attribute>