diagram |
 |
children |
PIDControl SlidingModeControl ControlLimits Standoff |
used by |
|
attributes |
|
annotation |
appinfo | Vehicle control coefficients for an unmanned surface vehicle. |
|
source |
<xsd:complexType name="UsvControlConstantsType">
<xsd:annotation>
<xsd:appinfo>Vehicle control coefficients for an unmanned surface vehicle.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PIDControl" type="UsvPidControlType"/>
<xsd:element name="SlidingModeControl" type="UsvSlidingModeControlType"/>
<xsd:element name="ControlLimits" type="UsvControlLimitsType"/>
<xsd:element name="Standoff" type="DistanceType"/>
</xsd:sequence>
<xsd:attribute name="units" type="UnitsOfMeasureType" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |