diagram |
 |
children |
HeadingConstants DepthConstants |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | enabled | xsd:boolean | required | | | | description | xsd:string | optional | | | |
|
annotation |
appinfo | Element utilized to specify sliding mode control constants for an unmanned underwater vehicle. |
|
source |
<xsd:complexType name="UuvSlidingModeControlType">
<xsd:annotation>
<xsd:appinfo>Element utilized to specify sliding mode control constants for an unmanned underwater vehicle.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="HeadingConstants" type="UuvSlidingModeHeadingConstantsType"/>
<xsd:element name="DepthConstants" type="UuvSlidingModeDepthConstantsType"/>
</xsd:sequence>
<xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |