diagram |
 |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | xDot | xsd:double | optional | | | | yDot | xsd:double | optional | | | | zDot | xsd:double | optional | | | | phiDot | xsd:double | optional | | | | thetaDot | xsd:double | optional | | | | psiDot | xsd:double | optional | | | |
|
annotation |
documentation | Element representing an unmanned vehicle's velocity in world coordinates. |
|
source |
<xsd:complexType name="worldCoordinateVelocityElementType">
<xsd:annotation>
<xsd:documentation>Element representing an unmanned vehicle's velocity in world coordinates.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="xDot" type="xsd:double" use="optional"/>
<xsd:attribute name="yDot" type="xsd:double" use="optional"/>
<xsd:attribute name="zDot" type="xsd:double" use="optional"/>
<xsd:attribute name="phiDot" type="xsd:double" use="optional"/>
<xsd:attribute name="thetaDot" type="xsd:double" use="optional"/>
<xsd:attribute name="psiDot" type="xsd:double" use="optional"/>
</xsd:complexType> |