<complexType name="TimePerLengthMeasureType">
<annotation>
<documentation>Slowness or reciprocal velocity: Time per unit distance. Used in seismic analysis (slowness), transit time measurements, and some rate expressions. Common units include s/m, ms/m, µs/m, s/ft, µs/ft, min/ft, and h/km.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:TimePerLengthUomEnumType">
<annotation>
<documentation>The unit of measure for slowness or reciprocal velocity.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|