<complexType name="ReciprocalTimeMeasureType">
<annotation>
<documentation>Reciprocal time or frequency: One divided by time, equivalent to frequency. Used for rates, frequencies, and decay constants. Common units include 1/s (per second, equivalent to Hz), 1/h, 1/min, and 1/d.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:ReciprocalTimeUomEnumType">
<annotation>
<documentation>The unit of measure for reciprocal time or frequency.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|