diagram |
 |
children |
LateralConstants RotationalConstants |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | enabled | xsd:boolean | required | | | | description | xsd:string | optional | | | |
|
annotation |
appinfo | Element utilized to specify open loop control constants for an unmanned underwater vehicle. |
|
source |
<xsd:complexType name="UuvOpenLoopControlType">
<xsd:annotation>
<xsd:appinfo>Element utilized to specify open loop control constants for an unmanned underwater vehicle.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="LateralConstants" type="UuvOpenLoopLateralConstantsType"/>
<xsd:element name="RotationalConstants" type="UuvOpenLoopRotationalConstantsType"/>
</xsd:sequence>
<xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |