<complexType name="LengthPerTimeMeasureType">
<annotation>
<documentation>Velocity or speed: Rate of linear displacement. Fundamental kinematic quantity used extensively in all fields. Common units include m/s, cm/s, mm/s, ft/s, ft/min, km/h, mile/h (mph), and knot.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:LengthPerTimeUomEnumType">
<annotation>
<documentation>The unit of measure for velocity or speed.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|