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