| diagram |
 |
| children |
HeadingConstants DepthConstants |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | enabled | xsd:boolean | required | | | | | description | xsd:string | optional | | | |
|
| annotation |
| appinfo | | DSO (Singapore) developed controller constants for an unmanned underwater vehicle. |
|
| source |
<xsd:complexType name="UuvLqrControlType">
<xsd:annotation>
<xsd:appinfo>DSO (Singapore) developed controller constants for an unmanned underwater vehicle.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="HeadingConstants" type="UuvLqrHeadingConstantsType"/>
<xsd:element name="DepthConstants" type="UuvLqrDepthConstantsType"/>
</xsd:sequence>
<xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |