<complexType name="TimePerTimeMeasureType">
<annotation>
<documentation>Time ratio or dimensionless time: Dimensionless ratio of times. Used for normalized time, time factors, and relative durations. Commonly expressed as percent (%), fraction (s/s), or Euclid.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:TimePerTimeUomEnumType">
<annotation>
<documentation>The unit of measure for time ratio or dimensionless time.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|