| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Element representing doppler radar or sonar derived velocities over the ground or through the water or air. |
|
| source |
<xsd:complexType name="dopplerVelocityElementType">
<xsd:annotation>
<xsd:documentation>Element representing doppler radar or sonar derived velocities over the ground or through the water or air.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="speedOverGroundU" type="xsd:double" use="optional"/>
<xsd:attribute name="speedOverGroundV" type="xsd:double" use="optional"/>
<xsd:attribute name="speedThroughMediumU" type="xsd:double" use="optional"/>
<xsd:attribute name="speedThroughMediumV" type="xsd:double" use="optional"/>
</xsd:complexType> |