Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:AngularVelocityMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Angular velocity or rotational speed: Rate of angular displacement. Widely used in drilling operations (RPM), rotating equipment, and mechanical systems. Common units include rad/s, dega/s, rpm (revolutions per minute), and rev/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_AngularVelocityMeasureType.tmp#AngularVelocityMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:AngularVelocityUomEnumType optional
The unit of measure for angular velocity or rotational speed.
Source
<complexType name="AngularVelocityMeasureType">
  <annotation>
    <documentation>Angular velocity or rotational speed: Rate of angular displacement. Widely used in drilling operations (RPM), rotating equipment, and mechanical systems. Common units include rad/s, dega/s, rpm (revolutions per minute), and rev/s.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:AngularVelocityUomEnumType">
        <annotation>
          <documentation>The unit of measure for angular velocity or rotational speed.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:AngularVelocityMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for angular velocity or rotational speed.
Type diggs:AngularVelocityUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:AngularVelocityUomEnumType">
  <annotation>
    <documentation>The unit of measure for angular velocity or rotational speed.</documentation>
  </annotation>
</attribute>