Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:FrequencyMeasureType
Namespace http://diggsml.org/schemas/3
Annotations
Frequency or reciprocal time: Number of occurrences per unit time. Used in vibration analysis, oscillation studies, seismic surveys, and signal processing. Common units include hertz (Hz), kilohertz (kHz), megahertz (MHz), and cycles 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_FrequencyMeasureType.tmp#FrequencyMeasureType_uom
Type extension of diggs:DescriptorValueType
Type hierarchy
Attributes
QName Type Use Annotation
howDetermined diggs:DescriptorMethodEnumType optional
qualifier diggs:QualifierEnumExtType optional
uom diggs:FrequencyUomEnumType optional
The unit of measure for frequency or reciprocal time.
Source
<complexType name="FrequencyMeasureType">
  <annotation>
    <documentation>Frequency or reciprocal time: Number of occurrences per unit time. Used in vibration analysis, oscillation studies, seismic surveys, and signal processing. Common units include hertz (Hz), kilohertz (kHz), megahertz (MHz), and cycles per second.</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:DescriptorValueType">
      <attribute name="uom" type="diggs:FrequencyUomEnumType">
        <annotation>
          <documentation>The unit of measure for frequency or reciprocal time.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:FrequencyMeasureType / @uom
Namespace No namespace
Annotations
The unit of measure for frequency or reciprocal time.
Type diggs:FrequencyUomEnumType
Properties
content simple
Used by
Source
<attribute name="uom" type="diggs:FrequencyUomEnumType">
  <annotation>
    <documentation>The unit of measure for frequency or reciprocal time.</documentation>
  </annotation>
</attribute>